Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-30204 (GCVE-0-2025-30204)
Vulnerability from cvelistv5 – Published: 2025-03-21 21:42 – Updated: 2025-04-10 13:03- CWE-405 - Asymmetric Resource Consumption (Amplification)
| URL | Tags |
|---|---|
| https://github.com/golang-jwt/jwt/security/adviso… | x_refsource_CONFIRM |
| https://github.com/golang-jwt/jwt/commit/0951d184… | x_refsource_MISC |
| https://github.com/golang-jwt/jwt/commit/bf316c48… | x_refsource_MISC |
| https://security.netapp.com/advisory/ntap-2025040… |
| Vendor | Product | Version | |
|---|---|---|---|
| golang-jwt | jwt |
Affected:
>= 3.2.0, < 4.5.2
Affected: >= 5.0.0-rc.1, < 5.2.2 |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2025-30204",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-03-24T14:10:18.281694Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-03-24T14:10:35.776Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2025-04-04T23:03:13.309Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "https://security.netapp.com/advisory/ntap-20250404-0002/"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "jwt",
"vendor": "golang-jwt",
"versions": [
{
"status": "affected",
"version": "\u003e= 3.2.0, \u003c 4.5.2"
},
{
"status": "affected",
"version": "\u003e= 5.0.0-rc.1, \u003c 5.2.2"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "golang-jwt is a Go implementation of JSON Web Tokens. Starting in version 3.2.0 and prior to versions 5.2.2 and 4.5.2, the function parse.ParseUnverified splits (via a call to strings.Split) its argument (which is untrusted data) on periods. As a result, in the face of a malicious request whose Authorization header consists of Bearer followed by many period characters, a call to that function incurs allocations to the tune of O(n) bytes (where n stands for the length of the function\u0027s argument), with a constant factor of about 16. This issue is fixed in 5.2.2 and 4.5.2."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-405",
"description": "CWE-405: Asymmetric Resource Consumption (Amplification)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-04-10T13:03:19.897Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"name": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"name": "https://github.com/golang-jwt/jwt/commit/bf316c48137a1212f8d0af9288cc9ce8e59f1afb",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/golang-jwt/jwt/commit/bf316c48137a1212f8d0af9288cc9ce8e59f1afb"
}
],
"source": {
"advisory": "GHSA-mh63-6h87-95cp",
"discovery": "UNKNOWN"
},
"title": "jwt-go allows excessive memory allocation during header parsing"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2025-30204",
"datePublished": "2025-03-21T21:42:01.382Z",
"dateReserved": "2025-03-18T18:15:13.849Z",
"dateUpdated": "2025-04-10T13:03:19.897Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-30204",
"date": "2026-06-19",
"epss": "0.00645",
"percentile": "0.46058"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-30204\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2025-03-21T22:15:26.420\",\"lastModified\":\"2025-04-10T13:15:52.097\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"golang-jwt is a Go implementation of JSON Web Tokens. Starting in version 3.2.0 and prior to versions 5.2.2 and 4.5.2, the function parse.ParseUnverified splits (via a call to strings.Split) its argument (which is untrusted data) on periods. As a result, in the face of a malicious request whose Authorization header consists of Bearer followed by many period characters, a call to that function incurs allocations to the tune of O(n) bytes (where n stands for the length of the function\u0027s argument), with a constant factor of about 16. This issue is fixed in 5.2.2 and 4.5.2.\"},{\"lang\":\"es\",\"value\":\"golang-jwt es una implementaci\u00f3n de Go de tokens web JSON. En versiones anteriores a la 5.2.2 y la 4.5.2, la funci\u00f3n parse.ParseUnverified divide (mediante una llamada a strings.Split) su argumento (que contiene datos no confiables) en puntos. Como resultado, ante una solicitud maliciosa cuyo encabezado de autorizaci\u00f3n consiste en \\\"Bearer\\\" seguido de muchos puntos, una llamada a dicha funci\u00f3n genera asignaciones de O(n) bytes (donde n representa la longitud del argumento de la funci\u00f3n), con un factor constante de aproximadamente 16. Este problema se solucion\u00f3 en las versiones 5.2.2 y 4.5.2.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-405\"}]}],\"references\":[{\"url\":\"https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/golang-jwt/jwt/commit/bf316c48137a1212f8d0af9288cc9ce8e59f1afb\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20250404-0002/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://security.netapp.com/advisory/ntap-20250404-0002/\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-04-04T23:03:13.309Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-30204\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-03-24T14:10:18.281694Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-03-24T14:10:25.565Z\"}}], \"cna\": {\"title\": \"jwt-go allows excessive memory allocation during header parsing\", \"source\": {\"advisory\": \"GHSA-mh63-6h87-95cp\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"golang-jwt\", \"product\": \"jwt\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003e= 3.2.0, \u003c 4.5.2\"}, {\"status\": \"affected\", \"version\": \"\u003e= 5.0.0-rc.1, \u003c 5.2.2\"}]}], \"references\": [{\"url\": \"https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp\", \"name\": \"https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3\", \"name\": \"https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/golang-jwt/jwt/commit/bf316c48137a1212f8d0af9288cc9ce8e59f1afb\", \"name\": \"https://github.com/golang-jwt/jwt/commit/bf316c48137a1212f8d0af9288cc9ce8e59f1afb\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"golang-jwt is a Go implementation of JSON Web Tokens. Starting in version 3.2.0 and prior to versions 5.2.2 and 4.5.2, the function parse.ParseUnverified splits (via a call to strings.Split) its argument (which is untrusted data) on periods. As a result, in the face of a malicious request whose Authorization header consists of Bearer followed by many period characters, a call to that function incurs allocations to the tune of O(n) bytes (where n stands for the length of the function\u0027s argument), with a constant factor of about 16. This issue is fixed in 5.2.2 and 4.5.2.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-405\", \"description\": \"CWE-405: Asymmetric Resource Consumption (Amplification)\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2025-04-10T13:03:19.897Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-30204\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-04-10T13:03:19.897Z\", \"dateReserved\": \"2025-03-18T18:15:13.849Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2025-03-21T21:42:01.382Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
RHSA-2025:18241
Vulnerability from csaf_redhat - Published: 2025-10-23 03:23 - Updated: 2026-06-20 07:50A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:ccc4b2291ccac190f5070746ff65d44683cb3fd03dcc4ceee11bba75f30e35be_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:9c5ecc5187aef4b760a92ed26541e254b48f1f7aac456fd6e22d36ed5f7163e3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e1dc1da17f539c968496aed6d0fbad5518e2fe4680834333006a4bcba8bb4b43_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f931109b463314485d63d46cb4c536664b5aa22538656a7c0a7cd4b26cf67c79_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:9dbcc9f8c68e0525b2b3bd87fbfb1b94b0914a5abde6ca22e234cfec3126a711_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a963d9403644a2c1e5ba14a146ee168f15f7b538de0f65027b9e6745b3a0b3bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4fbf04be32d4eb46e8c47b1eea19419e46a2f9e8eab66b565b5cf581b727ff5b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5d3320348fa12473103789b67288275f40badfed981815e7796685929890f75e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:36d6f386e55bd7bd95dd7e6cb5a22b157c695ff0fa16fe5f28a47f818aed3ca2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:a72f2afd2b1fcbbd6c80f2f4ba63f64fee18c0a9a881bafd8ea120360aa985cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:858697bb19694cc5a1bd2a73acebb61a0603f26d0128d8b68e995d271cad4e65_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:493f78b812331de11cf821738631940d5f992d451249b972b9c1a78274fff362_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0fe7322cbfeaac4a03f1d9f90177850faba9a7b4b539cff06a56f87337016028_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:0445312a8dcd699a2c04eb5ec2703d227215cbd3eb278d65d64d3018fa6c8cd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:55d851739ea425c4f86f4a93d559d438757204d05cd5897eea39a025c1d73710_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3e2999d1fee9b828ecb4c9348c28bff3197538f89dfc301274e26299582ebccd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:64f65a7d9ac04606d30e9238b037aba498adf5cc9947b71b75cf3a3d7dcb15d7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b9fc9a458b342c3a1ca17aa6d77092790990181203d152f489108fa0718ab250_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:03f982ed751c6689d1d7c23bbd225687a2ed201bfd5e31f9e920d32ecb21c700_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:298f961b401ea83d13de81b179a8e0065a98840e3f8954299e16a8ee7097ddfc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:200ec6b74c740d4f66d0256d276c9f0729cd5842bc77e2e12a9c111b5247bb25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:32b5b858041fba4358b20ee29279e598219b97d3d92fa86d771b320fa2c046db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:ef1cecdfb2272c882d8fde31874a877f3ca4a11a0fada248c5ff02db33ac1c3d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:66a83e45ce7efb211c6b463c47f07c1e616466fe89760251d04d03386b4141f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7fedffdbf3276db7ee981e0833e5f2d31266f20131f92e7e9449528f17802a28_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:666435adfb42673b275da73506b9d30dba06c0c259cdce46abdfa09e732636e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:ef448e159ef74036bbe0e8cbdf523df3120b8ade6a278aa5e845ac41645b517e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:48f32025b28312d781574d1d21ec6a15358582db5f58bcc76dc9c8992ef39773_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:7cd155e29f0d57cfe3fa09f2802c700e52c3f54a940c1360bac107fb9d9678db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:7ef9484934c28e9bfc182cab79548ae69222f352eda4da1c83b731c52b27c118_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:87f94c90ac7853dd8fb3d26c19ab994ef67c2c044dc09544c4d5a2c639aebb0a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:802ee595e75bb69a4d3ce85c6064a666e802cfc22bc0fae0cbc71a013480a41e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1a7721391d5e5229956ee04af93aaed4a0033bcd7886f3731d88e8f5ebaa660b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:18ba0adffed79f93d787cf4eeba0e5e862fcbac14a4e833665c3544c7d05b04e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:d9c8b7b29082e0071d987ca9416a37de68130e4fae83e22420adb36aa75d3d99_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:20774d555410218f3f8f9c72be2e83513fd1459e7763af492afa6e60ad247f02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:da9d00f5cb478610145f7e6e5815a3c32dcc0aae7f144693c4127659ec08b744_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:f23b05590dd97760f99d83122c6780e2b2138b48307f0b567168a060b1f42406_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a1a1d63258056641c60eed9bca842324e834f9cb716f85d976a765a2264bb6cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:006ba1f0a51bd4d09c7218964c9e4c17a884a71c9c645312948f219938401631_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:bb2bdf31be4d7e2891f1e9ed95a61142c322e23e6199b9238ec864dd5fa98396_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:37be8cb1369576faa6d39dd80fd57f06e7fde58b5860a995376327187fa1ba64_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:007f6bfdd2a1815cfbe843ec010e8435eb5c27803c068c8df0ea021d908c7d15_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:007f6bfdd2a1815cfbe843ec010e8435eb5c27803c068c8df0ea021d908c7d15_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a9de8173161d6182450d80924950001099e26c85804c9edee49efb6db065edd1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:9077ada32311d75e6ac864537beb469e77b82470bfcb95770d4034d5b2c9ab75_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:81dbcd562cbf2878c9a3a0c3a161d0610fb3497e60b82ad1c53a973da9ec4ebd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0c063192dc09314921fa230b9c6892d7dbefc5e81dc8216f5fca9cac783fa329_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:9de757a1848f3fad420ba951f8983e9e11545952e14777c0eee97c89da34de1c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:44a2a0acdabbabfd2067d9095476eea02a0f9063963aa5fc690f6b436a73de9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:2d69dc46b7b26e61f18f8beef30dc7156beeb466130471f71ba9134530e12226_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:e918938229a8cd0a8cfe26b3f3dc5cf90efbc2e15759c3b942f361e8c26553de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:be8bd31905004e04a2b7c2bf38768f243f832540570196c51f9e72d7c58bfe17_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:6da297ae2918c576bb1e6f193d748382008b4e348ccbb760669a5f7c6309c55d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:01cb11292268620a8c8d7c0d5af524507e1712ff149c2173fa97f64274e1b42d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:fdf98037d6bd27e32adb30802c6567b781d76b53aac3afaa78b9c9e4650e914e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2a7242bf8f44e46a679205d46bca0751a6e06f5ee05dc5181031064ed86e2a26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:f047ff65da1497ccdf543fb1d64ee02bd4ddb868d1109c6c9dc32980739182f0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:b4407fdb242f75ebfde70eafb226d00db6c3d585036355d886481bdd0ebf8eb8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4311cfd1c3688b7d8d9b78d3fe7e5a0fd88629f1b5c2c4563c75a57469deecf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c22970770b0f5073c41b5eceb11ca7a8420b8211fe75167ecbb9deab8a1a7005_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:b930fa3dc047d889a8033b6fa54e70a91535febb3d280fe00c905b11ed8153c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:9294d9872dd052df222105012b3b633f2bca7f9f24e604d5af9295eebb745637_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:7d300004537072646938a9b5b04be2f2362b607202c40ec711b228f918aedb53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:3d93e76ba488c1cfdb1fd4389e9ca6da0b55a057ce8f3d73e9c0fb07a54dc012_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:02a18e4de945b0d2fee7b7855fdee1a81478981be1354e5adb7d50ddf9d4cc6f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:f59a8929240fdf9d0d2d4222a513719e1cb74bd5fea4a3da6c7a8cd8609a9d7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:10eaf3339776c65dfbad1617791b4d1ca2966b7e4784103d57e665c84da69838_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:e4b25dc5016ad3cb13c2f30c3b05f3d79905beecabe5c8f34a64583f337ce7f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:ca133f881064998b88a22a614a9f1482a6800d62e6e471e6564a06368d9d8e37_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:b4fed0a437eb0fe877cf9fc60700db3e43fa473c0a76758b1a639c510310417c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:19caaf6e0ada0bf1a9db10789345a57fd8b6e1c733b4edebc0e6bb7a72f7aa50_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:ea89552848a0bf436c273fad7e32b1f45fe5cbdc75b90e7a51dd590f210d8ff5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:a107fb6023155633692534f60caa9a4601dc7cf94e561aa75e73c439f2358be7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9f59a263e4a76422cc5e3e5630ad8539ab52c8551a05f18158a1bf9bbdc61ee4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:3dd44e11ad96656010ae6f3edab21bc1b7aff95c546a4f5848c9205615bcbf24_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:3be950222006c82f1f5823e56cb7f047781962dd45d3979ad130839ab13fdc2e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:30dd14dfd511e8aaa8b642d33767adc4d0d0d63d587dba955b9ccc81af28d5a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3e5884001da477ffcabcc3e8bcf7bca2d9df454f3a5c6f8b27e7e05998e92c29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f9640ed1601fd9ed6f85e48f38406195f2acbf6d2ad6e63109067303f2140a6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2d538ceb3d4aea764810ad8652bec24334502ed6a13b4937652f138b5c572f63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2d538ceb3d4aea764810ad8652bec24334502ed6a13b4937652f138b5c572f63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:90c5c064c3286eb543578f63a4bdfe6b9eb45d8b3d988ce07262c91cb54ce6f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:90c5c064c3286eb543578f63a4bdfe6b9eb45d8b3d988ce07262c91cb54ce6f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:1d0d1814f11de86b6e91576f30be5484aabebabdba63fb04d86eab199495be97_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:1d0d1814f11de86b6e91576f30be5484aabebabdba63fb04d86eab199495be97_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1fe947cde003e7ae9fd05608ad3aa74cd2e864252dbb3cd348d5bb4fd6b0f7c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1fe947cde003e7ae9fd05608ad3aa74cd2e864252dbb3cd348d5bb4fd6b0f7c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9c1f99c7e1c3edd7942c77fcf0fe6176f60a546e7933abab5d7a47f6d6c12d00_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9c1f99c7e1c3edd7942c77fcf0fe6176f60a546e7933abab5d7a47f6d6c12d00_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e2fbd3a84effbf5bcbe5fa7cf4fbc4befdef5ac795b77077307d26e71306f5b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e2fbd3a84effbf5bcbe5fa7cf4fbc4befdef5ac795b77077307d26e71306f5b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:90e0b6a10d18cd2a799ed3e08ff6c5358606a7dddf0474dbc3b928bac31e6b42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:90e0b6a10d18cd2a799ed3e08ff6c5358606a7dddf0474dbc3b928bac31e6b42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:aea21c2d846a61a1f158e3d0d1b27fea63a4a5c0cef5d6bdbf2168f5827388ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:fe4f7126f78bfc7214447dd695b687e4cf1b76c4146cfe9b443ec55b90611cde_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:f2290cd41371d091bfb7775c1329515356a41d7a25e66ec77ce96a9d40214c41_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:67b168cedc87bbb949c6a8d15a5a00353abed3f0039362a193f25c800d290dc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4633ef862a775cbc478b42daa7accd18c4b6a207ec440e53e87660b346f69d54_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:29e53ba9bbfc5691f73bf4b767d049a0849269e75be80f6adf66a36e56ac42dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:892c5cdef68d9c8cb0f514f1f9593cae3919b9e6b71d8214c03de512ff0b0ca7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fbe4ae6105099d25b30fd6be15f54764feb8caa3be7df22be69198ffa002d5a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:90b6079e093d15b41331477436b4fc40a33f60a98a218153da13bbe3589f5aff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b276640b8bf98ac5b79c3fe4ade0376ce53f7d69549f8ecafe6a0f155562902_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:3808907505bd113d4c3243ea676ab41ae02ee97fab21542a67935d9f0b583ea9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:49073ddf698db521c0344e538ecf51d4d509596815b9b9f25bb293f70b004785_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:802685f0f87f03f70da60c90c508bb09fe2e9764838dc9a78994636574d185bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:27d61fedcb2f939969787d03cd3b2f55f99daaea6e4e8d1bfd3ca50d096681ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:7ce6a190da9146a5a270ed6f5d28b975e710898f0630db40d0d13ec0ad050fa3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:22cc594e80a75b664a1913f6386b667e0c4128c360c75cbc8a118a92fa552171_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:bd721a1055e20b57dd201300d3a9bf77221df4f43d8a48c47afa64349eba0b21_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6374cb59d30eb2e30359a2e3945f2c822a895e2deb51dcb512acb0b11c1ff342_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:0a9b80f1d5c759eca7356107f8a73434c9fb10cb6c5af2ee8cf4bb5c2e5e7826_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:d5160a7bed0548975366f05fe9f4d3ae0d1257c5361f929a411e59c845c2c2b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:a545d0466568f6190585e98acf7ab5f905b2d53a2276fd5818ee0cb037230c02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:ce9e429a3d767789b6445f46913e853ff893218149648ab939130a077e1997fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9bd4e841342984ffe4a9db920ee0d638d22958db6479c272945b11fe3f46d567_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5891892a01f0965ab06d0f587965e381dbe167fa71592a1798ee143f436eb791_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:43c1e6fc70cd0ee8a835368cf7789f87e9b6ba90f34b829ae5824e36bad38c8e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:444cd3417c37d7ecd0c41e5f946633d7903012531adc14454676c9a18e4691b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:f1cd9edac76506cea9fb6d021e1d0d144839e8e3e54120966c4b4a79b4b66644_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:021544394f1664a9129dde5f9005030db14e1447a2ea4aeac554e42f17394e0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:65423ed02b3805af52268bedbcabbd2ab8c81553199f91dc5e76182ffc293760_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:0ec4bca135ea090df56e31c0a63a733ca41359a91fb60355c5a9274ee009813e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:4d69dc1ec16689670dfce857b48df70208bcc48d3c16c9554ee6d5440d1834a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:50beceb4b0234f7c4d77866997060ac0309dd26a4b7674f04d82a1ccee0473be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:96877c6136e69364d0d51e793181d5707b0f00d73f80dd431c3900a7f1c25e8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:1e271947705a26de876f199425165b2bcfe2b7ac7b1de048f5e7afa76579c7b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:7616fabeceda8283e20f5660c0eaabbf642af38ef8c572365960ad3adb95cc85_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:868205ad63eb5bb9055b62963d98afcc64d9bc19478a44c00aa3f5f2ae1f8d24_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b50fc773b15ece1af3c758f4ec62fd5e530024aae00af11f0a76ee226d4fe43c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:947658c3d6a71f9c022e739f8ba7a33ba47eeb844214a192e8483c5a1f1e79e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ef530ea4028933c68382e7df32741468620a4cff9c7e0ecd086ca99fa13a95d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a0634998a8a0f64f27c00eef82ec9155baeb5348d1583e477b377587f92a3c86_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:54020829fde0e0071ccb8bc923f9c29014d49b69d9641fd4bacb7268448fde7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9a668c1ce236a09971cfbae4e4f70f86764bb81cf24bf6beacf8c41919da8a1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:3d278ef5ce89c99a2613d7fdc80ad2b91293925cd4b66192f3686c218f460b76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:3450848336deddad9a426e82d0f9ee1d1865ec743fbbea967be8ce0b53733b8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:863fe6ed1e60e6b7b56c7f971262846666a225b5189ecd0d6b96105b3cddadb0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:1a72c234b8f818ac392ca123478b815b5423ba42b358174ec2b3a0d22d851d7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:f18266f3353ae4d734c5b3669be6ae2b22184bc0aec59e0edd1ca5d9b131e6ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1049225e4ddd32f760b7d3a0689f0dd93a8457750020cfbf90a8c3da85c8a514_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:eba226e0f375037e1ea03edfdc17ac846f2be7e095d938ba3b9d819d68cf0e5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5ae39578cfaedc98bce0904bf219c8900fe217478bb6b4b5d462904f597c396f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:5421cbe082d55dd2def88e6a02f8752e0d6002e0a3c7b18a1f61e9364e0c7b79_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:79af1938a9751b3eb8fecfe6352e0be7f7f556e4bb36ce21651e3968885e4663_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:d92f6925cbe17fa5d855082b2a97ed1081a2c3a8c11c7bc338540b8a2a5a3627_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:7448d85231de6e6f0d3ff80b1654e68265e415fdfc76e5a7b0146715212ef344_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:cceda0d3c835c0dc4a456cf507cfb33dd5c616f12a4d6f1118b788512192e206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:db6a528638cbe445708cd9d2f604224b499344955d2d1dd5d81e67db650c22cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:8edb136c7fcafe3362f331dbcc2a0c8ea80a7cd18b0926cab56173a39521c5d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:026b64e6810ca743a85df6bd01214518780dc3f6a3dfb270522126cff851c206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:ea332f642ed5b9562cdd82f66476b4e70cc552de1adb897854e6474d5bfe9c33_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:fa07db0550420668bad77c11ffebc325783f705ce6137a7d85cd3cbd1f5d405a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:dd63d932427f49fd779cfbba214ff501b22f4f52dcfd6411bc27d388dba9ece9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:e4377393edced218bfef27f6f38f305faeaa79e1eafc728f0641713026fcf25e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:885bb03dd896bc0d0e2aa736e158292826cd9fe6c0de0a56c44cad23f92f0484_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:d4afcb3cb8ff1c6452ae3403b19b955503c34da766f5aa8dc3dbb255494e0fa5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:8f54827df6c9263fc8fe18b98e36dcd6051f8318327e73f3d0c131bada4eb658_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:dbd51fec0506d2ffc5b27c27ec2f0dc9679262d0b7883a70d79847d7b8afaa3a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:2b371b7205ec068c43c1f805959267a2e69ffc29a1afeca540594f49c919250b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cb3f9612911cdacb90de6fe35c133d79486321a39aba7f163480fe9b800bbbc6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffb156fc6d7bcbe082f006d640817d1872563874b2b581c544fc5f903dceb0bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ffb156fc6d7bcbe082f006d640817d1872563874b2b581c544fc5f903dceb0bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:67299873662b1454a70eb7baa65f1eef509f6ce449d767f356e9f2b11df0e34d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:5555a8f2ab92ee1c718b1f81517187b2b3eb02b169302f64aa0bfd4917ada485_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2ccb7f13b4317b0d33ac37805efc1063571ef44435b1cb4fb46b4ac1d1c4adbb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:24187c1de4c7841652f4db5da853c34bc26e0384a064c84d1368c14305912c44_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d805261a712408f0062d4aba4c45e145425176aef88bf78fdca9e8821cb42915_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:c8f5a1f9b82067c4783a40a48be7ee2d6c35555d9f4a1879d0f196c36a10d609_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:1b352cf9870e701b21e0dcfcaa19b30cb54e28494ace5b2af17c1d7924f0c482_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:024cabdf7894d6c735e5c65aa98ff00994deeadc3debdf1af4cc7b551d376056_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d4d926cc9227b448003ba60d353f79274e67d32f46a1db8692710700c628e034_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:40363c17a11d26b6aadb55a3a8eb50c2be9a1246a92373c9c37e8942cf0d59b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:3c82cdb31a8d00dc7416bcc86b5e96fc51c7a0d614b821e82f6439e92b8b30b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:4e57827f184140a3259356f540691927878587307e92b0810284cb6d983e5b76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:5438c37e66104413a6387e551896be5697d5df1733cc517c2d579e080d3bcf12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:27725970ffec2136048b51e027f39b77ff3efee8bc19b1afd8d1ab5eb5d4b5b4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:1ee2d18f38d291b11d72418f50d64e3a362f3f67251fc099246c58ddda19602a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:50cad82b963de128d2e2c1c816fa3ab310141c8a77c009875310032ad46792bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:19ec1b00113867242ec823c2fed55f5aa991c93c8eb2a85ebcf7b97e5a462404_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d36ba26f1e631c0a732a8b17e2e18abd7fe4898dc569fbbff1f541611349542a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:475506c3b8d93e222c14b175b3c781ed06e73f929b9bcdd32aa369014f77d5a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:924fa56c439dee453146e5353aaee8ae1a6fb0d26e45c2bba975bd14f959327b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:9ad9846673b581978570d146ee548f92afc9165a2b069164903c38f9ecbae50b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d36ba26f1e631c0a732a8b17e2e18abd7fe4898dc569fbbff1f541611349542a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:475506c3b8d93e222c14b175b3c781ed06e73f929b9bcdd32aa369014f77d5a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8404aaed34fdf6d4ad8b280eeadfc07ce65317b328bd9fb42d87e3eb79d54473_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:1c880a1fb1587cbaaaedafd308a09c2d8141a6b30cfd04601bc0077fe4f44eed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:97b6ccfeec3af2cd7e771a6c9cf5b9015d8da3d486ec25887d6b10cac7db2037_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:6e086cbf3d25cd41b5272e6208ccba5d1a849c15c6b91e96ee21561fb051cb26_amd64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.13.61 is now available with updates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.13.\n\nRed Hat Product Security has rated this update as having a security impact of Low. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.13.61. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/155272\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\n https://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html/release_notes\n\nSecurity Fix(es):\n\n* golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing (CVE-2025-30204)\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.13 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html-single/updating_clusters/index#updating-cluster-within-minor.",
"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-2025:18241",
"url": "https://access.redhat.com/errata/RHSA-2025:18241"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-30204",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"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/2025/rhsa-2025_18241.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.13.61 bug fix and security update",
"tracking": {
"current_release_date": "2026-06-20T07:50:53+00:00",
"generator": {
"date": "2026-06-20T07:50:53+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2025:18241",
"initial_release_date": "2025-10-23T03:23:41+00:00",
"revision_history": [
{
"date": "2025-10-23T03:23:41+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-10-23T03:23:49+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-20T07:50: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.13",
"product": {
"name": "Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.13::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:006ba1f0a51bd4d09c7218964c9e4c17a884a71c9c645312948f219938401631_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:006ba1f0a51bd4d09c7218964c9e4c17a884a71c9c645312948f219938401631_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:006ba1f0a51bd4d09c7218964c9e4c17a884a71c9c645312948f219938401631_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler@sha256%3A006ba1f0a51bd4d09c7218964c9e4c17a884a71c9c645312948f219938401631?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.13.0-202510131530.p2.g3ce55c7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:7cd155e29f0d57cfe3fa09f2802c700e52c3f54a940c1360bac107fb9d9678db_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:7cd155e29f0d57cfe3fa09f2802c700e52c3f54a940c1360bac107fb9d9678db_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:7cd155e29f0d57cfe3fa09f2802c700e52c3f54a940c1360bac107fb9d9678db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel8@sha256%3A7cd155e29f0d57cfe3fa09f2802c700e52c3f54a940c1360bac107fb9d9678db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-container-v4.13.0-202510131530.p2.g15e6f80.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:48f32025b28312d781574d1d21ec6a15358582db5f58bcc76dc9c8992ef39773_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:48f32025b28312d781574d1d21ec6a15358582db5f58bcc76dc9c8992ef39773_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:48f32025b28312d781574d1d21ec6a15358582db5f58bcc76dc9c8992ef39773_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel8@sha256%3A48f32025b28312d781574d1d21ec6a15358582db5f58bcc76dc9c8992ef39773?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-operator-container-v4.13.0-202510140119.p2.g70e0530.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:87f94c90ac7853dd8fb3d26c19ab994ef67c2c044dc09544c4d5a2c639aebb0a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:87f94c90ac7853dd8fb3d26c19ab994ef67c2c044dc09544c4d5a2c639aebb0a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:87f94c90ac7853dd8fb3d26c19ab994ef67c2c044dc09544c4d5a2c639aebb0a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers@sha256%3A87f94c90ac7853dd8fb3d26c19ab994ef67c2c044dc09544c4d5a2c639aebb0a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.13.0-202510140119.p2.ga2c6ca6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1a7721391d5e5229956ee04af93aaed4a0033bcd7886f3731d88e8f5ebaa660b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1a7721391d5e5229956ee04af93aaed4a0033bcd7886f3731d88e8f5ebaa660b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1a7721391d5e5229956ee04af93aaed4a0033bcd7886f3731d88e8f5ebaa660b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256%3A1a7721391d5e5229956ee04af93aaed4a0033bcd7886f3731d88e8f5ebaa660b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.13.0-202510131530.p2.g1280cf5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:44a2a0acdabbabfd2067d9095476eea02a0f9063963aa5fc690f6b436a73de9b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:44a2a0acdabbabfd2067d9095476eea02a0f9063963aa5fc690f6b436a73de9b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:44a2a0acdabbabfd2067d9095476eea02a0f9063963aa5fc690f6b436a73de9b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256%3A44a2a0acdabbabfd2067d9095476eea02a0f9063963aa5fc690f6b436a73de9b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.13.0-202510131530.p2.gc46a23e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:b4407fdb242f75ebfde70eafb226d00db6c3d585036355d886481bdd0ebf8eb8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:b4407fdb242f75ebfde70eafb226d00db6c3d585036355d886481bdd0ebf8eb8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:b4407fdb242f75ebfde70eafb226d00db6c3d585036355d886481bdd0ebf8eb8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-operator@sha256%3Ab4407fdb242f75ebfde70eafb226d00db6c3d585036355d886481bdd0ebf8eb8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.13.0-202510131530.p2.g3aa7687.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4311cfd1c3688b7d8d9b78d3fe7e5a0fd88629f1b5c2c4563c75a57469deecf6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4311cfd1c3688b7d8d9b78d3fe7e5a0fd88629f1b5c2c4563c75a57469deecf6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4311cfd1c3688b7d8d9b78d3fe7e5a0fd88629f1b5c2c4563c75a57469deecf6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-operator@sha256%3A4311cfd1c3688b7d8d9b78d3fe7e5a0fd88629f1b5c2c4563c75a57469deecf6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.13.0-202510131530.p2.gdf5cf27.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c22970770b0f5073c41b5eceb11ca7a8420b8211fe75167ecbb9deab8a1a7005_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c22970770b0f5073c41b5eceb11ca7a8420b8211fe75167ecbb9deab8a1a7005_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c22970770b0f5073c41b5eceb11ca7a8420b8211fe75167ecbb9deab8a1a7005_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3Ac22970770b0f5073c41b5eceb11ca7a8420b8211fe75167ecbb9deab8a1a7005?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.13.0-202510131530.p2.g978a6c5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:3d93e76ba488c1cfdb1fd4389e9ca6da0b55a057ce8f3d73e9c0fb07a54dc012_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:3d93e76ba488c1cfdb1fd4389e9ca6da0b55a057ce8f3d73e9c0fb07a54dc012_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:3d93e76ba488c1cfdb1fd4389e9ca6da0b55a057ce8f3d73e9c0fb07a54dc012_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256%3A3d93e76ba488c1cfdb1fd4389e9ca6da0b55a057ce8f3d73e9c0fb07a54dc012?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.13.0-202510131530.p2.g3b0d075.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:f59a8929240fdf9d0d2d4222a513719e1cb74bd5fea4a3da6c7a8cd8609a9d7d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:f59a8929240fdf9d0d2d4222a513719e1cb74bd5fea4a3da6c7a8cd8609a9d7d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:f59a8929240fdf9d0d2d4222a513719e1cb74bd5fea4a3da6c7a8cd8609a9d7d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-operator@sha256%3Af59a8929240fdf9d0d2d4222a513719e1cb74bd5fea4a3da6c7a8cd8609a9d7d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.13.0-202510131530.p2.gb38c26a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:e4b25dc5016ad3cb13c2f30c3b05f3d79905beecabe5c8f34a64583f337ce7f7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:e4b25dc5016ad3cb13c2f30c3b05f3d79905beecabe5c8f34a64583f337ce7f7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:e4b25dc5016ad3cb13c2f30c3b05f3d79905beecabe5c8f34a64583f337ce7f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-operator@sha256%3Ae4b25dc5016ad3cb13c2f30c3b05f3d79905beecabe5c8f34a64583f337ce7f7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.13.0-202510140119.p2.g8b3acae.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:ca133f881064998b88a22a614a9f1482a6800d62e6e471e6564a06368d9d8e37_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:ca133f881064998b88a22a614a9f1482a6800d62e6e471e6564a06368d9d8e37_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:ca133f881064998b88a22a614a9f1482a6800d62e6e471e6564a06368d9d8e37_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader@sha256%3Aca133f881064998b88a22a614a9f1482a6800d62e6e471e6564a06368d9d8e37?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.13.0-202510131530.p2.g9adad59.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:a107fb6023155633692534f60caa9a4601dc7cf94e561aa75e73c439f2358be7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:a107fb6023155633692534f60caa9a4601dc7cf94e561aa75e73c439f2358be7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns@sha256:a107fb6023155633692534f60caa9a4601dc7cf94e561aa75e73c439f2358be7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns@sha256%3Aa107fb6023155633692534f60caa9a4601dc7cf94e561aa75e73c439f2358be7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.13.0-202510131530.p2.gd3037cb.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2d538ceb3d4aea764810ad8652bec24334502ed6a13b4937652f138b5c572f63_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2d538ceb3d4aea764810ad8652bec24334502ed6a13b4937652f138b5c572f63_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2d538ceb3d4aea764810ad8652bec24334502ed6a13b4937652f138b5c572f63_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher@sha256%3A2d538ceb3d4aea764810ad8652bec24334502ed6a13b4937652f138b5c572f63?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.13.0-202510131530.p2.gd929084.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2d538ceb3d4aea764810ad8652bec24334502ed6a13b4937652f138b5c572f63_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2d538ceb3d4aea764810ad8652bec24334502ed6a13b4937652f138b5c572f63_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2d538ceb3d4aea764810ad8652bec24334502ed6a13b4937652f138b5c572f63_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256%3A2d538ceb3d4aea764810ad8652bec24334502ed6a13b4937652f138b5c572f63?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.13.0-202510131530.p2.gd929084.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:3dd44e11ad96656010ae6f3edab21bc1b7aff95c546a4f5848c9205615bcbf24_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:3dd44e11ad96656010ae6f3edab21bc1b7aff95c546a4f5848c9205615bcbf24_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:3dd44e11ad96656010ae6f3edab21bc1b7aff95c546a4f5848c9205615bcbf24_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8@sha256%3A3dd44e11ad96656010ae6f3edab21bc1b7aff95c546a4f5848c9205615bcbf24?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-container-v4.13.0-202510131530.p2.gba00838.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9f59a263e4a76422cc5e3e5630ad8539ab52c8551a05f18158a1bf9bbdc61ee4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9f59a263e4a76422cc5e3e5630ad8539ab52c8551a05f18158a1bf9bbdc61ee4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9f59a263e4a76422cc5e3e5630ad8539ab52c8551a05f18158a1bf9bbdc61ee4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8-operator@sha256%3A9f59a263e4a76422cc5e3e5630ad8539ab52c8551a05f18158a1bf9bbdc61ee4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-operator-container-v4.13.0-202510131530.p2.g596a53c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:3be950222006c82f1f5823e56cb7f047781962dd45d3979ad130839ab13fdc2e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:3be950222006c82f1f5823e56cb7f047781962dd45d3979ad130839ab13fdc2e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:3be950222006c82f1f5823e56cb7f047781962dd45d3979ad130839ab13fdc2e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel8@sha256%3A3be950222006c82f1f5823e56cb7f047781962dd45d3979ad130839ab13fdc2e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-nfs-container-v4.13.0-202510131530.p2.g2b914c2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9c1f99c7e1c3edd7942c77fcf0fe6176f60a546e7933abab5d7a47f6d6c12d00_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9c1f99c7e1c3edd7942c77fcf0fe6176f60a546e7933abab5d7a47f6d6c12d00_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9c1f99c7e1c3edd7942c77fcf0fe6176f60a546e7933abab5d7a47f6d6c12d00_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe@sha256%3A9c1f99c7e1c3edd7942c77fcf0fe6176f60a546e7933abab5d7a47f6d6c12d00?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.13.0-202510140119.p2.g3587db5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9c1f99c7e1c3edd7942c77fcf0fe6176f60a546e7933abab5d7a47f6d6c12d00_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9c1f99c7e1c3edd7942c77fcf0fe6176f60a546e7933abab5d7a47f6d6c12d00_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9c1f99c7e1c3edd7942c77fcf0fe6176f60a546e7933abab5d7a47f6d6c12d00_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256%3A9c1f99c7e1c3edd7942c77fcf0fe6176f60a546e7933abab5d7a47f6d6c12d00?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.13.0-202510140119.p2.g3587db5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e2fbd3a84effbf5bcbe5fa7cf4fbc4befdef5ac795b77077307d26e71306f5b2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e2fbd3a84effbf5bcbe5fa7cf4fbc4befdef5ac795b77077307d26e71306f5b2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e2fbd3a84effbf5bcbe5fa7cf4fbc4befdef5ac795b77077307d26e71306f5b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar@sha256%3Ae2fbd3a84effbf5bcbe5fa7cf4fbc4befdef5ac795b77077307d26e71306f5b2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.13.0-202510131530.p2.g9ea90f3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e2fbd3a84effbf5bcbe5fa7cf4fbc4befdef5ac795b77077307d26e71306f5b2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e2fbd3a84effbf5bcbe5fa7cf4fbc4befdef5ac795b77077307d26e71306f5b2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e2fbd3a84effbf5bcbe5fa7cf4fbc4befdef5ac795b77077307d26e71306f5b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256%3Ae2fbd3a84effbf5bcbe5fa7cf4fbc4befdef5ac795b77077307d26e71306f5b2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.13.0-202510131530.p2.g9ea90f3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:90c5c064c3286eb543578f63a4bdfe6b9eb45d8b3d988ce07262c91cb54ce6f1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:90c5c064c3286eb543578f63a4bdfe6b9eb45d8b3d988ce07262c91cb54ce6f1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:90c5c064c3286eb543578f63a4bdfe6b9eb45d8b3d988ce07262c91cb54ce6f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner@sha256%3A90c5c064c3286eb543578f63a4bdfe6b9eb45d8b3d988ce07262c91cb54ce6f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.13.0-202510140119.p2.g0bf126b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:90c5c064c3286eb543578f63a4bdfe6b9eb45d8b3d988ce07262c91cb54ce6f1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:90c5c064c3286eb543578f63a4bdfe6b9eb45d8b3d988ce07262c91cb54ce6f1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:90c5c064c3286eb543578f63a4bdfe6b9eb45d8b3d988ce07262c91cb54ce6f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256%3A90c5c064c3286eb543578f63a4bdfe6b9eb45d8b3d988ce07262c91cb54ce6f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.13.0-202510140119.p2.g0bf126b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:aea21c2d846a61a1f158e3d0d1b27fea63a4a5c0cef5d6bdbf2168f5827388ad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:aea21c2d846a61a1f158e3d0d1b27fea63a4a5c0cef5d6bdbf2168f5827388ad_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:aea21c2d846a61a1f158e3d0d1b27fea63a4a5c0cef5d6bdbf2168f5827388ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256%3Aaea21c2d846a61a1f158e3d0d1b27fea63a4a5c0cef5d6bdbf2168f5827388ad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-validation-webhook-container-v4.13.0-202510140119.p2.gc8a7a09.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e1dc1da17f539c968496aed6d0fbad5518e2fe4680834333006a4bcba8bb4b43_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e1dc1da17f539c968496aed6d0fbad5518e2fe4680834333006a4bcba8bb4b43_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e1dc1da17f539c968496aed6d0fbad5518e2fe4680834333006a4bcba8bb4b43_amd64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3Ae1dc1da17f539c968496aed6d0fbad5518e2fe4680834333006a4bcba8bb4b43?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.13.0-202510150115.p2.gd719bdc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f931109b463314485d63d46cb4c536664b5aa22538656a7c0a7cd4b26cf67c79_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f931109b463314485d63d46cb4c536664b5aa22538656a7c0a7cd4b26cf67c79_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f931109b463314485d63d46cb4c536664b5aa22538656a7c0a7cd4b26cf67c79_amd64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel8@sha256%3Af931109b463314485d63d46cb4c536664b5aa22538656a7c0a7cd4b26cf67c79?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.13.0-202510131530.p2.gdfe0373.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:cceda0d3c835c0dc4a456cf507cfb33dd5c616f12a4d6f1118b788512192e206_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:cceda0d3c835c0dc4a456cf507cfb33dd5c616f12a4d6f1118b788512192e206_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:cceda0d3c835c0dc4a456cf507cfb33dd5c616f12a4d6f1118b788512192e206_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy@sha256%3Acceda0d3c835c0dc4a456cf507cfb33dd5c616f12a4d6f1118b788512192e206?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.13.0-202510131530.p2.g44af5a3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:c8f5a1f9b82067c4783a40a48be7ee2d6c35555d9f4a1879d0f196c36a10d609_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:c8f5a1f9b82067c4783a40a48be7ee2d6c35555d9f4a1879d0f196c36a10d609_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:c8f5a1f9b82067c4783a40a48be7ee2d6c35555d9f4a1879d0f196c36a10d609_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager@sha256%3Ac8f5a1f9b82067c4783a40a48be7ee2d6c35555d9f4a1879d0f196c36a10d609?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510131530.p2.gdf2f11e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:024cabdf7894d6c735e5c65aa98ff00994deeadc3debdf1af4cc7b551d376056_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:024cabdf7894d6c735e5c65aa98ff00994deeadc3debdf1af4cc7b551d376056_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:024cabdf7894d6c735e5c65aa98ff00994deeadc3debdf1af4cc7b551d376056_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter@sha256%3A024cabdf7894d6c735e5c65aa98ff00994deeadc3debdf1af4cc7b551d376056?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510131530.p2.g59d699c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:3c82cdb31a8d00dc7416bcc86b5e96fc51c7a0d614b821e82f6439e92b8b30b5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:3c82cdb31a8d00dc7416bcc86b5e96fc51c7a0d614b821e82f6439e92b8b30b5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus@sha256:3c82cdb31a8d00dc7416bcc86b5e96fc51c7a0d614b821e82f6439e92b8b30b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus@sha256%3A3c82cdb31a8d00dc7416bcc86b5e96fc51c7a0d614b821e82f6439e92b8b30b5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.13.0-202510131530.p2.g7288609.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:49073ddf698db521c0344e538ecf51d4d509596815b9b9f25bb293f70b004785_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:49073ddf698db521c0344e538ecf51d4d509596815b9b9f25bb293f70b004785_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:49073ddf698db521c0344e538ecf51d4d509596815b9b9f25bb293f70b004785_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel8@sha256%3A49073ddf698db521c0344e538ecf51d4d509596815b9b9f25bb293f70b004785?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.13.0-202510140119.p2.ge548ac7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:22cc594e80a75b664a1913f6386b667e0c4128c360c75cbc8a118a92fa552171_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:22cc594e80a75b664a1913f6386b667e0c4128c360c75cbc8a118a92fa552171_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:22cc594e80a75b664a1913f6386b667e0c4128c360c75cbc8a118a92fa552171_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-node-label-updater-rhel8@sha256%3A22cc594e80a75b664a1913f6386b667e0c4128c360c75cbc8a118a92fa552171?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ibm-vpc-node-label-updater-container-v4.13.0-202510131530.p2.g6d619f6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:43c1e6fc70cd0ee8a835368cf7789f87e9b6ba90f34b829ae5824e36bad38c8e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:43c1e6fc70cd0ee8a835368cf7789f87e9b6ba90f34b829ae5824e36bad38c8e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:43c1e6fc70cd0ee8a835368cf7789f87e9b6ba90f34b829ae5824e36bad38c8e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3A43c1e6fc70cd0ee8a835368cf7789f87e9b6ba90f34b829ae5824e36bad38c8e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-container-v4.13.0-202510131530.p2.gfe91b38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9bd4e841342984ffe4a9db920ee0d638d22958db6479c272945b11fe3f46d567_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9bd4e841342984ffe4a9db920ee0d638d22958db6479c272945b11fe3f46d567_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9bd4e841342984ffe4a9db920ee0d638d22958db6479c272945b11fe3f46d567_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3A9bd4e841342984ffe4a9db920ee0d638d22958db6479c272945b11fe3f46d567?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-agent-container-v4.13.0-202510131530.p2.g92e3efb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5891892a01f0965ab06d0f587965e381dbe167fa71592a1798ee143f436eb791_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5891892a01f0965ab06d0f587965e381dbe167fa71592a1798ee143f436eb791_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5891892a01f0965ab06d0f587965e381dbe167fa71592a1798ee143f436eb791_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3A5891892a01f0965ab06d0f587965e381dbe167fa71592a1798ee143f436eb791?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-rhcos-downloader-container-v4.13.0-202510150115.p2.gce29177.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:444cd3417c37d7ecd0c41e5f946633d7903012531adc14454676c9a18e4691b6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:444cd3417c37d7ecd0c41e5f946633d7903012531adc14454676c9a18e4691b6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:444cd3417c37d7ecd0c41e5f946633d7903012531adc14454676c9a18e4691b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3A444cd3417c37d7ecd0c41e5f946633d7903012531adc14454676c9a18e4691b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-static-ip-manager-container-v4.13.0-202510131530.p2.g4536724.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:65423ed02b3805af52268bedbcabbd2ab8c81553199f91dc5e76182ffc293760_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:65423ed02b3805af52268bedbcabbd2ab8c81553199f91dc5e76182ffc293760_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:65423ed02b3805af52268bedbcabbd2ab8c81553199f91dc5e76182ffc293760_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy@sha256%3A65423ed02b3805af52268bedbcabbd2ab8c81553199f91dc5e76182ffc293760?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.13.0-202510140119.p2.g9c88237.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:0ec4bca135ea090df56e31c0a63a733ca41359a91fb60355c5a9274ee009813e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:0ec4bca135ea090df56e31c0a63a733ca41359a91fb60355c5a9274ee009813e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:0ec4bca135ea090df56e31c0a63a733ca41359a91fb60355c5a9274ee009813e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy@sha256%3A0ec4bca135ea090df56e31c0a63a733ca41359a91fb60355c5a9274ee009813e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.13.0-202510131530.p2.gf35f954.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:4d69dc1ec16689670dfce857b48df70208bcc48d3c16c9554ee6d5440d1834a5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:4d69dc1ec16689670dfce857b48df70208bcc48d3c16c9554ee6d5440d1834a5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:4d69dc1ec16689670dfce857b48df70208bcc48d3c16c9554ee6d5440d1834a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics@sha256%3A4d69dc1ec16689670dfce857b48df70208bcc48d3c16c9554ee6d5440d1834a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.13.0-202510131530.p2.gfd791df.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:1e271947705a26de876f199425165b2bcfe2b7ac7b1de048f5e7afa76579c7b0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:1e271947705a26de876f199425165b2bcfe2b7ac7b1de048f5e7afa76579c7b0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:1e271947705a26de876f199425165b2bcfe2b7ac7b1de048f5e7afa76579c7b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kuryr-cni-rhel8@sha256%3A1e271947705a26de876f199425165b2bcfe2b7ac7b1de048f5e7afa76579c7b0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kuryr-cni-container-v4.13.0-202510131530.p2.g36754b7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:7616fabeceda8283e20f5660c0eaabbf642af38ef8c572365960ad3adb95cc85_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:7616fabeceda8283e20f5660c0eaabbf642af38ef8c572365960ad3adb95cc85_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:7616fabeceda8283e20f5660c0eaabbf642af38ef8c572365960ad3adb95cc85_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kuryr-controller-rhel8@sha256%3A7616fabeceda8283e20f5660c0eaabbf642af38ef8c572365960ad3adb95cc85?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kuryr-controller-container-v4.13.0-202510131530.p2.g36754b7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:8f54827df6c9263fc8fe18b98e36dcd6051f8318327e73f3d0c131bada4eb658_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:8f54827df6c9263fc8fe18b98e36dcd6051f8318327e73f3d0c131bada4eb658_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:8f54827df6c9263fc8fe18b98e36dcd6051f8318327e73f3d0c131bada4eb658_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace@sha256%3A8f54827df6c9263fc8fe18b98e36dcd6051f8318327e73f3d0c131bada4eb658?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.13.0-202510140119.p2.g2a1df4e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:863fe6ed1e60e6b7b56c7f971262846666a225b5189ecd0d6b96105b3cddadb0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:863fe6ed1e60e6b7b56c7f971262846666a225b5189ecd0d6b96105b3cddadb0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni@sha256:863fe6ed1e60e6b7b56c7f971262846666a225b5189ecd0d6b96105b3cddadb0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni@sha256%3A863fe6ed1e60e6b7b56c7f971262846666a225b5189ecd0d6b96105b3cddadb0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.13.0-202510131530.p2.g12897bd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:1a72c234b8f818ac392ca123478b815b5423ba42b358174ec2b3a0d22d851d7d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:1a72c234b8f818ac392ca123478b815b5423ba42b358174ec2b3a0d22d851d7d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:1a72c234b8f818ac392ca123478b815b5423ba42b358174ec2b3a0d22d851d7d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256%3A1a72c234b8f818ac392ca123478b815b5423ba42b358174ec2b3a0d22d851d7d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.13.0-202510131530.p2.g7176ab7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:db6a528638cbe445708cd9d2f604224b499344955d2d1dd5d81e67db650c22cb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:db6a528638cbe445708cd9d2f604224b499344955d2d1dd5d81e67db650c22cb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:db6a528638cbe445708cd9d2f604224b499344955d2d1dd5d81e67db650c22cb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel8@sha256%3Adb6a528638cbe445708cd9d2f604224b499344955d2d1dd5d81e67db650c22cb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.13.0-202510131530.p2.geb54be2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4fbf04be32d4eb46e8c47b1eea19419e46a2f9e8eab66b565b5cf581b727ff5b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4fbf04be32d4eb46e8c47b1eea19419e46a2f9e8eab66b565b5cf581b727ff5b_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4fbf04be32d4eb46e8c47b1eea19419e46a2f9e8eab66b565b5cf581b727ff5b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel8@sha256%3A4fbf04be32d4eb46e8c47b1eea19419e46a2f9e8eab66b565b5cf581b727ff5b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.13.0-202510140119.p2.g96338ef.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:f2290cd41371d091bfb7775c1329515356a41d7a25e66ec77ce96a9d40214c41_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:f2290cd41371d091bfb7775c1329515356a41d7a25e66ec77ce96a9d40214c41_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder@sha256:f2290cd41371d091bfb7775c1329515356a41d7a25e66ec77ce96a9d40214c41_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder@sha256%3Af2290cd41371d091bfb7775c1329515356a41d7a25e66ec77ce96a9d40214c41?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.13.0-202510131530.p2.gb379980.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli@sha256:d9c8b7b29082e0071d987ca9416a37de68130e4fae83e22420adb36aa75d3d99_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:d9c8b7b29082e0071d987ca9416a37de68130e4fae83e22420adb36aa75d3d99_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli@sha256:d9c8b7b29082e0071d987ca9416a37de68130e4fae83e22420adb36aa75d3d99_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli@sha256%3Ad9c8b7b29082e0071d987ca9416a37de68130e4fae83e22420adb36aa75d3d99?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.13.0-202510131530.p2.gd192e90.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console@sha256:19caaf6e0ada0bf1a9db10789345a57fd8b6e1c733b4edebc0e6bb7a72f7aa50_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:19caaf6e0ada0bf1a9db10789345a57fd8b6e1c733b4edebc0e6bb7a72f7aa50_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console@sha256:19caaf6e0ada0bf1a9db10789345a57fd8b6e1c733b4edebc0e6bb7a72f7aa50_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256%3A19caaf6e0ada0bf1a9db10789345a57fd8b6e1c733b4edebc0e6bb7a72f7aa50?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.13.0-202510131530.p2.gb6b545c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:b4fed0a437eb0fe877cf9fc60700db3e43fa473c0a76758b1a639c510310417c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:b4fed0a437eb0fe877cf9fc60700db3e43fa473c0a76758b1a639c510310417c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-operator@sha256:b4fed0a437eb0fe877cf9fc60700db3e43fa473c0a76758b1a639c510310417c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-operator@sha256%3Ab4fed0a437eb0fe877cf9fc60700db3e43fa473c0a76758b1a639c510310417c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510140119.p2.gcb4657d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:fe4f7126f78bfc7214447dd695b687e4cf1b76c4146cfe9b443ec55b90611cde_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:fe4f7126f78bfc7214447dd695b687e4cf1b76c4146cfe9b443ec55b90611cde_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer@sha256:fe4f7126f78bfc7214447dd695b687e4cf1b76c4146cfe9b443ec55b90611cde_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer@sha256%3Afe4f7126f78bfc7214447dd695b687e4cf1b76c4146cfe9b443ec55b90611cde?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.13.0-202510140119.p2.gd192e90.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b276640b8bf98ac5b79c3fe4ade0376ce53f7d69549f8ecafe6a0f155562902_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b276640b8bf98ac5b79c3fe4ade0376ce53f7d69549f8ecafe6a0f155562902_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b276640b8bf98ac5b79c3fe4ade0376ce53f7d69549f8ecafe6a0f155562902_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router@sha256%3A7b276640b8bf98ac5b79c3fe4ade0376ce53f7d69549f8ecafe6a0f155562902?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.13.0-202510141615.p2.g8b39926.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube@sha256:3808907505bd113d4c3243ea676ab41ae02ee97fab21542a67935d9f0b583ea9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube@sha256:3808907505bd113d4c3243ea676ab41ae02ee97fab21542a67935d9f0b583ea9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube@sha256:3808907505bd113d4c3243ea676ab41ae02ee97fab21542a67935d9f0b583ea9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube@sha256%3A3808907505bd113d4c3243ea676ab41ae02ee97fab21542a67935d9f0b583ea9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.13.0-202510131530.p2.g53fd427.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:021544394f1664a9129dde5f9005030db14e1447a2ea4aeac554e42f17394e0f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:021544394f1664a9129dde5f9005030db14e1447a2ea4aeac554e42f17394e0f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:021544394f1664a9129dde5f9005030db14e1447a2ea4aeac554e42f17394e0f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover@sha256%3A021544394f1664a9129dde5f9005030db14e1447a2ea4aeac554e42f17394e0f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510131530.p2.g1a14e5c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod@sha256:67299873662b1454a70eb7baa65f1eef509f6ce449d767f356e9f2b11df0e34d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod@sha256:67299873662b1454a70eb7baa65f1eef509f6ce449d767f356e9f2b11df0e34d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod@sha256:67299873662b1454a70eb7baa65f1eef509f6ce449d767f356e9f2b11df0e34d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod@sha256%3A67299873662b1454a70eb7baa65f1eef509f6ce449d767f356e9f2b11df0e34d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.13.0-202510131530.p2.g53fd427.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:67b168cedc87bbb949c6a8d15a5a00353abed3f0039362a193f25c800d290dc2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:67b168cedc87bbb949c6a8d15a5a00353abed3f0039362a193f25c800d290dc2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry@sha256:67b168cedc87bbb949c6a8d15a5a00353abed3f0039362a193f25c800d290dc2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry@sha256%3A67b168cedc87bbb949c6a8d15a5a00353abed3f0039362a193f25c800d290dc2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.13.0-202510131530.p2.gd00c269.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests@sha256:1ee2d18f38d291b11d72418f50d64e3a362f3f67251fc099246c58ddda19602a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:1ee2d18f38d291b11d72418f50d64e3a362f3f67251fc099246c58ddda19602a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests@sha256:1ee2d18f38d291b11d72418f50d64e3a362f3f67251fc099246c58ddda19602a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256%3A1ee2d18f38d291b11d72418f50d64e3a362f3f67251fc099246c58ddda19602a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.13.0-202510140119.p2.gd14f9b8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:fa07db0550420668bad77c11ffebc325783f705ce6137a7d85cd3cbd1f5d405a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:fa07db0550420668bad77c11ffebc325783f705ce6137a7d85cd3cbd1f5d405a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:fa07db0550420668bad77c11ffebc325783f705ce6137a7d85cd3cbd1f5d405a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256%3Afa07db0550420668bad77c11ffebc325783f705ce6137a7d85cd3cbd1f5d405a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.13.0-202510131530.p2.g9be421f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:d4afcb3cb8ff1c6452ae3403b19b955503c34da766f5aa8dc3dbb255494e0fa5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:d4afcb3cb8ff1c6452ae3403b19b955503c34da766f5aa8dc3dbb255494e0fa5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:d4afcb3cb8ff1c6452ae3403b19b955503c34da766f5aa8dc3dbb255494e0fa5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager@sha256%3Ad4afcb3cb8ff1c6452ae3403b19b955503c34da766f5aa8dc3dbb255494e0fa5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.13.0-202510131530.p2.g5f66f1a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:dbd51fec0506d2ffc5b27c27ec2f0dc9679262d0b7883a70d79847d7b8afaa3a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:dbd51fec0506d2ffc5b27c27ec2f0dc9679262d0b7883a70d79847d7b8afaa3a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry@sha256:dbd51fec0506d2ffc5b27c27ec2f0dc9679262d0b7883a70d79847d7b8afaa3a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry@sha256%3Adbd51fec0506d2ffc5b27c27ec2f0dc9679262d0b7883a70d79847d7b8afaa3a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.13.0-202510131530.p2.g5f66f1a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:36d6f386e55bd7bd95dd7e6cb5a22b157c695ff0fa16fe5f28a47f818aed3ca2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:36d6f386e55bd7bd95dd7e6cb5a22b157c695ff0fa16fe5f28a47f818aed3ca2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:36d6f386e55bd7bd95dd7e6cb5a22b157c695ff0fa16fe5f28a47f818aed3ca2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256%3A36d6f386e55bd7bd95dd7e6cb5a22b157c695ff0fa16fe5f28a47f818aed3ca2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.13.0-202510131530.p2.gf8f7839.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:a72f2afd2b1fcbbd6c80f2f4ba63f64fee18c0a9a881bafd8ea120360aa985cf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:a72f2afd2b1fcbbd6c80f2f4ba63f64fee18c0a9a881bafd8ea120360aa985cf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:a72f2afd2b1fcbbd6c80f2f4ba63f64fee18c0a9a881bafd8ea120360aa985cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256%3Aa72f2afd2b1fcbbd6c80f2f4ba63f64fee18c0a9a881bafd8ea120360aa985cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.13.0-202510131530.p2.g46c4e76.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:858697bb19694cc5a1bd2a73acebb61a0603f26d0128d8b68e995d271cad4e65_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:858697bb19694cc5a1bd2a73acebb61a0603f26d0128d8b68e995d271cad4e65_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:858697bb19694cc5a1bd2a73acebb61a0603f26d0128d8b68e995d271cad4e65_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel8@sha256%3A858697bb19694cc5a1bd2a73acebb61a0603f26d0128d8b68e995d271cad4e65?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.13.0-202510140119.p2.gdad2cd4.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:493f78b812331de11cf821738631940d5f992d451249b972b9c1a78274fff362_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:493f78b812331de11cf821738631940d5f992d451249b972b9c1a78274fff362_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:493f78b812331de11cf821738631940d5f992d451249b972b9c1a78274fff362_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256%3A493f78b812331de11cf821738631940d5f992d451249b972b9c1a78274fff362?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.13.0-202510140119.p2.g46c4e76.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0fe7322cbfeaac4a03f1d9f90177850faba9a7b4b539cff06a56f87337016028_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0fe7322cbfeaac4a03f1d9f90177850faba9a7b4b539cff06a56f87337016028_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0fe7322cbfeaac4a03f1d9f90177850faba9a7b4b539cff06a56f87337016028_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-cloud-controller-manager-rhel8@sha256%3A0fe7322cbfeaac4a03f1d9f90177850faba9a7b4b539cff06a56f87337016028?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-alibaba-cloud-controller-manager-container-v4.13.0-202510140119.p2.ge41e11c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:0445312a8dcd699a2c04eb5ec2703d227215cbd3eb278d65d64d3018fa6c8cd6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:0445312a8dcd699a2c04eb5ec2703d227215cbd3eb278d65d64d3018fa6c8cd6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:0445312a8dcd699a2c04eb5ec2703d227215cbd3eb278d65d64d3018fa6c8cd6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-cloud-csi-driver-container-rhel8@sha256%3A0445312a8dcd699a2c04eb5ec2703d227215cbd3eb278d65d64d3018fa6c8cd6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-alibaba-cloud-csi-driver-container-v4.13.0-202510131530.p2.g6384f90.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:55d851739ea425c4f86f4a93d559d438757204d05cd5897eea39a025c1d73710_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:55d851739ea425c4f86f4a93d559d438757204d05cd5897eea39a025c1d73710_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:55d851739ea425c4f86f4a93d559d438757204d05cd5897eea39a025c1d73710_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256%3A55d851739ea425c4f86f4a93d559d438757204d05cd5897eea39a025c1d73710?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-alibaba-disk-csi-driver-operator-container-v4.13.0-202510131530.p2.g7e41597.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3e2999d1fee9b828ecb4c9348c28bff3197538f89dfc301274e26299582ebccd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3e2999d1fee9b828ecb4c9348c28bff3197538f89dfc301274e26299582ebccd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3e2999d1fee9b828ecb4c9348c28bff3197538f89dfc301274e26299582ebccd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-machine-controllers-rhel8@sha256%3A3e2999d1fee9b828ecb4c9348c28bff3197538f89dfc301274e26299582ebccd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-alibaba-machine-controllers-container-v4.13.0-202510140119.p2.g4c0f96a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:64f65a7d9ac04606d30e9238b037aba498adf5cc9947b71b75cf3a3d7dcb15d7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:64f65a7d9ac04606d30e9238b037aba498adf5cc9947b71b75cf3a3d7dcb15d7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:64f65a7d9ac04606d30e9238b037aba498adf5cc9947b71b75cf3a3d7dcb15d7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256%3A64f65a7d9ac04606d30e9238b037aba498adf5cc9947b71b75cf3a3d7dcb15d7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.13.0-202510131530.p2.gf56c606.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b9fc9a458b342c3a1ca17aa6d77092790990181203d152f489108fa0718ab250_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b9fc9a458b342c3a1ca17aa6d77092790990181203d152f489108fa0718ab250_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b9fc9a458b342c3a1ca17aa6d77092790990181203d152f489108fa0718ab250_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel8@sha256%3Ab9fc9a458b342c3a1ca17aa6d77092790990181203d152f489108fa0718ab250?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cloud-controller-manager-container-v4.13.0-202510131530.p2.g95c03b7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:03f982ed751c6689d1d7c23bbd225687a2ed201bfd5e31f9e920d32ecb21c700_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:03f982ed751c6689d1d7c23bbd225687a2ed201bfd5e31f9e920d32ecb21c700_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:03f982ed751c6689d1d7c23bbd225687a2ed201bfd5e31f9e920d32ecb21c700_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel8@sha256%3A03f982ed751c6689d1d7c23bbd225687a2ed201bfd5e31f9e920d32ecb21c700?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cluster-api-controllers-container-v4.13.0-202510131530.p2.g27360a3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:200ec6b74c740d4f66d0256d276c9f0729cd5842bc77e2e12a9c111b5247bb25_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:200ec6b74c740d4f66d0256d276c9f0729cd5842bc77e2e12a9c111b5247bb25_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:200ec6b74c740d4f66d0256d276c9f0729cd5842bc77e2e12a9c111b5247bb25_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8@sha256%3A200ec6b74c740d4f66d0256d276c9f0729cd5842bc77e2e12a9c111b5247bb25?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-container-v4.13.0-202510140119.p2.g8205d51.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:298f961b401ea83d13de81b179a8e0065a98840e3f8954299e16a8ee7097ddfc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:298f961b401ea83d13de81b179a8e0065a98840e3f8954299e16a8ee7097ddfc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:298f961b401ea83d13de81b179a8e0065a98840e3f8954299e16a8ee7097ddfc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8-operator@sha256%3A298f961b401ea83d13de81b179a8e0065a98840e3f8954299e16a8ee7097ddfc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-operator-container-v4.13.0-202510131530.p2.g8f05d9c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:32b5b858041fba4358b20ee29279e598219b97d3d92fa86d771b320fa2c046db_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:32b5b858041fba4358b20ee29279e598219b97d3d92fa86d771b320fa2c046db_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:32b5b858041fba4358b20ee29279e598219b97d3d92fa86d771b320fa2c046db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel8@sha256%3A32b5b858041fba4358b20ee29279e598219b97d3d92fa86d771b320fa2c046db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-pod-identity-webhook-container-v4.13.0-202510131530.p2.gae01a27.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:ef1cecdfb2272c882d8fde31874a877f3ca4a11a0fada248c5ff02db33ac1c3d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:ef1cecdfb2272c882d8fde31874a877f3ca4a11a0fada248c5ff02db33ac1c3d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:ef1cecdfb2272c882d8fde31874a877f3ca4a11a0fada248c5ff02db33ac1c3d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel8@sha256%3Aef1cecdfb2272c882d8fde31874a877f3ca4a11a0fada248c5ff02db33ac1c3d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-controller-manager-container-v4.13.0-202510140119.p2.gbf9bd02.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:66a83e45ce7efb211c6b463c47f07c1e616466fe89760251d04d03386b4141f2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:66a83e45ce7efb211c6b463c47f07c1e616466fe89760251d04d03386b4141f2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:66a83e45ce7efb211c6b463c47f07c1e616466fe89760251d04d03386b4141f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel8@sha256%3A66a83e45ce7efb211c6b463c47f07c1e616466fe89760251d04d03386b4141f2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-node-manager-container-v4.13.0-202510131530.p2.gbf9bd02.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7fedffdbf3276db7ee981e0833e5f2d31266f20131f92e7e9449528f17802a28_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7fedffdbf3276db7ee981e0833e5f2d31266f20131f92e7e9449528f17802a28_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7fedffdbf3276db7ee981e0833e5f2d31266f20131f92e7e9449528f17802a28_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel8@sha256%3A7fedffdbf3276db7ee981e0833e5f2d31266f20131f92e7e9449528f17802a28?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cluster-api-controllers-container-v4.13.0-202510141615.p2.g3f757a8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:ef448e159ef74036bbe0e8cbdf523df3120b8ade6a278aa5e845ac41645b517e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:ef448e159ef74036bbe0e8cbdf523df3120b8ade6a278aa5e845ac41645b517e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:ef448e159ef74036bbe0e8cbdf523df3120b8ade6a278aa5e845ac41645b517e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8@sha256%3Aef448e159ef74036bbe0e8cbdf523df3120b8ade6a278aa5e845ac41645b517e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-container-v4.13.0-202510131530.p2.gb6d3fbc.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:666435adfb42673b275da73506b9d30dba06c0c259cdce46abdfa09e732636e1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:666435adfb42673b275da73506b9d30dba06c0c259cdce46abdfa09e732636e1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:666435adfb42673b275da73506b9d30dba06c0c259cdce46abdfa09e732636e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8-operator@sha256%3A666435adfb42673b275da73506b9d30dba06c0c259cdce46abdfa09e732636e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-operator-container-v4.13.0-202510131530.p2.g8534d75.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:7ef9484934c28e9bfc182cab79548ae69222f352eda4da1c83b731c52b27c118_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:7ef9484934c28e9bfc182cab79548ae69222f352eda4da1c83b731c52b27c118_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:7ef9484934c28e9bfc182cab79548ae69222f352eda4da1c83b731c52b27c118_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256%3A7ef9484934c28e9bfc182cab79548ae69222f352eda4da1c83b731c52b27c118?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.13.0-202510131530.p2.gf9f4b9c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:802ee595e75bb69a4d3ce85c6064a666e802cfc22bc0fae0cbc71a013480a41e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:802ee595e75bb69a4d3ce85c6064a666e802cfc22bc0fae0cbc71a013480a41e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:802ee595e75bb69a4d3ce85c6064a666e802cfc22bc0fae0cbc71a013480a41e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256%3A802ee595e75bb69a4d3ce85c6064a666e802cfc22bc0fae0cbc71a013480a41e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.13.0-202510140119.p2.g3f56e49.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:18ba0adffed79f93d787cf4eeba0e5e862fcbac14a4e833665c3544c7d05b04e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:18ba0adffed79f93d787cf4eeba0e5e862fcbac14a4e833665c3544c7d05b04e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:18ba0adffed79f93d787cf4eeba0e5e862fcbac14a4e833665c3544c7d05b04e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts@sha256%3A18ba0adffed79f93d787cf4eeba0e5e862fcbac14a4e833665c3544c7d05b04e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.13.0-202510140119.p2.gd192e90.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:20774d555410218f3f8f9c72be2e83513fd1459e7763af492afa6e60ad247f02_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:20774d555410218f3f8f9c72be2e83513fd1459e7763af492afa6e60ad247f02_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:20774d555410218f3f8f9c72be2e83513fd1459e7763af492afa6e60ad247f02_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-operator@sha256%3A20774d555410218f3f8f9c72be2e83513fd1459e7763af492afa6e60ad247f02?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.13.0-202510140119.p2.g134ade4.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:9c5ecc5187aef4b760a92ed26541e254b48f1f7aac456fd6e22d36ed5f7163e3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:9c5ecc5187aef4b760a92ed26541e254b48f1f7aac456fd6e22d36ed5f7163e3_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:9c5ecc5187aef4b760a92ed26541e254b48f1f7aac456fd6e22d36ed5f7163e3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256%3A9c5ecc5187aef4b760a92ed26541e254b48f1f7aac456fd6e22d36ed5f7163e3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.13.0-202510131530.p2.gd377281.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:da9d00f5cb478610145f7e6e5815a3c32dcc0aae7f144693c4127659ec08b744_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:da9d00f5cb478610145f7e6e5815a3c32dcc0aae7f144693c4127659ec08b744_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:da9d00f5cb478610145f7e6e5815a3c32dcc0aae7f144693c4127659ec08b744_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel8@sha256%3Ada9d00f5cb478610145f7e6e5815a3c32dcc0aae7f144693c4127659ec08b744?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.13.0-202510131530.p2.g12f767b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:f23b05590dd97760f99d83122c6780e2b2138b48307f0b567168a060b1f42406_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:f23b05590dd97760f99d83122c6780e2b2138b48307f0b567168a060b1f42406_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:f23b05590dd97760f99d83122c6780e2b2138b48307f0b567168a060b1f42406_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-operator@sha256%3Af23b05590dd97760f99d83122c6780e2b2138b48307f0b567168a060b1f42406?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.13.0-202510131530.p2.g1801056.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a1a1d63258056641c60eed9bca842324e834f9cb716f85d976a765a2264bb6cd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a1a1d63258056641c60eed9bca842324e834f9cb716f85d976a765a2264bb6cd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a1a1d63258056641c60eed9bca842324e834f9cb716f85d976a765a2264bb6cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256%3Aa1a1d63258056641c60eed9bca842324e834f9cb716f85d976a765a2264bb6cd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.13.0-202510131530.p2.g0007e90.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:bb2bdf31be4d7e2891f1e9ed95a61142c322e23e6199b9238ec864dd5fa98396_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:bb2bdf31be4d7e2891f1e9ed95a61142c322e23e6199b9238ec864dd5fa98396_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:bb2bdf31be4d7e2891f1e9ed95a61142c322e23e6199b9238ec864dd5fa98396_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256%3Abb2bdf31be4d7e2891f1e9ed95a61142c322e23e6199b9238ec864dd5fa98396?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.13.0-202510131530.p2.gcc237f1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:37be8cb1369576faa6d39dd80fd57f06e7fde58b5860a995376327187fa1ba64_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:37be8cb1369576faa6d39dd80fd57f06e7fde58b5860a995376327187fa1ba64_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:37be8cb1369576faa6d39dd80fd57f06e7fde58b5860a995376327187fa1ba64_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap@sha256%3A37be8cb1369576faa6d39dd80fd57f06e7fde58b5860a995376327187fa1ba64?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.13.0-202510131530.p2.gee908b6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:007f6bfdd2a1815cfbe843ec010e8435eb5c27803c068c8df0ea021d908c7d15_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:007f6bfdd2a1815cfbe843ec010e8435eb5c27803c068c8df0ea021d908c7d15_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:007f6bfdd2a1815cfbe843ec010e8435eb5c27803c068c8df0ea021d908c7d15_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256%3A007f6bfdd2a1815cfbe843ec010e8435eb5c27803c068c8df0ea021d908c7d15?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.13.0-202510131530.p2.gb247793.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:007f6bfdd2a1815cfbe843ec010e8435eb5c27803c068c8df0ea021d908c7d15_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:007f6bfdd2a1815cfbe843ec010e8435eb5c27803c068c8df0ea021d908c7d15_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:007f6bfdd2a1815cfbe843ec010e8435eb5c27803c068c8df0ea021d908c7d15_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256%3A007f6bfdd2a1815cfbe843ec010e8435eb5c27803c068c8df0ea021d908c7d15?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.13.0-202510131530.p2.gb247793.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a9de8173161d6182450d80924950001099e26c85804c9edee49efb6db065edd1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a9de8173161d6182450d80924950001099e26c85804c9edee49efb6db065edd1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a9de8173161d6182450d80924950001099e26c85804c9edee49efb6db065edd1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256%3Aa9de8173161d6182450d80924950001099e26c85804c9edee49efb6db065edd1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510131530.p2.g38f638f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:9077ada32311d75e6ac864537beb469e77b82470bfcb95770d4034d5b2c9ab75_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:9077ada32311d75e6ac864537beb469e77b82470bfcb95770d4034d5b2c9ab75_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:9077ada32311d75e6ac864537beb469e77b82470bfcb95770d4034d5b2c9ab75_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-operator@sha256%3A9077ada32311d75e6ac864537beb469e77b82470bfcb95770d4034d5b2c9ab75?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.13.0-202510131530.p2.ga6d5653.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:81dbcd562cbf2878c9a3a0c3a161d0610fb3497e60b82ad1c53a973da9ec4ebd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:81dbcd562cbf2878c9a3a0c3a161d0610fb3497e60b82ad1c53a973da9ec4ebd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:81dbcd562cbf2878c9a3a0c3a161d0610fb3497e60b82ad1c53a973da9ec4ebd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-operator-rhel8@sha256%3A81dbcd562cbf2878c9a3a0c3a161d0610fb3497e60b82ad1c53a973da9ec4ebd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510131530.p2.gc5fb628.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0c063192dc09314921fa230b9c6892d7dbefc5e81dc8216f5fca9cac783fa329_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0c063192dc09314921fa230b9c6892d7dbefc5e81dc8216f5fca9cac783fa329_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0c063192dc09314921fa230b9c6892d7dbefc5e81dc8216f5fca9cac783fa329_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256%3A0c063192dc09314921fa230b9c6892d7dbefc5e81dc8216f5fca9cac783fa329?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510131530.p2.gc068540.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:9de757a1848f3fad420ba951f8983e9e11545952e14777c0eee97c89da34de1c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:9de757a1848f3fad420ba951f8983e9e11545952e14777c0eee97c89da34de1c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:9de757a1848f3fad420ba951f8983e9e11545952e14777c0eee97c89da34de1c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-operator@sha256%3A9de757a1848f3fad420ba951f8983e9e11545952e14777c0eee97c89da34de1c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.13.0-202510141615.p2.g65a8fda.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:2d69dc46b7b26e61f18f8beef30dc7156beeb466130471f71ba9134530e12226_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:2d69dc46b7b26e61f18f8beef30dc7156beeb466130471f71ba9134530e12226_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:2d69dc46b7b26e61f18f8beef30dc7156beeb466130471f71ba9134530e12226_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-operator@sha256%3A2d69dc46b7b26e61f18f8beef30dc7156beeb466130471f71ba9134530e12226?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.13.0-202510131530.p2.g6e62a85.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:e918938229a8cd0a8cfe26b3f3dc5cf90efbc2e15759c3b942f361e8c26553de_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:e918938229a8cd0a8cfe26b3f3dc5cf90efbc2e15759c3b942f361e8c26553de_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:e918938229a8cd0a8cfe26b3f3dc5cf90efbc2e15759c3b942f361e8c26553de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-operator@sha256%3Ae918938229a8cd0a8cfe26b3f3dc5cf90efbc2e15759c3b942f361e8c26553de?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.13.0-202510140119.p2.ga45f7a3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:be8bd31905004e04a2b7c2bf38768f243f832540570196c51f9e72d7c58bfe17_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:be8bd31905004e04a2b7c2bf38768f243f832540570196c51f9e72d7c58bfe17_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:be8bd31905004e04a2b7c2bf38768f243f832540570196c51f9e72d7c58bfe17_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256%3Abe8bd31905004e04a2b7c2bf38768f243f832540570196c51f9e72d7c58bfe17?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.13.0-202510131530.p2.ge9e7172.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:6da297ae2918c576bb1e6f193d748382008b4e348ccbb760669a5f7c6309c55d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:6da297ae2918c576bb1e6f193d748382008b4e348ccbb760669a5f7c6309c55d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:6da297ae2918c576bb1e6f193d748382008b4e348ccbb760669a5f7c6309c55d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256%3A6da297ae2918c576bb1e6f193d748382008b4e348ccbb760669a5f7c6309c55d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510131530.p2.g18c076b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:01cb11292268620a8c8d7c0d5af524507e1712ff149c2173fa97f64274e1b42d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:01cb11292268620a8c8d7c0d5af524507e1712ff149c2173fa97f64274e1b42d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:01cb11292268620a8c8d7c0d5af524507e1712ff149c2173fa97f64274e1b42d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256%3A01cb11292268620a8c8d7c0d5af524507e1712ff149c2173fa97f64274e1b42d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510140119.p2.gdac7113.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:fdf98037d6bd27e32adb30802c6567b781d76b53aac3afaa78b9c9e4650e914e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:fdf98037d6bd27e32adb30802c6567b781d76b53aac3afaa78b9c9e4650e914e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:fdf98037d6bd27e32adb30802c6567b781d76b53aac3afaa78b9c9e4650e914e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256%3Afdf98037d6bd27e32adb30802c6567b781d76b53aac3afaa78b9c9e4650e914e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.13.0-202510140119.p2.g2e7c269.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2a7242bf8f44e46a679205d46bca0751a6e06f5ee05dc5181031064ed86e2a26_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2a7242bf8f44e46a679205d46bca0751a6e06f5ee05dc5181031064ed86e2a26_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2a7242bf8f44e46a679205d46bca0751a6e06f5ee05dc5181031064ed86e2a26_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256%3A2a7242bf8f44e46a679205d46bca0751a6e06f5ee05dc5181031064ed86e2a26?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510131530.p2.g721de5d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:f047ff65da1497ccdf543fb1d64ee02bd4ddb868d1109c6c9dc32980739182f0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:f047ff65da1497ccdf543fb1d64ee02bd4ddb868d1109c6c9dc32980739182f0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:f047ff65da1497ccdf543fb1d64ee02bd4ddb868d1109c6c9dc32980739182f0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver@sha256%3Af047ff65da1497ccdf543fb1d64ee02bd4ddb868d1109c6c9dc32980739182f0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.13.0-202510131530.p2.g25fe7b4.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:b930fa3dc047d889a8033b6fa54e70a91535febb3d280fe00c905b11ed8153c7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:b930fa3dc047d889a8033b6fa54e70a91535febb3d280fe00c905b11ed8153c7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:b930fa3dc047d889a8033b6fa54e70a91535febb3d280fe00c905b11ed8153c7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256%3Ab930fa3dc047d889a8033b6fa54e70a91535febb3d280fe00c905b11ed8153c7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510140119.p2.g9abb220.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:9294d9872dd052df222105012b3b633f2bca7f9f24e604d5af9295eebb745637_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:9294d9872dd052df222105012b3b633f2bca7f9f24e604d5af9295eebb745637_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:9294d9872dd052df222105012b3b633f2bca7f9f24e604d5af9295eebb745637_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256%3A9294d9872dd052df222105012b3b633f2bca7f9f24e604d5af9295eebb745637?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510140119.p2.g6e7e783.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:97b6ccfeec3af2cd7e771a6c9cf5b9015d8da3d486ec25887d6b10cac7db2037_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:97b6ccfeec3af2cd7e771a6c9cf5b9015d8da3d486ec25887d6b10cac7db2037_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:97b6ccfeec3af2cd7e771a6c9cf5b9015d8da3d486ec25887d6b10cac7db2037_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256%3A97b6ccfeec3af2cd7e771a6c9cf5b9015d8da3d486ec25887d6b10cac7db2037?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.13.0-202510131530.p2.gb293972.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:7d300004537072646938a9b5b04be2f2362b607202c40ec711b228f918aedb53_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:7d300004537072646938a9b5b04be2f2362b607202c40ec711b228f918aedb53_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:7d300004537072646938a9b5b04be2f2362b607202c40ec711b228f918aedb53_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel8@sha256%3A7d300004537072646938a9b5b04be2f2362b607202c40ec711b228f918aedb53?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510140119.p2.g312c5f2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:02a18e4de945b0d2fee7b7855fdee1a81478981be1354e5adb7d50ddf9d4cc6f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:02a18e4de945b0d2fee7b7855fdee1a81478981be1354e5adb7d50ddf9d4cc6f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:02a18e4de945b0d2fee7b7855fdee1a81478981be1354e5adb7d50ddf9d4cc6f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-operator@sha256%3A02a18e4de945b0d2fee7b7855fdee1a81478981be1354e5adb7d50ddf9d4cc6f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.13.0-202510131530.p2.g7e7affa.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:10eaf3339776c65dfbad1617791b4d1ca2966b7e4784103d57e665c84da69838_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:10eaf3339776c65dfbad1617791b4d1ca2966b7e4784103d57e665c84da69838_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:10eaf3339776c65dfbad1617791b4d1ca2966b7e4784103d57e665c84da69838_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys@sha256%3A10eaf3339776c65dfbad1617791b4d1ca2966b7e4784103d57e665c84da69838?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.13.0-202510131530.p2.g7033b48.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:ea89552848a0bf436c273fad7e32b1f45fe5cbdc75b90e7a51dd590f210d8ff5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:ea89552848a0bf436c273fad7e32b1f45fe5cbdc75b90e7a51dd590f210d8ff5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:ea89552848a0bf436c273fad7e32b1f45fe5cbdc75b90e7a51dd590f210d8ff5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256%3Aea89552848a0bf436c273fad7e32b1f45fe5cbdc75b90e7a51dd590f210d8ff5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.13.0-202510140119.p2.g3086cf6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3e5884001da477ffcabcc3e8bcf7bca2d9df454f3a5c6f8b27e7e05998e92c29_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3e5884001da477ffcabcc3e8bcf7bca2d9df454f3a5c6f8b27e7e05998e92c29_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3e5884001da477ffcabcc3e8bcf7bca2d9df454f3a5c6f8b27e7e05998e92c29_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256%3A3e5884001da477ffcabcc3e8bcf7bca2d9df454f3a5c6f8b27e7e05998e92c29?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-driver-shared-resource-container-v4.13.0-202510140119.p2.g01bbb23.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:30dd14dfd511e8aaa8b642d33767adc4d0d0d63d587dba955b9ccc81af28d5a5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:30dd14dfd511e8aaa8b642d33767adc4d0d0d63d587dba955b9ccc81af28d5a5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:30dd14dfd511e8aaa8b642d33767adc4d0d0d63d587dba955b9ccc81af28d5a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256%3A30dd14dfd511e8aaa8b642d33767adc4d0d0d63d587dba955b9ccc81af28d5a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510140119.p2.gbc169d2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f9640ed1601fd9ed6f85e48f38406195f2acbf6d2ad6e63109067303f2140a6e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f9640ed1601fd9ed6f85e48f38406195f2acbf6d2ad6e63109067303f2140a6e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f9640ed1601fd9ed6f85e48f38406195f2acbf6d2ad6e63109067303f2140a6e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256%3Af9640ed1601fd9ed6f85e48f38406195f2acbf6d2ad6e63109067303f2140a6e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510131530.p2.g01bbb23.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:1d0d1814f11de86b6e91576f30be5484aabebabdba63fb04d86eab199495be97_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:1d0d1814f11de86b6e91576f30be5484aabebabdba63fb04d86eab199495be97_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:1d0d1814f11de86b6e91576f30be5484aabebabdba63fb04d86eab199495be97_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer@sha256%3A1d0d1814f11de86b6e91576f30be5484aabebabdba63fb04d86eab199495be97?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.13.0-202510131530.p2.ge8036ca.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:1d0d1814f11de86b6e91576f30be5484aabebabdba63fb04d86eab199495be97_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:1d0d1814f11de86b6e91576f30be5484aabebabdba63fb04d86eab199495be97_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:1d0d1814f11de86b6e91576f30be5484aabebabdba63fb04d86eab199495be97_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256%3A1d0d1814f11de86b6e91576f30be5484aabebabdba63fb04d86eab199495be97?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.13.0-202510131530.p2.ge8036ca.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1fe947cde003e7ae9fd05608ad3aa74cd2e864252dbb3cd348d5bb4fd6b0f7c6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1fe947cde003e7ae9fd05608ad3aa74cd2e864252dbb3cd348d5bb4fd6b0f7c6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1fe947cde003e7ae9fd05608ad3aa74cd2e864252dbb3cd348d5bb4fd6b0f7c6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter@sha256%3A1fe947cde003e7ae9fd05608ad3aa74cd2e864252dbb3cd348d5bb4fd6b0f7c6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.13.0-202510131530.p2.gc8a7a09.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1fe947cde003e7ae9fd05608ad3aa74cd2e864252dbb3cd348d5bb4fd6b0f7c6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1fe947cde003e7ae9fd05608ad3aa74cd2e864252dbb3cd348d5bb4fd6b0f7c6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1fe947cde003e7ae9fd05608ad3aa74cd2e864252dbb3cd348d5bb4fd6b0f7c6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256%3A1fe947cde003e7ae9fd05608ad3aa74cd2e864252dbb3cd348d5bb4fd6b0f7c6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.13.0-202510131530.p2.gc8a7a09.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:90e0b6a10d18cd2a799ed3e08ff6c5358606a7dddf0474dbc3b928bac31e6b42_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:90e0b6a10d18cd2a799ed3e08ff6c5358606a7dddf0474dbc3b928bac31e6b42_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:90e0b6a10d18cd2a799ed3e08ff6c5358606a7dddf0474dbc3b928bac31e6b42_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller@sha256%3A90e0b6a10d18cd2a799ed3e08ff6c5358606a7dddf0474dbc3b928bac31e6b42?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.13.0-202510131530.p2.gc8a7a09.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:90e0b6a10d18cd2a799ed3e08ff6c5358606a7dddf0474dbc3b928bac31e6b42_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:90e0b6a10d18cd2a799ed3e08ff6c5358606a7dddf0474dbc3b928bac31e6b42_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:90e0b6a10d18cd2a799ed3e08ff6c5358606a7dddf0474dbc3b928bac31e6b42_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256%3A90e0b6a10d18cd2a799ed3e08ff6c5358606a7dddf0474dbc3b928bac31e6b42?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.13.0-202510131530.p2.gc8a7a09.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4633ef862a775cbc478b42daa7accd18c4b6a207ec440e53e87660b346f69d54_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4633ef862a775cbc478b42daa7accd18c4b6a207ec440e53e87660b346f69d54_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4633ef862a775cbc478b42daa7accd18c4b6a207ec440e53e87660b346f69d54_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A4633ef862a775cbc478b42daa7accd18c4b6a207ec440e53e87660b346f69d54?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.13.0-202510131530.p2.ga6b7ad4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:29e53ba9bbfc5691f73bf4b767d049a0849269e75be80f6adf66a36e56ac42dd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:29e53ba9bbfc5691f73bf4b767d049a0849269e75be80f6adf66a36e56ac42dd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:29e53ba9bbfc5691f73bf4b767d049a0849269e75be80f6adf66a36e56ac42dd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel8@sha256%3A29e53ba9bbfc5691f73bf4b767d049a0849269e75be80f6adf66a36e56ac42dd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cloud-controller-manager-container-v4.13.0-202510131530.p2.g507fea9.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:892c5cdef68d9c8cb0f514f1f9593cae3919b9e6b71d8214c03de512ff0b0ca7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:892c5cdef68d9c8cb0f514f1f9593cae3919b9e6b71d8214c03de512ff0b0ca7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:892c5cdef68d9c8cb0f514f1f9593cae3919b9e6b71d8214c03de512ff0b0ca7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel8@sha256%3A892c5cdef68d9c8cb0f514f1f9593cae3919b9e6b71d8214c03de512ff0b0ca7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cluster-api-controllers-container-v4.13.0-202510140119.p2.gb8a2772.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:90b6079e093d15b41331477436b4fc40a33f60a98a218153da13bbe3589f5aff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:90b6079e093d15b41331477436b4fc40a33f60a98a218153da13bbe3589f5aff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:90b6079e093d15b41331477436b4fc40a33f60a98a218153da13bbe3589f5aff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel8@sha256%3A90b6079e093d15b41331477436b4fc40a33f60a98a218153da13bbe3589f5aff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-container-v4.13.0-202510140119.p2.g81e6074.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fbe4ae6105099d25b30fd6be15f54764feb8caa3be7df22be69198ffa002d5a5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fbe4ae6105099d25b30fd6be15f54764feb8caa3be7df22be69198ffa002d5a5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fbe4ae6105099d25b30fd6be15f54764feb8caa3be7df22be69198ffa002d5a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel8@sha256%3Afbe4ae6105099d25b30fd6be15f54764feb8caa3be7df22be69198ffa002d5a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-operator-container-v4.13.0-202510131530.p2.g08c561b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:802685f0f87f03f70da60c90c508bb09fe2e9764838dc9a78994636574d185bd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:802685f0f87f03f70da60c90c508bb09fe2e9764838dc9a78994636574d185bd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:802685f0f87f03f70da60c90c508bb09fe2e9764838dc9a78994636574d185bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel8@sha256%3A802685f0f87f03f70da60c90c508bb09fe2e9764838dc9a78994636574d185bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-cloud-controller-manager-container-v4.13.0-202510131530.p2.gb5bcaf9.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:7ce6a190da9146a5a270ed6f5d28b975e710898f0630db40d0d13ec0ad050fa3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:7ce6a190da9146a5a270ed6f5d28b975e710898f0630db40d0d13ec0ad050fa3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:7ce6a190da9146a5a270ed6f5d28b975e710898f0630db40d0d13ec0ad050fa3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel8@sha256%3A7ce6a190da9146a5a270ed6f5d28b975e710898f0630db40d0d13ec0ad050fa3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-vpc-block-csi-driver-container-v4.13.0-202510131530.p2.gf4ded0e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:27d61fedcb2f939969787d03cd3b2f55f99daaea6e4e8d1bfd3ca50d096681ed_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:27d61fedcb2f939969787d03cd3b2f55f99daaea6e4e8d1bfd3ca50d096681ed_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:27d61fedcb2f939969787d03cd3b2f55f99daaea6e4e8d1bfd3ca50d096681ed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256%3A27d61fedcb2f939969787d03cd3b2f55f99daaea6e4e8d1bfd3ca50d096681ed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510140119.p2.g40786cd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:bd721a1055e20b57dd201300d3a9bf77221df4f43d8a48c47afa64349eba0b21_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:bd721a1055e20b57dd201300d3a9bf77221df4f43d8a48c47afa64349eba0b21_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:bd721a1055e20b57dd201300d3a9bf77221df4f43d8a48c47afa64349eba0b21_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel8@sha256%3Abd721a1055e20b57dd201300d3a9bf77221df4f43d8a48c47afa64349eba0b21?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-cluster-api-controllers-container-v4.13.0-202510131530.p2.gf269441.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6374cb59d30eb2e30359a2e3945f2c822a895e2deb51dcb512acb0b11c1ff342_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6374cb59d30eb2e30359a2e3945f2c822a895e2deb51dcb512acb0b11c1ff342_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6374cb59d30eb2e30359a2e3945f2c822a895e2deb51dcb512acb0b11c1ff342_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel8@sha256%3A6374cb59d30eb2e30359a2e3945f2c822a895e2deb51dcb512acb0b11c1ff342?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-machine-controllers-container-v4.13.0-202510140119.p2.g4698265.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:0a9b80f1d5c759eca7356107f8a73434c9fb10cb6c5af2ee8cf4bb5c2e5e7826_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:0a9b80f1d5c759eca7356107f8a73434c9fb10cb6c5af2ee8cf4bb5c2e5e7826_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:0a9b80f1d5c759eca7356107f8a73434c9fb10cb6c5af2ee8cf4bb5c2e5e7826_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel8@sha256%3A0a9b80f1d5c759eca7356107f8a73434c9fb10cb6c5af2ee8cf4bb5c2e5e7826?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-image-customization-controller-container-v4.13.0-202510131530.p2.g34a4abe.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:d5160a7bed0548975366f05fe9f4d3ae0d1257c5361f929a411e59c845c2c2b9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:d5160a7bed0548975366f05fe9f4d3ae0d1257c5361f929a411e59c845c2c2b9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:d5160a7bed0548975366f05fe9f4d3ae0d1257c5361f929a411e59c845c2c2b9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel8-operator@sha256%3Ad5160a7bed0548975366f05fe9f4d3ae0d1257c5361f929a411e59c845c2c2b9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.13.0-202510131530.p2.g162554e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer@sha256:ce9e429a3d767789b6445f46913e853ff893218149648ab939130a077e1997fc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:ce9e429a3d767789b6445f46913e853ff893218149648ab939130a077e1997fc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer@sha256:ce9e429a3d767789b6445f46913e853ff893218149648ab939130a077e1997fc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256%3Ace9e429a3d767789b6445f46913e853ff893218149648ab939130a077e1997fc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.13.0-202510140119.p2.gf9f4b9c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:a545d0466568f6190585e98acf7ab5f905b2d53a2276fd5818ee0cb037230c02_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:a545d0466568f6190585e98acf7ab5f905b2d53a2276fd5818ee0cb037230c02_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:a545d0466568f6190585e98acf7ab5f905b2d53a2276fd5818ee0cb037230c02_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256%3Aa545d0466568f6190585e98acf7ab5f905b2d53a2276fd5818ee0cb037230c02?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.13.0-202510140119.p2.gf9f4b9c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:50beceb4b0234f7c4d77866997060ac0309dd26a4b7674f04d82a1ccee0473be_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:50beceb4b0234f7c4d77866997060ac0309dd26a4b7674f04d82a1ccee0473be_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:50beceb4b0234f7c4d77866997060ac0309dd26a4b7674f04d82a1ccee0473be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256%3A50beceb4b0234f7c4d77866997060ac0309dd26a4b7674f04d82a1ccee0473be?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.13.0-202510131530.p2.gac20da3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:96877c6136e69364d0d51e793181d5707b0f00d73f80dd431c3900a7f1c25e8d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:96877c6136e69364d0d51e793181d5707b0f00d73f80dd431c3900a7f1c25e8d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:96877c6136e69364d0d51e793181d5707b0f00d73f80dd431c3900a7f1c25e8d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel8@sha256%3A96877c6136e69364d0d51e793181d5707b0f00d73f80dd431c3900a7f1c25e8d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510131530.p2.gee2033e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:9dbcc9f8c68e0525b2b3bd87fbfb1b94b0914a5abde6ca22e234cfec3126a711_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:9dbcc9f8c68e0525b2b3bd87fbfb1b94b0914a5abde6ca22e234cfec3126a711_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:9dbcc9f8c68e0525b2b3bd87fbfb1b94b0914a5abde6ca22e234cfec3126a711_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256%3A9dbcc9f8c68e0525b2b3bd87fbfb1b94b0914a5abde6ca22e234cfec3126a711?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.13.0-202510131530.p2.g9d909f7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:868205ad63eb5bb9055b62963d98afcc64d9bc19478a44c00aa3f5f2ae1f8d24_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:868205ad63eb5bb9055b62963d98afcc64d9bc19478a44c00aa3f5f2ae1f8d24_amd64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:868205ad63eb5bb9055b62963d98afcc64d9bc19478a44c00aa3f5f2ae1f8d24_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers@sha256%3A868205ad63eb5bb9055b62963d98afcc64d9bc19478a44c00aa3f5f2ae1f8d24?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.13.0-202510140119.p2.gd4b7a8a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b50fc773b15ece1af3c758f4ec62fd5e530024aae00af11f0a76ee226d4fe43c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b50fc773b15ece1af3c758f4ec62fd5e530024aae00af11f0a76ee226d4fe43c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b50fc773b15ece1af3c758f4ec62fd5e530024aae00af11f0a76ee226d4fe43c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-operator@sha256%3Ab50fc773b15ece1af3c758f4ec62fd5e530024aae00af11f0a76ee226d4fe43c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.13.0-202510131530.p2.ga950acc.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:947658c3d6a71f9c022e739f8ba7a33ba47eeb844214a192e8483c5a1f1e79e2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:947658c3d6a71f9c022e739f8ba7a33ba47eeb844214a192e8483c5a1f1e79e2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:947658c3d6a71f9c022e739f8ba7a33ba47eeb844214a192e8483c5a1f1e79e2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel8@sha256%3A947658c3d6a71f9c022e739f8ba7a33ba47eeb844214a192e8483c5a1f1e79e2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-aws-container-v4.13.0-202510140119.p2.ge1a57b5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ef530ea4028933c68382e7df32741468620a4cff9c7e0ecd086ca99fa13a95d0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ef530ea4028933c68382e7df32741468620a4cff9c7e0ecd086ca99fa13a95d0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ef530ea4028933c68382e7df32741468620a4cff9c7e0ecd086ca99fa13a95d0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel8@sha256%3Aef530ea4028933c68382e7df32741468620a4cff9c7e0ecd086ca99fa13a95d0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-azure-container-v4.13.0-202510131530.p2.g62f6e0f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a0634998a8a0f64f27c00eef82ec9155baeb5348d1583e477b377587f92a3c86_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a0634998a8a0f64f27c00eef82ec9155baeb5348d1583e477b377587f92a3c86_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a0634998a8a0f64f27c00eef82ec9155baeb5348d1583e477b377587f92a3c86_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel8@sha256%3Aa0634998a8a0f64f27c00eef82ec9155baeb5348d1583e477b377587f92a3c86?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-gcp-container-v4.13.0-202510131530.p2.gad18bf1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:54020829fde0e0071ccb8bc923f9c29014d49b69d9641fd4bacb7268448fde7d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:54020829fde0e0071ccb8bc923f9c29014d49b69d9641fd4bacb7268448fde7d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:54020829fde0e0071ccb8bc923f9c29014d49b69d9641fd4bacb7268448fde7d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256%3A54020829fde0e0071ccb8bc923f9c29014d49b69d9641fd4bacb7268448fde7d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.13.0-202510140119.p2.g27f7860.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9a668c1ce236a09971cfbae4e4f70f86764bb81cf24bf6beacf8c41919da8a1a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9a668c1ce236a09971cfbae4e4f70f86764bb81cf24bf6beacf8c41919da8a1a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9a668c1ce236a09971cfbae4e4f70f86764bb81cf24bf6beacf8c41919da8a1a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-operator@sha256%3A9a668c1ce236a09971cfbae4e4f70f86764bb81cf24bf6beacf8c41919da8a1a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.13.0-202510140119.p2.ga57ca29.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:3d278ef5ce89c99a2613d7fdc80ad2b91293925cd4b66192f3686c218f460b76_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:3d278ef5ce89c99a2613d7fdc80ad2b91293925cd4b66192f3686c218f460b76_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:3d278ef5ce89c99a2613d7fdc80ad2b91293925cd4b66192f3686c218f460b76_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel8@sha256%3A3d278ef5ce89c99a2613d7fdc80ad2b91293925cd4b66192f3686c218f460b76?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.13.0-202510140119.p2.g7e2e6ca.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:3450848336deddad9a426e82d0f9ee1d1865ec743fbbea967be8ce0b53733b8f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:3450848336deddad9a426e82d0f9ee1d1865ec743fbbea967be8ce0b53733b8f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:3450848336deddad9a426e82d0f9ee1d1865ec743fbbea967be8ce0b53733b8f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller@sha256%3A3450848336deddad9a426e82d0f9ee1d1865ec743fbbea967be8ce0b53733b8f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.13.0-202510140119.p2.g39a2173.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:f18266f3353ae4d734c5b3669be6ae2b22184bc0aec59e0edd1ca5d9b131e6ad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:f18266f3353ae4d734c5b3669be6ae2b22184bc0aec59e0edd1ca5d9b131e6ad_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:f18266f3353ae4d734c5b3669be6ae2b22184bc0aec59e0edd1ca5d9b131e6ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256%3Af18266f3353ae4d734c5b3669be6ae2b22184bc0aec59e0edd1ca5d9b131e6ad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.13.0-202510131530.p2.gca3bbec.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1049225e4ddd32f760b7d3a0689f0dd93a8457750020cfbf90a8c3da85c8a514_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1049225e4ddd32f760b7d3a0689f0dd93a8457750020cfbf90a8c3da85c8a514_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1049225e4ddd32f760b7d3a0689f0dd93a8457750020cfbf90a8c3da85c8a514_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256%3A1049225e4ddd32f760b7d3a0689f0dd93a8457750020cfbf90a8c3da85c8a514?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.13.0-202510131530.p2.g9f8d13c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:eba226e0f375037e1ea03edfdc17ac846f2be7e095d938ba3b9d819d68cf0e5e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:eba226e0f375037e1ea03edfdc17ac846f2be7e095d938ba3b9d819d68cf0e5e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather@sha256:eba226e0f375037e1ea03edfdc17ac846f2be7e095d938ba3b9d819d68cf0e5e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather@sha256%3Aeba226e0f375037e1ea03edfdc17ac846f2be7e095d938ba3b9d819d68cf0e5e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.13.0-202510131530.p2.g339046b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5ae39578cfaedc98bce0904bf219c8900fe217478bb6b4b5d462904f597c396f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5ae39578cfaedc98bce0904bf219c8900fe217478bb6b4b5d462904f597c396f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5ae39578cfaedc98bce0904bf219c8900fe217478bb6b4b5d462904f597c396f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256%3A5ae39578cfaedc98bce0904bf219c8900fe217478bb6b4b5d462904f597c396f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.13.0-202510140119.p2.g84bda2a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:5421cbe082d55dd2def88e6a02f8752e0d6002e0a3c7b18a1f61e9364e0c7b79_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:5421cbe082d55dd2def88e6a02f8752e0d6002e0a3c7b18a1f61e9364e0c7b79_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:5421cbe082d55dd2def88e6a02f8752e0d6002e0a3c7b18a1f61e9364e0c7b79_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256%3A5421cbe082d55dd2def88e6a02f8752e0d6002e0a3c7b18a1f61e9364e0c7b79?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.13.0-202510140119.p2.gaa24d46.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:a963d9403644a2c1e5ba14a146ee168f15f7b538de0f65027b9e6745b3a0b3bd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:a963d9403644a2c1e5ba14a146ee168f15f7b538de0f65027b9e6745b3a0b3bd_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:a963d9403644a2c1e5ba14a146ee168f15f7b538de0f65027b9e6745b3a0b3bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256%3Aa963d9403644a2c1e5ba14a146ee168f15f7b538de0f65027b9e6745b3a0b3bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.13.0-202510140119.p2.g073feda.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:79af1938a9751b3eb8fecfe6352e0be7f7f556e4bb36ce21651e3968885e4663_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:79af1938a9751b3eb8fecfe6352e0be7f7f556e4bb36ce21651e3968885e4663_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:79af1938a9751b3eb8fecfe6352e0be7f7f556e4bb36ce21651e3968885e4663_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-cloud-controller-manager-rhel8@sha256%3A79af1938a9751b3eb8fecfe6352e0be7f7f556e4bb36ce21651e3968885e4663?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-nutanix-cloud-controller-manager-container-v4.13.0-202510140119.p2.g4fe0c59.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:d92f6925cbe17fa5d855082b2a97ed1081a2c3a8c11c7bc338540b8a2a5a3627_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:d92f6925cbe17fa5d855082b2a97ed1081a2c3a8c11c7bc338540b8a2a5a3627_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:d92f6925cbe17fa5d855082b2a97ed1081a2c3a8c11c7bc338540b8a2a5a3627_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-machine-controllers-rhel8@sha256%3Ad92f6925cbe17fa5d855082b2a97ed1081a2c3a8c11c7bc338540b8a2a5a3627?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-nutanix-machine-controllers-container-v4.13.0-202510140119.p2.gcc3a11a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:7448d85231de6e6f0d3ff80b1654e68265e415fdfc76e5a7b0146715212ef344_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:7448d85231de6e6f0d3ff80b1654e68265e415fdfc76e5a7b0146715212ef344_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:7448d85231de6e6f0d3ff80b1654e68265e415fdfc76e5a7b0146715212ef344_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256%3A7448d85231de6e6f0d3ff80b1654e68265e415fdfc76e5a7b0146715212ef344?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.13.0-202510131530.p2.g6a59716.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:8edb136c7fcafe3362f331dbcc2a0c8ea80a7cd18b0926cab56173a39521c5d6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:8edb136c7fcafe3362f331dbcc2a0c8ea80a7cd18b0926cab56173a39521c5d6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:8edb136c7fcafe3362f331dbcc2a0c8ea80a7cd18b0926cab56173a39521c5d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256%3A8edb136c7fcafe3362f331dbcc2a0c8ea80a7cd18b0926cab56173a39521c5d6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-rukpak-container-v4.13.0-202510131530.p2.g7dde3cd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:026b64e6810ca743a85df6bd01214518780dc3f6a3dfb270522126cff851c206_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:026b64e6810ca743a85df6bd01214518780dc3f6a3dfb270522126cff851c206_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:026b64e6810ca743a85df6bd01214518780dc3f6a3dfb270522126cff851c206_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256%3A026b64e6810ca743a85df6bd01214518780dc3f6a3dfb270522126cff851c206?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.13.0-202510131530.p2.g3a7ac1b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:ea332f642ed5b9562cdd82f66476b4e70cc552de1adb897854e6474d5bfe9c33_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:ea332f642ed5b9562cdd82f66476b4e70cc552de1adb897854e6474d5bfe9c33_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:ea332f642ed5b9562cdd82f66476b4e70cc552de1adb897854e6474d5bfe9c33_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256%3Aea332f642ed5b9562cdd82f66476b4e70cc552de1adb897854e6474d5bfe9c33?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.13.0-202510131530.p2.g00cef28.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:e4377393edced218bfef27f6f38f305faeaa79e1eafc728f0641713026fcf25e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:e4377393edced218bfef27f6f38f305faeaa79e1eafc728f0641713026fcf25e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:e4377393edced218bfef27f6f38f305faeaa79e1eafc728f0641713026fcf25e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256%3Ae4377393edced218bfef27f6f38f305faeaa79e1eafc728f0641713026fcf25e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.13.0-202510131530.p2.gba00838.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:dd63d932427f49fd779cfbba214ff501b22f4f52dcfd6411bc27d388dba9ece9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:dd63d932427f49fd779cfbba214ff501b22f4f52dcfd6411bc27d388dba9ece9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:dd63d932427f49fd779cfbba214ff501b22f4f52dcfd6411bc27d388dba9ece9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256%3Add63d932427f49fd779cfbba214ff501b22f4f52dcfd6411bc27d388dba9ece9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510140119.p2.gb50a649.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:885bb03dd896bc0d0e2aa736e158292826cd9fe6c0de0a56c44cad23f92f0484_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:885bb03dd896bc0d0e2aa736e158292826cd9fe6c0de0a56c44cad23f92f0484_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:885bb03dd896bc0d0e2aa736e158292826cd9fe6c0de0a56c44cad23f92f0484_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256%3A885bb03dd896bc0d0e2aa736e158292826cd9fe6c0de0a56c44cad23f92f0484?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510141615.p2.gba00838.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:6e086cbf3d25cd41b5272e6208ccba5d1a849c15c6b91e96ee21561fb051cb26_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:6e086cbf3d25cd41b5272e6208ccba5d1a849c15c6b91e96ee21561fb051cb26_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:6e086cbf3d25cd41b5272e6208ccba5d1a849c15c6b91e96ee21561fb051cb26_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8@sha256%3A6e086cbf3d25cd41b5272e6208ccba5d1a849c15c6b91e96ee21561fb051cb26?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.13.0-202510131530.p2.g54958de.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:2b371b7205ec068c43c1f805959267a2e69ffc29a1afeca540594f49c919250b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:2b371b7205ec068c43c1f805959267a2e69ffc29a1afeca540594f49c919250b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:2b371b7205ec068c43c1f805959267a2e69ffc29a1afeca540594f49c919250b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256%3A2b371b7205ec068c43c1f805959267a2e69ffc29a1afeca540594f49c919250b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-machine-controllers-container-v4.13.0-202510131530.p2.g22d89b3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ffb156fc6d7bcbe082f006d640817d1872563874b2b581c544fc5f903dceb0bd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ffb156fc6d7bcbe082f006d640817d1872563874b2b581c544fc5f903dceb0bd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ffb156fc6d7bcbe082f006d640817d1872563874b2b581c544fc5f903dceb0bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes@sha256%3Affb156fc6d7bcbe082f006d640817d1872563874b2b581c544fc5f903dceb0bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.13.0-202510140119.p2.g7929612.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffb156fc6d7bcbe082f006d640817d1872563874b2b581c544fc5f903dceb0bd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffb156fc6d7bcbe082f006d640817d1872563874b2b581c544fc5f903dceb0bd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffb156fc6d7bcbe082f006d640817d1872563874b2b581c544fc5f903dceb0bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3Affb156fc6d7bcbe082f006d640817d1872563874b2b581c544fc5f903dceb0bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.13.0-202510140119.p2.g7929612.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2ccb7f13b4317b0d33ac37805efc1063571ef44435b1cb4fb46b4ac1d1c4adbb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2ccb7f13b4317b0d33ac37805efc1063571ef44435b1cb4fb46b4ac1d1c4adbb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2ccb7f13b4317b0d33ac37805efc1063571ef44435b1cb4fb46b4ac1d1c4adbb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel8@sha256%3A2ccb7f13b4317b0d33ac37805efc1063571ef44435b1cb4fb46b4ac1d1c4adbb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-block-csi-driver-container-v4.13.0-202510131530.p2.g16fa555.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:5555a8f2ab92ee1c718b1f81517187b2b3eb02b169302f64aa0bfd4917ada485_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:5555a8f2ab92ee1c718b1f81517187b2b3eb02b169302f64aa0bfd4917ada485_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:5555a8f2ab92ee1c718b1f81517187b2b3eb02b169302f64aa0bfd4917ada485_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-operator-rhel8@sha256%3A5555a8f2ab92ee1c718b1f81517187b2b3eb02b169302f64aa0bfd4917ada485?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510140119.p2.ge70c980.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:24187c1de4c7841652f4db5da853c34bc26e0384a064c84d1368c14305912c44_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:24187c1de4c7841652f4db5da853c34bc26e0384a064c84d1368c14305912c44_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:24187c1de4c7841652f4db5da853c34bc26e0384a064c84d1368c14305912c44_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel8@sha256%3A24187c1de4c7841652f4db5da853c34bc26e0384a064c84d1368c14305912c44?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-cloud-controller-manager-container-v4.13.0-202510140119.p2.gc040f37.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:ccc4b2291ccac190f5070746ff65d44683cb3fd03dcc4ceee11bba75f30e35be_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:ccc4b2291ccac190f5070746ff65d44683cb3fd03dcc4ceee11bba75f30e35be_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:ccc4b2291ccac190f5070746ff65d44683cb3fd03dcc4ceee11bba75f30e35be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel8@sha256%3Accc4b2291ccac190f5070746ff65d44683cb3fd03dcc4ceee11bba75f30e35be?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-machine-controllers-container-v4.13.0-202510131530.p2.g87399d6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:f1cd9edac76506cea9fb6d021e1d0d144839e8e3e54120966c4b4a79b4b66644_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:f1cd9edac76506cea9fb6d021e1d0d144839e8e3e54120966c4b4a79b4b66644_amd64",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:f1cd9edac76506cea9fb6d021e1d0d144839e8e3e54120966c4b4a79b4b66644_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256%3Af1cd9edac76506cea9fb6d021e1d0d144839e8e3e54120966c4b4a79b4b66644?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-prometheus-adapter-container-v4.13.0-202510131530.p2.g0fce7c7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5d3320348fa12473103789b67288275f40badfed981815e7796685929890f75e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5d3320348fa12473103789b67288275f40badfed981815e7796685929890f75e_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5d3320348fa12473103789b67288275f40badfed981815e7796685929890f75e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256%3A5d3320348fa12473103789b67288275f40badfed981815e7796685929890f75e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.13.0-202510131530.p2.g6667a6c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:4e57827f184140a3259356f540691927878587307e92b0810284cb6d983e5b76_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:4e57827f184140a3259356f540691927878587307e92b0810284cb6d983e5b76_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:4e57827f184140a3259356f540691927878587307e92b0810284cb6d983e5b76_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel8@sha256%3A4e57827f184140a3259356f540691927878587307e92b0810284cb6d983e5b76?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-node-container-v4.13.0-202510140119.p2.g9c88237.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:5438c37e66104413a6387e551896be5697d5df1733cc517c2d579e080d3bcf12_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:5438c37e66104413a6387e551896be5697d5df1733cc517c2d579e080d3bcf12_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:5438c37e66104413a6387e551896be5697d5df1733cc517c2d579e080d3bcf12_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-operator@sha256%3A5438c37e66104413a6387e551896be5697d5df1733cc517c2d579e080d3bcf12?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.13.0-202510140119.p2.gdba00dc.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:19ec1b00113867242ec823c2fed55f5aa991c93c8eb2a85ebcf7b97e5a462404_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:19ec1b00113867242ec823c2fed55f5aa991c93c8eb2a85ebcf7b97e5a462404_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:19ec1b00113867242ec823c2fed55f5aa991c93c8eb2a85ebcf7b97e5a462404_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256%3A19ec1b00113867242ec823c2fed55f5aa991c93c8eb2a85ebcf7b97e5a462404?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.13.0-202510140119.p2.gd192e90.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:475506c3b8d93e222c14b175b3c781ed06e73f929b9bcdd32aa369014f77d5a5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:475506c3b8d93e222c14b175b3c781ed06e73f929b9bcdd32aa369014f77d5a5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:475506c3b8d93e222c14b175b3c781ed06e73f929b9bcdd32aa369014f77d5a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel8@sha256%3A475506c3b8d93e222c14b175b3c781ed06e73f929b9bcdd32aa369014f77d5a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vmware-vsphere-csi-driver-container-v4.13.0-202510131530.p2.g4d3036a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:475506c3b8d93e222c14b175b3c781ed06e73f929b9bcdd32aa369014f77d5a5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:475506c3b8d93e222c14b175b3c781ed06e73f929b9bcdd32aa369014f77d5a5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:475506c3b8d93e222c14b175b3c781ed06e73f929b9bcdd32aa369014f77d5a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel8@sha256%3A475506c3b8d93e222c14b175b3c781ed06e73f929b9bcdd32aa369014f77d5a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vmware-vsphere-csi-driver-container-v4.13.0-202510131530.p2.g4d3036a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d36ba26f1e631c0a732a8b17e2e18abd7fe4898dc569fbbff1f541611349542a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d36ba26f1e631c0a732a8b17e2e18abd7fe4898dc569fbbff1f541611349542a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d36ba26f1e631c0a732a8b17e2e18abd7fe4898dc569fbbff1f541611349542a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256%3Ad36ba26f1e631c0a732a8b17e2e18abd7fe4898dc569fbbff1f541611349542a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510140119.p2.ga9e5036.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d36ba26f1e631c0a732a8b17e2e18abd7fe4898dc569fbbff1f541611349542a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d36ba26f1e631c0a732a8b17e2e18abd7fe4898dc569fbbff1f541611349542a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d36ba26f1e631c0a732a8b17e2e18abd7fe4898dc569fbbff1f541611349542a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-operator-rhel8@sha256%3Ad36ba26f1e631c0a732a8b17e2e18abd7fe4898dc569fbbff1f541611349542a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510140119.p2.ga9e5036.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:924fa56c439dee453146e5353aaee8ae1a6fb0d26e45c2bba975bd14f959327b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:924fa56c439dee453146e5353aaee8ae1a6fb0d26e45c2bba975bd14f959327b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:924fa56c439dee453146e5353aaee8ae1a6fb0d26e45c2bba975bd14f959327b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cloud-controller-manager-rhel8@sha256%3A924fa56c439dee453146e5353aaee8ae1a6fb0d26e45c2bba975bd14f959327b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-cloud-controller-manager-container-v4.13.0-202510131530.p2.gf56d57b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:9ad9846673b581978570d146ee548f92afc9165a2b069164903c38f9ecbae50b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:9ad9846673b581978570d146ee548f92afc9165a2b069164903c38f9ecbae50b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:9ad9846673b581978570d146ee548f92afc9165a2b069164903c38f9ecbae50b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cluster-api-controllers-rhel8@sha256%3A9ad9846673b581978570d146ee548f92afc9165a2b069164903c38f9ecbae50b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-cluster-api-controllers-container-v4.13.0-202510131530.p2.gda63f2b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cb3f9612911cdacb90de6fe35c133d79486321a39aba7f163480fe9b800bbbc6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cb3f9612911cdacb90de6fe35c133d79486321a39aba7f163480fe9b800bbbc6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cb3f9612911cdacb90de6fe35c133d79486321a39aba7f163480fe9b800bbbc6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3Acb3f9612911cdacb90de6fe35c133d79486321a39aba7f163480fe9b800bbbc6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.13.0-202510140119.p2.g7929612.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d805261a712408f0062d4aba4c45e145425176aef88bf78fdca9e8821cb42915_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d805261a712408f0062d4aba4c45e145425176aef88bf78fdca9e8821cb42915_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d805261a712408f0062d4aba4c45e145425176aef88bf78fdca9e8821cb42915_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy@sha256%3Ad805261a712408f0062d4aba4c45e145425176aef88bf78fdca9e8821cb42915?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.13.0-202510131530.p2.gb501d5e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:1b352cf9870e701b21e0dcfcaa19b30cb54e28494ace5b2af17c1d7924f0c482_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:1b352cf9870e701b21e0dcfcaa19b30cb54e28494ace5b2af17c1d7924f0c482_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:1b352cf9870e701b21e0dcfcaa19b30cb54e28494ace5b2af17c1d7924f0c482_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader@sha256%3A1b352cf9870e701b21e0dcfcaa19b30cb54e28494ace5b2af17c1d7924f0c482?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.13.0-202510131530.p2.g30fdccd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:40363c17a11d26b6aadb55a3a8eb50c2be9a1246a92373c9c37e8942cf0d59b5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:40363c17a11d26b6aadb55a3a8eb50c2be9a1246a92373c9c37e8942cf0d59b5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:40363c17a11d26b6aadb55a3a8eb50c2be9a1246a92373c9c37e8942cf0d59b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator@sha256%3A40363c17a11d26b6aadb55a3a8eb50c2be9a1246a92373c9c37e8942cf0d59b5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.13.0-202510140119.p2.g30fdccd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d4d926cc9227b448003ba60d353f79274e67d32f46a1db8692710700c628e034_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d4d926cc9227b448003ba60d353f79274e67d32f46a1db8692710700c628e034_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d4d926cc9227b448003ba60d353f79274e67d32f46a1db8692710700c628e034_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256%3Ad4d926cc9227b448003ba60d353f79274e67d32f46a1db8692710700c628e034?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510131530.p2.g30fdccd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:27725970ffec2136048b51e027f39b77ff3efee8bc19b1afd8d1ab5eb5d4b5b4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:27725970ffec2136048b51e027f39b77ff3efee8bc19b1afd8d1ab5eb5d4b5b4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter@sha256:27725970ffec2136048b51e027f39b77ff3efee8bc19b1afd8d1ab5eb5d4b5b4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter@sha256%3A27725970ffec2136048b51e027f39b77ff3efee8bc19b1afd8d1ab5eb5d4b5b4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.13.0-202510131530.p2.g0634a6d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:50cad82b963de128d2e2c1c816fa3ab310141c8a77c009875310032ad46792bb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:50cad82b963de128d2e2c1c816fa3ab310141c8a77c009875310032ad46792bb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:50cad82b963de128d2e2c1c816fa3ab310141c8a77c009875310032ad46792bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel8@sha256%3A50cad82b963de128d2e2c1c816fa3ab310141c8a77c009875310032ad46792bb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.13.0-202510131530.p2.g70fb57f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8404aaed34fdf6d4ad8b280eeadfc07ce65317b328bd9fb42d87e3eb79d54473_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8404aaed34fdf6d4ad8b280eeadfc07ce65317b328bd9fb42d87e3eb79d54473_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8404aaed34fdf6d4ad8b280eeadfc07ce65317b328bd9fb42d87e3eb79d54473_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-syncer-rhel8@sha256%3A8404aaed34fdf6d4ad8b280eeadfc07ce65317b328bd9fb42d87e3eb79d54473?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=vmware-vsphere-syncer-container-v4.13.0-202510131530.p2.g4d3036a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:1c880a1fb1587cbaaaedafd308a09c2d8141a6b30cfd04601bc0077fe4f44eed_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:1c880a1fb1587cbaaaedafd308a09c2d8141a6b30cfd04601bc0077fe4f44eed_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:1c880a1fb1587cbaaaedafd308a09c2d8141a6b30cfd04601bc0077fe4f44eed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-problem-detector-rhel8@sha256%3A1c880a1fb1587cbaaaedafd308a09c2d8141a6b30cfd04601bc0077fe4f44eed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-problem-detector-container-v4.13.0-202510131530.p2.gf50dbff.assembly.stream.el8"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:9c5ecc5187aef4b760a92ed26541e254b48f1f7aac456fd6e22d36ed5f7163e3_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:9c5ecc5187aef4b760a92ed26541e254b48f1f7aac456fd6e22d36ed5f7163e3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:9c5ecc5187aef4b760a92ed26541e254b48f1f7aac456fd6e22d36ed5f7163e3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e1dc1da17f539c968496aed6d0fbad5518e2fe4680834333006a4bcba8bb4b43_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e1dc1da17f539c968496aed6d0fbad5518e2fe4680834333006a4bcba8bb4b43_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e1dc1da17f539c968496aed6d0fbad5518e2fe4680834333006a4bcba8bb4b43_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f931109b463314485d63d46cb4c536664b5aa22538656a7c0a7cd4b26cf67c79_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f931109b463314485d63d46cb4c536664b5aa22538656a7c0a7cd4b26cf67c79_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f931109b463314485d63d46cb4c536664b5aa22538656a7c0a7cd4b26cf67c79_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:9dbcc9f8c68e0525b2b3bd87fbfb1b94b0914a5abde6ca22e234cfec3126a711_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:9dbcc9f8c68e0525b2b3bd87fbfb1b94b0914a5abde6ca22e234cfec3126a711_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:9dbcc9f8c68e0525b2b3bd87fbfb1b94b0914a5abde6ca22e234cfec3126a711_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:a963d9403644a2c1e5ba14a146ee168f15f7b538de0f65027b9e6745b3a0b3bd_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a963d9403644a2c1e5ba14a146ee168f15f7b538de0f65027b9e6745b3a0b3bd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:a963d9403644a2c1e5ba14a146ee168f15f7b538de0f65027b9e6745b3a0b3bd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4fbf04be32d4eb46e8c47b1eea19419e46a2f9e8eab66b565b5cf581b727ff5b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4fbf04be32d4eb46e8c47b1eea19419e46a2f9e8eab66b565b5cf581b727ff5b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4fbf04be32d4eb46e8c47b1eea19419e46a2f9e8eab66b565b5cf581b727ff5b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5d3320348fa12473103789b67288275f40badfed981815e7796685929890f75e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5d3320348fa12473103789b67288275f40badfed981815e7796685929890f75e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5d3320348fa12473103789b67288275f40badfed981815e7796685929890f75e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:36d6f386e55bd7bd95dd7e6cb5a22b157c695ff0fa16fe5f28a47f818aed3ca2_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:36d6f386e55bd7bd95dd7e6cb5a22b157c695ff0fa16fe5f28a47f818aed3ca2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:36d6f386e55bd7bd95dd7e6cb5a22b157c695ff0fa16fe5f28a47f818aed3ca2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:a72f2afd2b1fcbbd6c80f2f4ba63f64fee18c0a9a881bafd8ea120360aa985cf_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:a72f2afd2b1fcbbd6c80f2f4ba63f64fee18c0a9a881bafd8ea120360aa985cf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:a72f2afd2b1fcbbd6c80f2f4ba63f64fee18c0a9a881bafd8ea120360aa985cf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:858697bb19694cc5a1bd2a73acebb61a0603f26d0128d8b68e995d271cad4e65_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:858697bb19694cc5a1bd2a73acebb61a0603f26d0128d8b68e995d271cad4e65_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:858697bb19694cc5a1bd2a73acebb61a0603f26d0128d8b68e995d271cad4e65_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:493f78b812331de11cf821738631940d5f992d451249b972b9c1a78274fff362_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:493f78b812331de11cf821738631940d5f992d451249b972b9c1a78274fff362_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:493f78b812331de11cf821738631940d5f992d451249b972b9c1a78274fff362_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0fe7322cbfeaac4a03f1d9f90177850faba9a7b4b539cff06a56f87337016028_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0fe7322cbfeaac4a03f1d9f90177850faba9a7b4b539cff06a56f87337016028_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0fe7322cbfeaac4a03f1d9f90177850faba9a7b4b539cff06a56f87337016028_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:0445312a8dcd699a2c04eb5ec2703d227215cbd3eb278d65d64d3018fa6c8cd6_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:0445312a8dcd699a2c04eb5ec2703d227215cbd3eb278d65d64d3018fa6c8cd6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:0445312a8dcd699a2c04eb5ec2703d227215cbd3eb278d65d64d3018fa6c8cd6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:55d851739ea425c4f86f4a93d559d438757204d05cd5897eea39a025c1d73710_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:55d851739ea425c4f86f4a93d559d438757204d05cd5897eea39a025c1d73710_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:55d851739ea425c4f86f4a93d559d438757204d05cd5897eea39a025c1d73710_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3e2999d1fee9b828ecb4c9348c28bff3197538f89dfc301274e26299582ebccd_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3e2999d1fee9b828ecb4c9348c28bff3197538f89dfc301274e26299582ebccd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3e2999d1fee9b828ecb4c9348c28bff3197538f89dfc301274e26299582ebccd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:64f65a7d9ac04606d30e9238b037aba498adf5cc9947b71b75cf3a3d7dcb15d7_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:64f65a7d9ac04606d30e9238b037aba498adf5cc9947b71b75cf3a3d7dcb15d7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:64f65a7d9ac04606d30e9238b037aba498adf5cc9947b71b75cf3a3d7dcb15d7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b9fc9a458b342c3a1ca17aa6d77092790990181203d152f489108fa0718ab250_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b9fc9a458b342c3a1ca17aa6d77092790990181203d152f489108fa0718ab250_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b9fc9a458b342c3a1ca17aa6d77092790990181203d152f489108fa0718ab250_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:03f982ed751c6689d1d7c23bbd225687a2ed201bfd5e31f9e920d32ecb21c700_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:03f982ed751c6689d1d7c23bbd225687a2ed201bfd5e31f9e920d32ecb21c700_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:03f982ed751c6689d1d7c23bbd225687a2ed201bfd5e31f9e920d32ecb21c700_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:298f961b401ea83d13de81b179a8e0065a98840e3f8954299e16a8ee7097ddfc_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:298f961b401ea83d13de81b179a8e0065a98840e3f8954299e16a8ee7097ddfc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:298f961b401ea83d13de81b179a8e0065a98840e3f8954299e16a8ee7097ddfc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:200ec6b74c740d4f66d0256d276c9f0729cd5842bc77e2e12a9c111b5247bb25_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:200ec6b74c740d4f66d0256d276c9f0729cd5842bc77e2e12a9c111b5247bb25_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:200ec6b74c740d4f66d0256d276c9f0729cd5842bc77e2e12a9c111b5247bb25_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:32b5b858041fba4358b20ee29279e598219b97d3d92fa86d771b320fa2c046db_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:32b5b858041fba4358b20ee29279e598219b97d3d92fa86d771b320fa2c046db_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:32b5b858041fba4358b20ee29279e598219b97d3d92fa86d771b320fa2c046db_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:ef1cecdfb2272c882d8fde31874a877f3ca4a11a0fada248c5ff02db33ac1c3d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:ef1cecdfb2272c882d8fde31874a877f3ca4a11a0fada248c5ff02db33ac1c3d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:ef1cecdfb2272c882d8fde31874a877f3ca4a11a0fada248c5ff02db33ac1c3d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:66a83e45ce7efb211c6b463c47f07c1e616466fe89760251d04d03386b4141f2_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:66a83e45ce7efb211c6b463c47f07c1e616466fe89760251d04d03386b4141f2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:66a83e45ce7efb211c6b463c47f07c1e616466fe89760251d04d03386b4141f2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7fedffdbf3276db7ee981e0833e5f2d31266f20131f92e7e9449528f17802a28_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7fedffdbf3276db7ee981e0833e5f2d31266f20131f92e7e9449528f17802a28_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7fedffdbf3276db7ee981e0833e5f2d31266f20131f92e7e9449528f17802a28_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:666435adfb42673b275da73506b9d30dba06c0c259cdce46abdfa09e732636e1_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:666435adfb42673b275da73506b9d30dba06c0c259cdce46abdfa09e732636e1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:666435adfb42673b275da73506b9d30dba06c0c259cdce46abdfa09e732636e1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:ef448e159ef74036bbe0e8cbdf523df3120b8ade6a278aa5e845ac41645b517e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:ef448e159ef74036bbe0e8cbdf523df3120b8ade6a278aa5e845ac41645b517e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:ef448e159ef74036bbe0e8cbdf523df3120b8ade6a278aa5e845ac41645b517e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:48f32025b28312d781574d1d21ec6a15358582db5f58bcc76dc9c8992ef39773_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:48f32025b28312d781574d1d21ec6a15358582db5f58bcc76dc9c8992ef39773_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:48f32025b28312d781574d1d21ec6a15358582db5f58bcc76dc9c8992ef39773_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:7cd155e29f0d57cfe3fa09f2802c700e52c3f54a940c1360bac107fb9d9678db_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:7cd155e29f0d57cfe3fa09f2802c700e52c3f54a940c1360bac107fb9d9678db_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:7cd155e29f0d57cfe3fa09f2802c700e52c3f54a940c1360bac107fb9d9678db_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:7ef9484934c28e9bfc182cab79548ae69222f352eda4da1c83b731c52b27c118_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:7ef9484934c28e9bfc182cab79548ae69222f352eda4da1c83b731c52b27c118_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:7ef9484934c28e9bfc182cab79548ae69222f352eda4da1c83b731c52b27c118_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:87f94c90ac7853dd8fb3d26c19ab994ef67c2c044dc09544c4d5a2c639aebb0a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:87f94c90ac7853dd8fb3d26c19ab994ef67c2c044dc09544c4d5a2c639aebb0a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:87f94c90ac7853dd8fb3d26c19ab994ef67c2c044dc09544c4d5a2c639aebb0a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:802ee595e75bb69a4d3ce85c6064a666e802cfc22bc0fae0cbc71a013480a41e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:802ee595e75bb69a4d3ce85c6064a666e802cfc22bc0fae0cbc71a013480a41e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:802ee595e75bb69a4d3ce85c6064a666e802cfc22bc0fae0cbc71a013480a41e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1a7721391d5e5229956ee04af93aaed4a0033bcd7886f3731d88e8f5ebaa660b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1a7721391d5e5229956ee04af93aaed4a0033bcd7886f3731d88e8f5ebaa660b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1a7721391d5e5229956ee04af93aaed4a0033bcd7886f3731d88e8f5ebaa660b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:18ba0adffed79f93d787cf4eeba0e5e862fcbac14a4e833665c3544c7d05b04e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:18ba0adffed79f93d787cf4eeba0e5e862fcbac14a4e833665c3544c7d05b04e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:18ba0adffed79f93d787cf4eeba0e5e862fcbac14a4e833665c3544c7d05b04e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:d9c8b7b29082e0071d987ca9416a37de68130e4fae83e22420adb36aa75d3d99_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:d9c8b7b29082e0071d987ca9416a37de68130e4fae83e22420adb36aa75d3d99_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli@sha256:d9c8b7b29082e0071d987ca9416a37de68130e4fae83e22420adb36aa75d3d99_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:20774d555410218f3f8f9c72be2e83513fd1459e7763af492afa6e60ad247f02_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:20774d555410218f3f8f9c72be2e83513fd1459e7763af492afa6e60ad247f02_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:20774d555410218f3f8f9c72be2e83513fd1459e7763af492afa6e60ad247f02_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:da9d00f5cb478610145f7e6e5815a3c32dcc0aae7f144693c4127659ec08b744_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:da9d00f5cb478610145f7e6e5815a3c32dcc0aae7f144693c4127659ec08b744_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:da9d00f5cb478610145f7e6e5815a3c32dcc0aae7f144693c4127659ec08b744_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:f23b05590dd97760f99d83122c6780e2b2138b48307f0b567168a060b1f42406_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:f23b05590dd97760f99d83122c6780e2b2138b48307f0b567168a060b1f42406_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:f23b05590dd97760f99d83122c6780e2b2138b48307f0b567168a060b1f42406_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a1a1d63258056641c60eed9bca842324e834f9cb716f85d976a765a2264bb6cd_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a1a1d63258056641c60eed9bca842324e834f9cb716f85d976a765a2264bb6cd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a1a1d63258056641c60eed9bca842324e834f9cb716f85d976a765a2264bb6cd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:006ba1f0a51bd4d09c7218964c9e4c17a884a71c9c645312948f219938401631_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:006ba1f0a51bd4d09c7218964c9e4c17a884a71c9c645312948f219938401631_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:006ba1f0a51bd4d09c7218964c9e4c17a884a71c9c645312948f219938401631_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:bb2bdf31be4d7e2891f1e9ed95a61142c322e23e6199b9238ec864dd5fa98396_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:bb2bdf31be4d7e2891f1e9ed95a61142c322e23e6199b9238ec864dd5fa98396_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:bb2bdf31be4d7e2891f1e9ed95a61142c322e23e6199b9238ec864dd5fa98396_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:37be8cb1369576faa6d39dd80fd57f06e7fde58b5860a995376327187fa1ba64_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:37be8cb1369576faa6d39dd80fd57f06e7fde58b5860a995376327187fa1ba64_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:37be8cb1369576faa6d39dd80fd57f06e7fde58b5860a995376327187fa1ba64_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:007f6bfdd2a1815cfbe843ec010e8435eb5c27803c068c8df0ea021d908c7d15_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:007f6bfdd2a1815cfbe843ec010e8435eb5c27803c068c8df0ea021d908c7d15_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:007f6bfdd2a1815cfbe843ec010e8435eb5c27803c068c8df0ea021d908c7d15_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:007f6bfdd2a1815cfbe843ec010e8435eb5c27803c068c8df0ea021d908c7d15_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:007f6bfdd2a1815cfbe843ec010e8435eb5c27803c068c8df0ea021d908c7d15_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:007f6bfdd2a1815cfbe843ec010e8435eb5c27803c068c8df0ea021d908c7d15_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a9de8173161d6182450d80924950001099e26c85804c9edee49efb6db065edd1_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a9de8173161d6182450d80924950001099e26c85804c9edee49efb6db065edd1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a9de8173161d6182450d80924950001099e26c85804c9edee49efb6db065edd1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:9077ada32311d75e6ac864537beb469e77b82470bfcb95770d4034d5b2c9ab75_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:9077ada32311d75e6ac864537beb469e77b82470bfcb95770d4034d5b2c9ab75_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:9077ada32311d75e6ac864537beb469e77b82470bfcb95770d4034d5b2c9ab75_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:81dbcd562cbf2878c9a3a0c3a161d0610fb3497e60b82ad1c53a973da9ec4ebd_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:81dbcd562cbf2878c9a3a0c3a161d0610fb3497e60b82ad1c53a973da9ec4ebd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:81dbcd562cbf2878c9a3a0c3a161d0610fb3497e60b82ad1c53a973da9ec4ebd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0c063192dc09314921fa230b9c6892d7dbefc5e81dc8216f5fca9cac783fa329_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0c063192dc09314921fa230b9c6892d7dbefc5e81dc8216f5fca9cac783fa329_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0c063192dc09314921fa230b9c6892d7dbefc5e81dc8216f5fca9cac783fa329_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:9de757a1848f3fad420ba951f8983e9e11545952e14777c0eee97c89da34de1c_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:9de757a1848f3fad420ba951f8983e9e11545952e14777c0eee97c89da34de1c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:9de757a1848f3fad420ba951f8983e9e11545952e14777c0eee97c89da34de1c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:44a2a0acdabbabfd2067d9095476eea02a0f9063963aa5fc690f6b436a73de9b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:44a2a0acdabbabfd2067d9095476eea02a0f9063963aa5fc690f6b436a73de9b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:44a2a0acdabbabfd2067d9095476eea02a0f9063963aa5fc690f6b436a73de9b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:2d69dc46b7b26e61f18f8beef30dc7156beeb466130471f71ba9134530e12226_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:2d69dc46b7b26e61f18f8beef30dc7156beeb466130471f71ba9134530e12226_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:2d69dc46b7b26e61f18f8beef30dc7156beeb466130471f71ba9134530e12226_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:e918938229a8cd0a8cfe26b3f3dc5cf90efbc2e15759c3b942f361e8c26553de_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:e918938229a8cd0a8cfe26b3f3dc5cf90efbc2e15759c3b942f361e8c26553de_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:e918938229a8cd0a8cfe26b3f3dc5cf90efbc2e15759c3b942f361e8c26553de_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:be8bd31905004e04a2b7c2bf38768f243f832540570196c51f9e72d7c58bfe17_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:be8bd31905004e04a2b7c2bf38768f243f832540570196c51f9e72d7c58bfe17_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:be8bd31905004e04a2b7c2bf38768f243f832540570196c51f9e72d7c58bfe17_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:6da297ae2918c576bb1e6f193d748382008b4e348ccbb760669a5f7c6309c55d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:6da297ae2918c576bb1e6f193d748382008b4e348ccbb760669a5f7c6309c55d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:6da297ae2918c576bb1e6f193d748382008b4e348ccbb760669a5f7c6309c55d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:01cb11292268620a8c8d7c0d5af524507e1712ff149c2173fa97f64274e1b42d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:01cb11292268620a8c8d7c0d5af524507e1712ff149c2173fa97f64274e1b42d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:01cb11292268620a8c8d7c0d5af524507e1712ff149c2173fa97f64274e1b42d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:fdf98037d6bd27e32adb30802c6567b781d76b53aac3afaa78b9c9e4650e914e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:fdf98037d6bd27e32adb30802c6567b781d76b53aac3afaa78b9c9e4650e914e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:fdf98037d6bd27e32adb30802c6567b781d76b53aac3afaa78b9c9e4650e914e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2a7242bf8f44e46a679205d46bca0751a6e06f5ee05dc5181031064ed86e2a26_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2a7242bf8f44e46a679205d46bca0751a6e06f5ee05dc5181031064ed86e2a26_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2a7242bf8f44e46a679205d46bca0751a6e06f5ee05dc5181031064ed86e2a26_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:f047ff65da1497ccdf543fb1d64ee02bd4ddb868d1109c6c9dc32980739182f0_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:f047ff65da1497ccdf543fb1d64ee02bd4ddb868d1109c6c9dc32980739182f0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:f047ff65da1497ccdf543fb1d64ee02bd4ddb868d1109c6c9dc32980739182f0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:b4407fdb242f75ebfde70eafb226d00db6c3d585036355d886481bdd0ebf8eb8_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:b4407fdb242f75ebfde70eafb226d00db6c3d585036355d886481bdd0ebf8eb8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:b4407fdb242f75ebfde70eafb226d00db6c3d585036355d886481bdd0ebf8eb8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4311cfd1c3688b7d8d9b78d3fe7e5a0fd88629f1b5c2c4563c75a57469deecf6_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4311cfd1c3688b7d8d9b78d3fe7e5a0fd88629f1b5c2c4563c75a57469deecf6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4311cfd1c3688b7d8d9b78d3fe7e5a0fd88629f1b5c2c4563c75a57469deecf6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c22970770b0f5073c41b5eceb11ca7a8420b8211fe75167ecbb9deab8a1a7005_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c22970770b0f5073c41b5eceb11ca7a8420b8211fe75167ecbb9deab8a1a7005_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c22970770b0f5073c41b5eceb11ca7a8420b8211fe75167ecbb9deab8a1a7005_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:b930fa3dc047d889a8033b6fa54e70a91535febb3d280fe00c905b11ed8153c7_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:b930fa3dc047d889a8033b6fa54e70a91535febb3d280fe00c905b11ed8153c7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:b930fa3dc047d889a8033b6fa54e70a91535febb3d280fe00c905b11ed8153c7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:9294d9872dd052df222105012b3b633f2bca7f9f24e604d5af9295eebb745637_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:9294d9872dd052df222105012b3b633f2bca7f9f24e604d5af9295eebb745637_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:9294d9872dd052df222105012b3b633f2bca7f9f24e604d5af9295eebb745637_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:7d300004537072646938a9b5b04be2f2362b607202c40ec711b228f918aedb53_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:7d300004537072646938a9b5b04be2f2362b607202c40ec711b228f918aedb53_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:7d300004537072646938a9b5b04be2f2362b607202c40ec711b228f918aedb53_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:3d93e76ba488c1cfdb1fd4389e9ca6da0b55a057ce8f3d73e9c0fb07a54dc012_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:3d93e76ba488c1cfdb1fd4389e9ca6da0b55a057ce8f3d73e9c0fb07a54dc012_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:3d93e76ba488c1cfdb1fd4389e9ca6da0b55a057ce8f3d73e9c0fb07a54dc012_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:02a18e4de945b0d2fee7b7855fdee1a81478981be1354e5adb7d50ddf9d4cc6f_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:02a18e4de945b0d2fee7b7855fdee1a81478981be1354e5adb7d50ddf9d4cc6f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:02a18e4de945b0d2fee7b7855fdee1a81478981be1354e5adb7d50ddf9d4cc6f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:f59a8929240fdf9d0d2d4222a513719e1cb74bd5fea4a3da6c7a8cd8609a9d7d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:f59a8929240fdf9d0d2d4222a513719e1cb74bd5fea4a3da6c7a8cd8609a9d7d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:f59a8929240fdf9d0d2d4222a513719e1cb74bd5fea4a3da6c7a8cd8609a9d7d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:10eaf3339776c65dfbad1617791b4d1ca2966b7e4784103d57e665c84da69838_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:10eaf3339776c65dfbad1617791b4d1ca2966b7e4784103d57e665c84da69838_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:10eaf3339776c65dfbad1617791b4d1ca2966b7e4784103d57e665c84da69838_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:e4b25dc5016ad3cb13c2f30c3b05f3d79905beecabe5c8f34a64583f337ce7f7_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:e4b25dc5016ad3cb13c2f30c3b05f3d79905beecabe5c8f34a64583f337ce7f7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:e4b25dc5016ad3cb13c2f30c3b05f3d79905beecabe5c8f34a64583f337ce7f7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:ca133f881064998b88a22a614a9f1482a6800d62e6e471e6564a06368d9d8e37_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:ca133f881064998b88a22a614a9f1482a6800d62e6e471e6564a06368d9d8e37_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:ca133f881064998b88a22a614a9f1482a6800d62e6e471e6564a06368d9d8e37_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:b4fed0a437eb0fe877cf9fc60700db3e43fa473c0a76758b1a639c510310417c_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:b4fed0a437eb0fe877cf9fc60700db3e43fa473c0a76758b1a639c510310417c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-operator@sha256:b4fed0a437eb0fe877cf9fc60700db3e43fa473c0a76758b1a639c510310417c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:19caaf6e0ada0bf1a9db10789345a57fd8b6e1c733b4edebc0e6bb7a72f7aa50_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:19caaf6e0ada0bf1a9db10789345a57fd8b6e1c733b4edebc0e6bb7a72f7aa50_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console@sha256:19caaf6e0ada0bf1a9db10789345a57fd8b6e1c733b4edebc0e6bb7a72f7aa50_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:ea89552848a0bf436c273fad7e32b1f45fe5cbdc75b90e7a51dd590f210d8ff5_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:ea89552848a0bf436c273fad7e32b1f45fe5cbdc75b90e7a51dd590f210d8ff5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:ea89552848a0bf436c273fad7e32b1f45fe5cbdc75b90e7a51dd590f210d8ff5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:a107fb6023155633692534f60caa9a4601dc7cf94e561aa75e73c439f2358be7_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:a107fb6023155633692534f60caa9a4601dc7cf94e561aa75e73c439f2358be7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns@sha256:a107fb6023155633692534f60caa9a4601dc7cf94e561aa75e73c439f2358be7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9f59a263e4a76422cc5e3e5630ad8539ab52c8551a05f18158a1bf9bbdc61ee4_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9f59a263e4a76422cc5e3e5630ad8539ab52c8551a05f18158a1bf9bbdc61ee4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9f59a263e4a76422cc5e3e5630ad8539ab52c8551a05f18158a1bf9bbdc61ee4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:3dd44e11ad96656010ae6f3edab21bc1b7aff95c546a4f5848c9205615bcbf24_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:3dd44e11ad96656010ae6f3edab21bc1b7aff95c546a4f5848c9205615bcbf24_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:3dd44e11ad96656010ae6f3edab21bc1b7aff95c546a4f5848c9205615bcbf24_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:3be950222006c82f1f5823e56cb7f047781962dd45d3979ad130839ab13fdc2e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:3be950222006c82f1f5823e56cb7f047781962dd45d3979ad130839ab13fdc2e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:3be950222006c82f1f5823e56cb7f047781962dd45d3979ad130839ab13fdc2e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:30dd14dfd511e8aaa8b642d33767adc4d0d0d63d587dba955b9ccc81af28d5a5_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:30dd14dfd511e8aaa8b642d33767adc4d0d0d63d587dba955b9ccc81af28d5a5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:30dd14dfd511e8aaa8b642d33767adc4d0d0d63d587dba955b9ccc81af28d5a5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3e5884001da477ffcabcc3e8bcf7bca2d9df454f3a5c6f8b27e7e05998e92c29_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3e5884001da477ffcabcc3e8bcf7bca2d9df454f3a5c6f8b27e7e05998e92c29_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3e5884001da477ffcabcc3e8bcf7bca2d9df454f3a5c6f8b27e7e05998e92c29_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f9640ed1601fd9ed6f85e48f38406195f2acbf6d2ad6e63109067303f2140a6e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f9640ed1601fd9ed6f85e48f38406195f2acbf6d2ad6e63109067303f2140a6e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f9640ed1601fd9ed6f85e48f38406195f2acbf6d2ad6e63109067303f2140a6e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2d538ceb3d4aea764810ad8652bec24334502ed6a13b4937652f138b5c572f63_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2d538ceb3d4aea764810ad8652bec24334502ed6a13b4937652f138b5c572f63_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2d538ceb3d4aea764810ad8652bec24334502ed6a13b4937652f138b5c572f63_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2d538ceb3d4aea764810ad8652bec24334502ed6a13b4937652f138b5c572f63_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2d538ceb3d4aea764810ad8652bec24334502ed6a13b4937652f138b5c572f63_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2d538ceb3d4aea764810ad8652bec24334502ed6a13b4937652f138b5c572f63_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:90c5c064c3286eb543578f63a4bdfe6b9eb45d8b3d988ce07262c91cb54ce6f1_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:90c5c064c3286eb543578f63a4bdfe6b9eb45d8b3d988ce07262c91cb54ce6f1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:90c5c064c3286eb543578f63a4bdfe6b9eb45d8b3d988ce07262c91cb54ce6f1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:90c5c064c3286eb543578f63a4bdfe6b9eb45d8b3d988ce07262c91cb54ce6f1_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:90c5c064c3286eb543578f63a4bdfe6b9eb45d8b3d988ce07262c91cb54ce6f1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:90c5c064c3286eb543578f63a4bdfe6b9eb45d8b3d988ce07262c91cb54ce6f1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:1d0d1814f11de86b6e91576f30be5484aabebabdba63fb04d86eab199495be97_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:1d0d1814f11de86b6e91576f30be5484aabebabdba63fb04d86eab199495be97_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:1d0d1814f11de86b6e91576f30be5484aabebabdba63fb04d86eab199495be97_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:1d0d1814f11de86b6e91576f30be5484aabebabdba63fb04d86eab199495be97_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:1d0d1814f11de86b6e91576f30be5484aabebabdba63fb04d86eab199495be97_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:1d0d1814f11de86b6e91576f30be5484aabebabdba63fb04d86eab199495be97_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1fe947cde003e7ae9fd05608ad3aa74cd2e864252dbb3cd348d5bb4fd6b0f7c6_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1fe947cde003e7ae9fd05608ad3aa74cd2e864252dbb3cd348d5bb4fd6b0f7c6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1fe947cde003e7ae9fd05608ad3aa74cd2e864252dbb3cd348d5bb4fd6b0f7c6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1fe947cde003e7ae9fd05608ad3aa74cd2e864252dbb3cd348d5bb4fd6b0f7c6_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1fe947cde003e7ae9fd05608ad3aa74cd2e864252dbb3cd348d5bb4fd6b0f7c6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1fe947cde003e7ae9fd05608ad3aa74cd2e864252dbb3cd348d5bb4fd6b0f7c6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9c1f99c7e1c3edd7942c77fcf0fe6176f60a546e7933abab5d7a47f6d6c12d00_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9c1f99c7e1c3edd7942c77fcf0fe6176f60a546e7933abab5d7a47f6d6c12d00_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9c1f99c7e1c3edd7942c77fcf0fe6176f60a546e7933abab5d7a47f6d6c12d00_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9c1f99c7e1c3edd7942c77fcf0fe6176f60a546e7933abab5d7a47f6d6c12d00_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9c1f99c7e1c3edd7942c77fcf0fe6176f60a546e7933abab5d7a47f6d6c12d00_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9c1f99c7e1c3edd7942c77fcf0fe6176f60a546e7933abab5d7a47f6d6c12d00_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e2fbd3a84effbf5bcbe5fa7cf4fbc4befdef5ac795b77077307d26e71306f5b2_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e2fbd3a84effbf5bcbe5fa7cf4fbc4befdef5ac795b77077307d26e71306f5b2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e2fbd3a84effbf5bcbe5fa7cf4fbc4befdef5ac795b77077307d26e71306f5b2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e2fbd3a84effbf5bcbe5fa7cf4fbc4befdef5ac795b77077307d26e71306f5b2_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e2fbd3a84effbf5bcbe5fa7cf4fbc4befdef5ac795b77077307d26e71306f5b2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e2fbd3a84effbf5bcbe5fa7cf4fbc4befdef5ac795b77077307d26e71306f5b2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:90e0b6a10d18cd2a799ed3e08ff6c5358606a7dddf0474dbc3b928bac31e6b42_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:90e0b6a10d18cd2a799ed3e08ff6c5358606a7dddf0474dbc3b928bac31e6b42_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:90e0b6a10d18cd2a799ed3e08ff6c5358606a7dddf0474dbc3b928bac31e6b42_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:90e0b6a10d18cd2a799ed3e08ff6c5358606a7dddf0474dbc3b928bac31e6b42_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:90e0b6a10d18cd2a799ed3e08ff6c5358606a7dddf0474dbc3b928bac31e6b42_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:90e0b6a10d18cd2a799ed3e08ff6c5358606a7dddf0474dbc3b928bac31e6b42_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:aea21c2d846a61a1f158e3d0d1b27fea63a4a5c0cef5d6bdbf2168f5827388ad_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:aea21c2d846a61a1f158e3d0d1b27fea63a4a5c0cef5d6bdbf2168f5827388ad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:aea21c2d846a61a1f158e3d0d1b27fea63a4a5c0cef5d6bdbf2168f5827388ad_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:fe4f7126f78bfc7214447dd695b687e4cf1b76c4146cfe9b443ec55b90611cde_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:fe4f7126f78bfc7214447dd695b687e4cf1b76c4146cfe9b443ec55b90611cde_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer@sha256:fe4f7126f78bfc7214447dd695b687e4cf1b76c4146cfe9b443ec55b90611cde_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:f2290cd41371d091bfb7775c1329515356a41d7a25e66ec77ce96a9d40214c41_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:f2290cd41371d091bfb7775c1329515356a41d7a25e66ec77ce96a9d40214c41_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder@sha256:f2290cd41371d091bfb7775c1329515356a41d7a25e66ec77ce96a9d40214c41_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:67b168cedc87bbb949c6a8d15a5a00353abed3f0039362a193f25c800d290dc2_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:67b168cedc87bbb949c6a8d15a5a00353abed3f0039362a193f25c800d290dc2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry@sha256:67b168cedc87bbb949c6a8d15a5a00353abed3f0039362a193f25c800d290dc2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4633ef862a775cbc478b42daa7accd18c4b6a207ec440e53e87660b346f69d54_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4633ef862a775cbc478b42daa7accd18c4b6a207ec440e53e87660b346f69d54_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4633ef862a775cbc478b42daa7accd18c4b6a207ec440e53e87660b346f69d54_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:29e53ba9bbfc5691f73bf4b767d049a0849269e75be80f6adf66a36e56ac42dd_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:29e53ba9bbfc5691f73bf4b767d049a0849269e75be80f6adf66a36e56ac42dd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:29e53ba9bbfc5691f73bf4b767d049a0849269e75be80f6adf66a36e56ac42dd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:892c5cdef68d9c8cb0f514f1f9593cae3919b9e6b71d8214c03de512ff0b0ca7_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:892c5cdef68d9c8cb0f514f1f9593cae3919b9e6b71d8214c03de512ff0b0ca7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:892c5cdef68d9c8cb0f514f1f9593cae3919b9e6b71d8214c03de512ff0b0ca7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fbe4ae6105099d25b30fd6be15f54764feb8caa3be7df22be69198ffa002d5a5_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fbe4ae6105099d25b30fd6be15f54764feb8caa3be7df22be69198ffa002d5a5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fbe4ae6105099d25b30fd6be15f54764feb8caa3be7df22be69198ffa002d5a5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:90b6079e093d15b41331477436b4fc40a33f60a98a218153da13bbe3589f5aff_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:90b6079e093d15b41331477436b4fc40a33f60a98a218153da13bbe3589f5aff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:90b6079e093d15b41331477436b4fc40a33f60a98a218153da13bbe3589f5aff_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b276640b8bf98ac5b79c3fe4ade0376ce53f7d69549f8ecafe6a0f155562902_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b276640b8bf98ac5b79c3fe4ade0376ce53f7d69549f8ecafe6a0f155562902_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b276640b8bf98ac5b79c3fe4ade0376ce53f7d69549f8ecafe6a0f155562902_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube@sha256:3808907505bd113d4c3243ea676ab41ae02ee97fab21542a67935d9f0b583ea9_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:3808907505bd113d4c3243ea676ab41ae02ee97fab21542a67935d9f0b583ea9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube@sha256:3808907505bd113d4c3243ea676ab41ae02ee97fab21542a67935d9f0b583ea9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:49073ddf698db521c0344e538ecf51d4d509596815b9b9f25bb293f70b004785_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:49073ddf698db521c0344e538ecf51d4d509596815b9b9f25bb293f70b004785_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:49073ddf698db521c0344e538ecf51d4d509596815b9b9f25bb293f70b004785_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:802685f0f87f03f70da60c90c508bb09fe2e9764838dc9a78994636574d185bd_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:802685f0f87f03f70da60c90c508bb09fe2e9764838dc9a78994636574d185bd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:802685f0f87f03f70da60c90c508bb09fe2e9764838dc9a78994636574d185bd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:27d61fedcb2f939969787d03cd3b2f55f99daaea6e4e8d1bfd3ca50d096681ed_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:27d61fedcb2f939969787d03cd3b2f55f99daaea6e4e8d1bfd3ca50d096681ed_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:27d61fedcb2f939969787d03cd3b2f55f99daaea6e4e8d1bfd3ca50d096681ed_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:7ce6a190da9146a5a270ed6f5d28b975e710898f0630db40d0d13ec0ad050fa3_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:7ce6a190da9146a5a270ed6f5d28b975e710898f0630db40d0d13ec0ad050fa3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:7ce6a190da9146a5a270ed6f5d28b975e710898f0630db40d0d13ec0ad050fa3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:22cc594e80a75b664a1913f6386b667e0c4128c360c75cbc8a118a92fa552171_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:22cc594e80a75b664a1913f6386b667e0c4128c360c75cbc8a118a92fa552171_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:22cc594e80a75b664a1913f6386b667e0c4128c360c75cbc8a118a92fa552171_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:bd721a1055e20b57dd201300d3a9bf77221df4f43d8a48c47afa64349eba0b21_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:bd721a1055e20b57dd201300d3a9bf77221df4f43d8a48c47afa64349eba0b21_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:bd721a1055e20b57dd201300d3a9bf77221df4f43d8a48c47afa64349eba0b21_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6374cb59d30eb2e30359a2e3945f2c822a895e2deb51dcb512acb0b11c1ff342_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6374cb59d30eb2e30359a2e3945f2c822a895e2deb51dcb512acb0b11c1ff342_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6374cb59d30eb2e30359a2e3945f2c822a895e2deb51dcb512acb0b11c1ff342_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:0a9b80f1d5c759eca7356107f8a73434c9fb10cb6c5af2ee8cf4bb5c2e5e7826_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:0a9b80f1d5c759eca7356107f8a73434c9fb10cb6c5af2ee8cf4bb5c2e5e7826_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:0a9b80f1d5c759eca7356107f8a73434c9fb10cb6c5af2ee8cf4bb5c2e5e7826_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:d5160a7bed0548975366f05fe9f4d3ae0d1257c5361f929a411e59c845c2c2b9_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:d5160a7bed0548975366f05fe9f4d3ae0d1257c5361f929a411e59c845c2c2b9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:d5160a7bed0548975366f05fe9f4d3ae0d1257c5361f929a411e59c845c2c2b9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:a545d0466568f6190585e98acf7ab5f905b2d53a2276fd5818ee0cb037230c02_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:a545d0466568f6190585e98acf7ab5f905b2d53a2276fd5818ee0cb037230c02_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:a545d0466568f6190585e98acf7ab5f905b2d53a2276fd5818ee0cb037230c02_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:ce9e429a3d767789b6445f46913e853ff893218149648ab939130a077e1997fc_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:ce9e429a3d767789b6445f46913e853ff893218149648ab939130a077e1997fc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer@sha256:ce9e429a3d767789b6445f46913e853ff893218149648ab939130a077e1997fc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9bd4e841342984ffe4a9db920ee0d638d22958db6479c272945b11fe3f46d567_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9bd4e841342984ffe4a9db920ee0d638d22958db6479c272945b11fe3f46d567_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9bd4e841342984ffe4a9db920ee0d638d22958db6479c272945b11fe3f46d567_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5891892a01f0965ab06d0f587965e381dbe167fa71592a1798ee143f436eb791_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5891892a01f0965ab06d0f587965e381dbe167fa71592a1798ee143f436eb791_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5891892a01f0965ab06d0f587965e381dbe167fa71592a1798ee143f436eb791_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:43c1e6fc70cd0ee8a835368cf7789f87e9b6ba90f34b829ae5824e36bad38c8e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:43c1e6fc70cd0ee8a835368cf7789f87e9b6ba90f34b829ae5824e36bad38c8e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:43c1e6fc70cd0ee8a835368cf7789f87e9b6ba90f34b829ae5824e36bad38c8e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:444cd3417c37d7ecd0c41e5f946633d7903012531adc14454676c9a18e4691b6_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:444cd3417c37d7ecd0c41e5f946633d7903012531adc14454676c9a18e4691b6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:444cd3417c37d7ecd0c41e5f946633d7903012531adc14454676c9a18e4691b6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:f1cd9edac76506cea9fb6d021e1d0d144839e8e3e54120966c4b4a79b4b66644_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:f1cd9edac76506cea9fb6d021e1d0d144839e8e3e54120966c4b4a79b4b66644_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:f1cd9edac76506cea9fb6d021e1d0d144839e8e3e54120966c4b4a79b4b66644_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:021544394f1664a9129dde5f9005030db14e1447a2ea4aeac554e42f17394e0f_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:021544394f1664a9129dde5f9005030db14e1447a2ea4aeac554e42f17394e0f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:021544394f1664a9129dde5f9005030db14e1447a2ea4aeac554e42f17394e0f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:65423ed02b3805af52268bedbcabbd2ab8c81553199f91dc5e76182ffc293760_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:65423ed02b3805af52268bedbcabbd2ab8c81553199f91dc5e76182ffc293760_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:65423ed02b3805af52268bedbcabbd2ab8c81553199f91dc5e76182ffc293760_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:0ec4bca135ea090df56e31c0a63a733ca41359a91fb60355c5a9274ee009813e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:0ec4bca135ea090df56e31c0a63a733ca41359a91fb60355c5a9274ee009813e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:0ec4bca135ea090df56e31c0a63a733ca41359a91fb60355c5a9274ee009813e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:4d69dc1ec16689670dfce857b48df70208bcc48d3c16c9554ee6d5440d1834a5_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:4d69dc1ec16689670dfce857b48df70208bcc48d3c16c9554ee6d5440d1834a5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:4d69dc1ec16689670dfce857b48df70208bcc48d3c16c9554ee6d5440d1834a5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:50beceb4b0234f7c4d77866997060ac0309dd26a4b7674f04d82a1ccee0473be_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:50beceb4b0234f7c4d77866997060ac0309dd26a4b7674f04d82a1ccee0473be_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:50beceb4b0234f7c4d77866997060ac0309dd26a4b7674f04d82a1ccee0473be_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:96877c6136e69364d0d51e793181d5707b0f00d73f80dd431c3900a7f1c25e8d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:96877c6136e69364d0d51e793181d5707b0f00d73f80dd431c3900a7f1c25e8d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:96877c6136e69364d0d51e793181d5707b0f00d73f80dd431c3900a7f1c25e8d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:1e271947705a26de876f199425165b2bcfe2b7ac7b1de048f5e7afa76579c7b0_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:1e271947705a26de876f199425165b2bcfe2b7ac7b1de048f5e7afa76579c7b0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:1e271947705a26de876f199425165b2bcfe2b7ac7b1de048f5e7afa76579c7b0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:7616fabeceda8283e20f5660c0eaabbf642af38ef8c572365960ad3adb95cc85_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:7616fabeceda8283e20f5660c0eaabbf642af38ef8c572365960ad3adb95cc85_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:7616fabeceda8283e20f5660c0eaabbf642af38ef8c572365960ad3adb95cc85_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:868205ad63eb5bb9055b62963d98afcc64d9bc19478a44c00aa3f5f2ae1f8d24_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:868205ad63eb5bb9055b62963d98afcc64d9bc19478a44c00aa3f5f2ae1f8d24_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:868205ad63eb5bb9055b62963d98afcc64d9bc19478a44c00aa3f5f2ae1f8d24_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b50fc773b15ece1af3c758f4ec62fd5e530024aae00af11f0a76ee226d4fe43c_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b50fc773b15ece1af3c758f4ec62fd5e530024aae00af11f0a76ee226d4fe43c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b50fc773b15ece1af3c758f4ec62fd5e530024aae00af11f0a76ee226d4fe43c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:947658c3d6a71f9c022e739f8ba7a33ba47eeb844214a192e8483c5a1f1e79e2_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:947658c3d6a71f9c022e739f8ba7a33ba47eeb844214a192e8483c5a1f1e79e2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:947658c3d6a71f9c022e739f8ba7a33ba47eeb844214a192e8483c5a1f1e79e2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ef530ea4028933c68382e7df32741468620a4cff9c7e0ecd086ca99fa13a95d0_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ef530ea4028933c68382e7df32741468620a4cff9c7e0ecd086ca99fa13a95d0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ef530ea4028933c68382e7df32741468620a4cff9c7e0ecd086ca99fa13a95d0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a0634998a8a0f64f27c00eef82ec9155baeb5348d1583e477b377587f92a3c86_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a0634998a8a0f64f27c00eef82ec9155baeb5348d1583e477b377587f92a3c86_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a0634998a8a0f64f27c00eef82ec9155baeb5348d1583e477b377587f92a3c86_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:54020829fde0e0071ccb8bc923f9c29014d49b69d9641fd4bacb7268448fde7d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:54020829fde0e0071ccb8bc923f9c29014d49b69d9641fd4bacb7268448fde7d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:54020829fde0e0071ccb8bc923f9c29014d49b69d9641fd4bacb7268448fde7d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9a668c1ce236a09971cfbae4e4f70f86764bb81cf24bf6beacf8c41919da8a1a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9a668c1ce236a09971cfbae4e4f70f86764bb81cf24bf6beacf8c41919da8a1a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9a668c1ce236a09971cfbae4e4f70f86764bb81cf24bf6beacf8c41919da8a1a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:3d278ef5ce89c99a2613d7fdc80ad2b91293925cd4b66192f3686c218f460b76_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:3d278ef5ce89c99a2613d7fdc80ad2b91293925cd4b66192f3686c218f460b76_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:3d278ef5ce89c99a2613d7fdc80ad2b91293925cd4b66192f3686c218f460b76_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:3450848336deddad9a426e82d0f9ee1d1865ec743fbbea967be8ce0b53733b8f_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:3450848336deddad9a426e82d0f9ee1d1865ec743fbbea967be8ce0b53733b8f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:3450848336deddad9a426e82d0f9ee1d1865ec743fbbea967be8ce0b53733b8f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:863fe6ed1e60e6b7b56c7f971262846666a225b5189ecd0d6b96105b3cddadb0_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:863fe6ed1e60e6b7b56c7f971262846666a225b5189ecd0d6b96105b3cddadb0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni@sha256:863fe6ed1e60e6b7b56c7f971262846666a225b5189ecd0d6b96105b3cddadb0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:1a72c234b8f818ac392ca123478b815b5423ba42b358174ec2b3a0d22d851d7d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:1a72c234b8f818ac392ca123478b815b5423ba42b358174ec2b3a0d22d851d7d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:1a72c234b8f818ac392ca123478b815b5423ba42b358174ec2b3a0d22d851d7d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:f18266f3353ae4d734c5b3669be6ae2b22184bc0aec59e0edd1ca5d9b131e6ad_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:f18266f3353ae4d734c5b3669be6ae2b22184bc0aec59e0edd1ca5d9b131e6ad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:f18266f3353ae4d734c5b3669be6ae2b22184bc0aec59e0edd1ca5d9b131e6ad_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1049225e4ddd32f760b7d3a0689f0dd93a8457750020cfbf90a8c3da85c8a514_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1049225e4ddd32f760b7d3a0689f0dd93a8457750020cfbf90a8c3da85c8a514_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1049225e4ddd32f760b7d3a0689f0dd93a8457750020cfbf90a8c3da85c8a514_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:eba226e0f375037e1ea03edfdc17ac846f2be7e095d938ba3b9d819d68cf0e5e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:eba226e0f375037e1ea03edfdc17ac846f2be7e095d938ba3b9d819d68cf0e5e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather@sha256:eba226e0f375037e1ea03edfdc17ac846f2be7e095d938ba3b9d819d68cf0e5e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5ae39578cfaedc98bce0904bf219c8900fe217478bb6b4b5d462904f597c396f_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5ae39578cfaedc98bce0904bf219c8900fe217478bb6b4b5d462904f597c396f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5ae39578cfaedc98bce0904bf219c8900fe217478bb6b4b5d462904f597c396f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:5421cbe082d55dd2def88e6a02f8752e0d6002e0a3c7b18a1f61e9364e0c7b79_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:5421cbe082d55dd2def88e6a02f8752e0d6002e0a3c7b18a1f61e9364e0c7b79_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:5421cbe082d55dd2def88e6a02f8752e0d6002e0a3c7b18a1f61e9364e0c7b79_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:79af1938a9751b3eb8fecfe6352e0be7f7f556e4bb36ce21651e3968885e4663_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:79af1938a9751b3eb8fecfe6352e0be7f7f556e4bb36ce21651e3968885e4663_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:79af1938a9751b3eb8fecfe6352e0be7f7f556e4bb36ce21651e3968885e4663_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:d92f6925cbe17fa5d855082b2a97ed1081a2c3a8c11c7bc338540b8a2a5a3627_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:d92f6925cbe17fa5d855082b2a97ed1081a2c3a8c11c7bc338540b8a2a5a3627_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:d92f6925cbe17fa5d855082b2a97ed1081a2c3a8c11c7bc338540b8a2a5a3627_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:7448d85231de6e6f0d3ff80b1654e68265e415fdfc76e5a7b0146715212ef344_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:7448d85231de6e6f0d3ff80b1654e68265e415fdfc76e5a7b0146715212ef344_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:7448d85231de6e6f0d3ff80b1654e68265e415fdfc76e5a7b0146715212ef344_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:cceda0d3c835c0dc4a456cf507cfb33dd5c616f12a4d6f1118b788512192e206_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:cceda0d3c835c0dc4a456cf507cfb33dd5c616f12a4d6f1118b788512192e206_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:cceda0d3c835c0dc4a456cf507cfb33dd5c616f12a4d6f1118b788512192e206_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:db6a528638cbe445708cd9d2f604224b499344955d2d1dd5d81e67db650c22cb_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:db6a528638cbe445708cd9d2f604224b499344955d2d1dd5d81e67db650c22cb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:db6a528638cbe445708cd9d2f604224b499344955d2d1dd5d81e67db650c22cb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:8edb136c7fcafe3362f331dbcc2a0c8ea80a7cd18b0926cab56173a39521c5d6_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:8edb136c7fcafe3362f331dbcc2a0c8ea80a7cd18b0926cab56173a39521c5d6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:8edb136c7fcafe3362f331dbcc2a0c8ea80a7cd18b0926cab56173a39521c5d6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:026b64e6810ca743a85df6bd01214518780dc3f6a3dfb270522126cff851c206_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:026b64e6810ca743a85df6bd01214518780dc3f6a3dfb270522126cff851c206_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:026b64e6810ca743a85df6bd01214518780dc3f6a3dfb270522126cff851c206_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:ea332f642ed5b9562cdd82f66476b4e70cc552de1adb897854e6474d5bfe9c33_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:ea332f642ed5b9562cdd82f66476b4e70cc552de1adb897854e6474d5bfe9c33_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:ea332f642ed5b9562cdd82f66476b4e70cc552de1adb897854e6474d5bfe9c33_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:fa07db0550420668bad77c11ffebc325783f705ce6137a7d85cd3cbd1f5d405a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:fa07db0550420668bad77c11ffebc325783f705ce6137a7d85cd3cbd1f5d405a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:fa07db0550420668bad77c11ffebc325783f705ce6137a7d85cd3cbd1f5d405a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:dd63d932427f49fd779cfbba214ff501b22f4f52dcfd6411bc27d388dba9ece9_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:dd63d932427f49fd779cfbba214ff501b22f4f52dcfd6411bc27d388dba9ece9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:dd63d932427f49fd779cfbba214ff501b22f4f52dcfd6411bc27d388dba9ece9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:e4377393edced218bfef27f6f38f305faeaa79e1eafc728f0641713026fcf25e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:e4377393edced218bfef27f6f38f305faeaa79e1eafc728f0641713026fcf25e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:e4377393edced218bfef27f6f38f305faeaa79e1eafc728f0641713026fcf25e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:885bb03dd896bc0d0e2aa736e158292826cd9fe6c0de0a56c44cad23f92f0484_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:885bb03dd896bc0d0e2aa736e158292826cd9fe6c0de0a56c44cad23f92f0484_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:885bb03dd896bc0d0e2aa736e158292826cd9fe6c0de0a56c44cad23f92f0484_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:d4afcb3cb8ff1c6452ae3403b19b955503c34da766f5aa8dc3dbb255494e0fa5_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:d4afcb3cb8ff1c6452ae3403b19b955503c34da766f5aa8dc3dbb255494e0fa5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:d4afcb3cb8ff1c6452ae3403b19b955503c34da766f5aa8dc3dbb255494e0fa5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:8f54827df6c9263fc8fe18b98e36dcd6051f8318327e73f3d0c131bada4eb658_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:8f54827df6c9263fc8fe18b98e36dcd6051f8318327e73f3d0c131bada4eb658_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:8f54827df6c9263fc8fe18b98e36dcd6051f8318327e73f3d0c131bada4eb658_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:dbd51fec0506d2ffc5b27c27ec2f0dc9679262d0b7883a70d79847d7b8afaa3a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:dbd51fec0506d2ffc5b27c27ec2f0dc9679262d0b7883a70d79847d7b8afaa3a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry@sha256:dbd51fec0506d2ffc5b27c27ec2f0dc9679262d0b7883a70d79847d7b8afaa3a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:2b371b7205ec068c43c1f805959267a2e69ffc29a1afeca540594f49c919250b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:2b371b7205ec068c43c1f805959267a2e69ffc29a1afeca540594f49c919250b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:2b371b7205ec068c43c1f805959267a2e69ffc29a1afeca540594f49c919250b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cb3f9612911cdacb90de6fe35c133d79486321a39aba7f163480fe9b800bbbc6_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cb3f9612911cdacb90de6fe35c133d79486321a39aba7f163480fe9b800bbbc6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cb3f9612911cdacb90de6fe35c133d79486321a39aba7f163480fe9b800bbbc6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffb156fc6d7bcbe082f006d640817d1872563874b2b581c544fc5f903dceb0bd_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffb156fc6d7bcbe082f006d640817d1872563874b2b581c544fc5f903dceb0bd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffb156fc6d7bcbe082f006d640817d1872563874b2b581c544fc5f903dceb0bd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ffb156fc6d7bcbe082f006d640817d1872563874b2b581c544fc5f903dceb0bd_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ffb156fc6d7bcbe082f006d640817d1872563874b2b581c544fc5f903dceb0bd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ffb156fc6d7bcbe082f006d640817d1872563874b2b581c544fc5f903dceb0bd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod@sha256:67299873662b1454a70eb7baa65f1eef509f6ce449d767f356e9f2b11df0e34d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:67299873662b1454a70eb7baa65f1eef509f6ce449d767f356e9f2b11df0e34d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod@sha256:67299873662b1454a70eb7baa65f1eef509f6ce449d767f356e9f2b11df0e34d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:5555a8f2ab92ee1c718b1f81517187b2b3eb02b169302f64aa0bfd4917ada485_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:5555a8f2ab92ee1c718b1f81517187b2b3eb02b169302f64aa0bfd4917ada485_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:5555a8f2ab92ee1c718b1f81517187b2b3eb02b169302f64aa0bfd4917ada485_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2ccb7f13b4317b0d33ac37805efc1063571ef44435b1cb4fb46b4ac1d1c4adbb_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2ccb7f13b4317b0d33ac37805efc1063571ef44435b1cb4fb46b4ac1d1c4adbb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2ccb7f13b4317b0d33ac37805efc1063571ef44435b1cb4fb46b4ac1d1c4adbb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:24187c1de4c7841652f4db5da853c34bc26e0384a064c84d1368c14305912c44_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:24187c1de4c7841652f4db5da853c34bc26e0384a064c84d1368c14305912c44_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:24187c1de4c7841652f4db5da853c34bc26e0384a064c84d1368c14305912c44_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:ccc4b2291ccac190f5070746ff65d44683cb3fd03dcc4ceee11bba75f30e35be_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:ccc4b2291ccac190f5070746ff65d44683cb3fd03dcc4ceee11bba75f30e35be_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:ccc4b2291ccac190f5070746ff65d44683cb3fd03dcc4ceee11bba75f30e35be_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d805261a712408f0062d4aba4c45e145425176aef88bf78fdca9e8821cb42915_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d805261a712408f0062d4aba4c45e145425176aef88bf78fdca9e8821cb42915_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d805261a712408f0062d4aba4c45e145425176aef88bf78fdca9e8821cb42915_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:c8f5a1f9b82067c4783a40a48be7ee2d6c35555d9f4a1879d0f196c36a10d609_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:c8f5a1f9b82067c4783a40a48be7ee2d6c35555d9f4a1879d0f196c36a10d609_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:c8f5a1f9b82067c4783a40a48be7ee2d6c35555d9f4a1879d0f196c36a10d609_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:1b352cf9870e701b21e0dcfcaa19b30cb54e28494ace5b2af17c1d7924f0c482_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:1b352cf9870e701b21e0dcfcaa19b30cb54e28494ace5b2af17c1d7924f0c482_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:1b352cf9870e701b21e0dcfcaa19b30cb54e28494ace5b2af17c1d7924f0c482_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:024cabdf7894d6c735e5c65aa98ff00994deeadc3debdf1af4cc7b551d376056_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:024cabdf7894d6c735e5c65aa98ff00994deeadc3debdf1af4cc7b551d376056_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:024cabdf7894d6c735e5c65aa98ff00994deeadc3debdf1af4cc7b551d376056_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d4d926cc9227b448003ba60d353f79274e67d32f46a1db8692710700c628e034_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d4d926cc9227b448003ba60d353f79274e67d32f46a1db8692710700c628e034_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d4d926cc9227b448003ba60d353f79274e67d32f46a1db8692710700c628e034_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:40363c17a11d26b6aadb55a3a8eb50c2be9a1246a92373c9c37e8942cf0d59b5_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:40363c17a11d26b6aadb55a3a8eb50c2be9a1246a92373c9c37e8942cf0d59b5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:40363c17a11d26b6aadb55a3a8eb50c2be9a1246a92373c9c37e8942cf0d59b5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:3c82cdb31a8d00dc7416bcc86b5e96fc51c7a0d614b821e82f6439e92b8b30b5_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:3c82cdb31a8d00dc7416bcc86b5e96fc51c7a0d614b821e82f6439e92b8b30b5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus@sha256:3c82cdb31a8d00dc7416bcc86b5e96fc51c7a0d614b821e82f6439e92b8b30b5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:4e57827f184140a3259356f540691927878587307e92b0810284cb6d983e5b76_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:4e57827f184140a3259356f540691927878587307e92b0810284cb6d983e5b76_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:4e57827f184140a3259356f540691927878587307e92b0810284cb6d983e5b76_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:5438c37e66104413a6387e551896be5697d5df1733cc517c2d579e080d3bcf12_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:5438c37e66104413a6387e551896be5697d5df1733cc517c2d579e080d3bcf12_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:5438c37e66104413a6387e551896be5697d5df1733cc517c2d579e080d3bcf12_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:27725970ffec2136048b51e027f39b77ff3efee8bc19b1afd8d1ab5eb5d4b5b4_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:27725970ffec2136048b51e027f39b77ff3efee8bc19b1afd8d1ab5eb5d4b5b4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter@sha256:27725970ffec2136048b51e027f39b77ff3efee8bc19b1afd8d1ab5eb5d4b5b4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:1ee2d18f38d291b11d72418f50d64e3a362f3f67251fc099246c58ddda19602a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:1ee2d18f38d291b11d72418f50d64e3a362f3f67251fc099246c58ddda19602a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests@sha256:1ee2d18f38d291b11d72418f50d64e3a362f3f67251fc099246c58ddda19602a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:50cad82b963de128d2e2c1c816fa3ab310141c8a77c009875310032ad46792bb_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:50cad82b963de128d2e2c1c816fa3ab310141c8a77c009875310032ad46792bb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:50cad82b963de128d2e2c1c816fa3ab310141c8a77c009875310032ad46792bb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:19ec1b00113867242ec823c2fed55f5aa991c93c8eb2a85ebcf7b97e5a462404_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:19ec1b00113867242ec823c2fed55f5aa991c93c8eb2a85ebcf7b97e5a462404_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:19ec1b00113867242ec823c2fed55f5aa991c93c8eb2a85ebcf7b97e5a462404_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d36ba26f1e631c0a732a8b17e2e18abd7fe4898dc569fbbff1f541611349542a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d36ba26f1e631c0a732a8b17e2e18abd7fe4898dc569fbbff1f541611349542a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d36ba26f1e631c0a732a8b17e2e18abd7fe4898dc569fbbff1f541611349542a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:475506c3b8d93e222c14b175b3c781ed06e73f929b9bcdd32aa369014f77d5a5_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:475506c3b8d93e222c14b175b3c781ed06e73f929b9bcdd32aa369014f77d5a5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:475506c3b8d93e222c14b175b3c781ed06e73f929b9bcdd32aa369014f77d5a5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:924fa56c439dee453146e5353aaee8ae1a6fb0d26e45c2bba975bd14f959327b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:924fa56c439dee453146e5353aaee8ae1a6fb0d26e45c2bba975bd14f959327b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:924fa56c439dee453146e5353aaee8ae1a6fb0d26e45c2bba975bd14f959327b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:9ad9846673b581978570d146ee548f92afc9165a2b069164903c38f9ecbae50b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:9ad9846673b581978570d146ee548f92afc9165a2b069164903c38f9ecbae50b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:9ad9846673b581978570d146ee548f92afc9165a2b069164903c38f9ecbae50b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d36ba26f1e631c0a732a8b17e2e18abd7fe4898dc569fbbff1f541611349542a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d36ba26f1e631c0a732a8b17e2e18abd7fe4898dc569fbbff1f541611349542a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d36ba26f1e631c0a732a8b17e2e18abd7fe4898dc569fbbff1f541611349542a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:475506c3b8d93e222c14b175b3c781ed06e73f929b9bcdd32aa369014f77d5a5_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:475506c3b8d93e222c14b175b3c781ed06e73f929b9bcdd32aa369014f77d5a5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:475506c3b8d93e222c14b175b3c781ed06e73f929b9bcdd32aa369014f77d5a5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8404aaed34fdf6d4ad8b280eeadfc07ce65317b328bd9fb42d87e3eb79d54473_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8404aaed34fdf6d4ad8b280eeadfc07ce65317b328bd9fb42d87e3eb79d54473_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8404aaed34fdf6d4ad8b280eeadfc07ce65317b328bd9fb42d87e3eb79d54473_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:1c880a1fb1587cbaaaedafd308a09c2d8141a6b30cfd04601bc0077fe4f44eed_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:1c880a1fb1587cbaaaedafd308a09c2d8141a6b30cfd04601bc0077fe4f44eed_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:1c880a1fb1587cbaaaedafd308a09c2d8141a6b30cfd04601bc0077fe4f44eed_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:97b6ccfeec3af2cd7e771a6c9cf5b9015d8da3d486ec25887d6b10cac7db2037_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:97b6ccfeec3af2cd7e771a6c9cf5b9015d8da3d486ec25887d6b10cac7db2037_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:97b6ccfeec3af2cd7e771a6c9cf5b9015d8da3d486ec25887d6b10cac7db2037_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:6e086cbf3d25cd41b5272e6208ccba5d1a849c15c6b91e96ee21561fb051cb26_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:6e086cbf3d25cd41b5272e6208ccba5d1a849c15c6b91e96ee21561fb051cb26_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:6e086cbf3d25cd41b5272e6208ccba5d1a849c15c6b91e96ee21561fb051cb26_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:9c5ecc5187aef4b760a92ed26541e254b48f1f7aac456fd6e22d36ed5f7163e3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e1dc1da17f539c968496aed6d0fbad5518e2fe4680834333006a4bcba8bb4b43_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f931109b463314485d63d46cb4c536664b5aa22538656a7c0a7cd4b26cf67c79_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:9dbcc9f8c68e0525b2b3bd87fbfb1b94b0914a5abde6ca22e234cfec3126a711_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a963d9403644a2c1e5ba14a146ee168f15f7b538de0f65027b9e6745b3a0b3bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4fbf04be32d4eb46e8c47b1eea19419e46a2f9e8eab66b565b5cf581b727ff5b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5d3320348fa12473103789b67288275f40badfed981815e7796685929890f75e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:36d6f386e55bd7bd95dd7e6cb5a22b157c695ff0fa16fe5f28a47f818aed3ca2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:a72f2afd2b1fcbbd6c80f2f4ba63f64fee18c0a9a881bafd8ea120360aa985cf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:858697bb19694cc5a1bd2a73acebb61a0603f26d0128d8b68e995d271cad4e65_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:493f78b812331de11cf821738631940d5f992d451249b972b9c1a78274fff362_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0fe7322cbfeaac4a03f1d9f90177850faba9a7b4b539cff06a56f87337016028_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:0445312a8dcd699a2c04eb5ec2703d227215cbd3eb278d65d64d3018fa6c8cd6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:55d851739ea425c4f86f4a93d559d438757204d05cd5897eea39a025c1d73710_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3e2999d1fee9b828ecb4c9348c28bff3197538f89dfc301274e26299582ebccd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:64f65a7d9ac04606d30e9238b037aba498adf5cc9947b71b75cf3a3d7dcb15d7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b9fc9a458b342c3a1ca17aa6d77092790990181203d152f489108fa0718ab250_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:03f982ed751c6689d1d7c23bbd225687a2ed201bfd5e31f9e920d32ecb21c700_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:298f961b401ea83d13de81b179a8e0065a98840e3f8954299e16a8ee7097ddfc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:200ec6b74c740d4f66d0256d276c9f0729cd5842bc77e2e12a9c111b5247bb25_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:32b5b858041fba4358b20ee29279e598219b97d3d92fa86d771b320fa2c046db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:ef1cecdfb2272c882d8fde31874a877f3ca4a11a0fada248c5ff02db33ac1c3d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:66a83e45ce7efb211c6b463c47f07c1e616466fe89760251d04d03386b4141f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7fedffdbf3276db7ee981e0833e5f2d31266f20131f92e7e9449528f17802a28_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:666435adfb42673b275da73506b9d30dba06c0c259cdce46abdfa09e732636e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:ef448e159ef74036bbe0e8cbdf523df3120b8ade6a278aa5e845ac41645b517e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:48f32025b28312d781574d1d21ec6a15358582db5f58bcc76dc9c8992ef39773_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:7cd155e29f0d57cfe3fa09f2802c700e52c3f54a940c1360bac107fb9d9678db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:7ef9484934c28e9bfc182cab79548ae69222f352eda4da1c83b731c52b27c118_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:87f94c90ac7853dd8fb3d26c19ab994ef67c2c044dc09544c4d5a2c639aebb0a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:802ee595e75bb69a4d3ce85c6064a666e802cfc22bc0fae0cbc71a013480a41e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1a7721391d5e5229956ee04af93aaed4a0033bcd7886f3731d88e8f5ebaa660b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:18ba0adffed79f93d787cf4eeba0e5e862fcbac14a4e833665c3544c7d05b04e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:d9c8b7b29082e0071d987ca9416a37de68130e4fae83e22420adb36aa75d3d99_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:20774d555410218f3f8f9c72be2e83513fd1459e7763af492afa6e60ad247f02_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:da9d00f5cb478610145f7e6e5815a3c32dcc0aae7f144693c4127659ec08b744_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:f23b05590dd97760f99d83122c6780e2b2138b48307f0b567168a060b1f42406_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a1a1d63258056641c60eed9bca842324e834f9cb716f85d976a765a2264bb6cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:006ba1f0a51bd4d09c7218964c9e4c17a884a71c9c645312948f219938401631_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:bb2bdf31be4d7e2891f1e9ed95a61142c322e23e6199b9238ec864dd5fa98396_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:37be8cb1369576faa6d39dd80fd57f06e7fde58b5860a995376327187fa1ba64_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:007f6bfdd2a1815cfbe843ec010e8435eb5c27803c068c8df0ea021d908c7d15_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:007f6bfdd2a1815cfbe843ec010e8435eb5c27803c068c8df0ea021d908c7d15_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a9de8173161d6182450d80924950001099e26c85804c9edee49efb6db065edd1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:9077ada32311d75e6ac864537beb469e77b82470bfcb95770d4034d5b2c9ab75_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:81dbcd562cbf2878c9a3a0c3a161d0610fb3497e60b82ad1c53a973da9ec4ebd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0c063192dc09314921fa230b9c6892d7dbefc5e81dc8216f5fca9cac783fa329_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:9de757a1848f3fad420ba951f8983e9e11545952e14777c0eee97c89da34de1c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:44a2a0acdabbabfd2067d9095476eea02a0f9063963aa5fc690f6b436a73de9b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:2d69dc46b7b26e61f18f8beef30dc7156beeb466130471f71ba9134530e12226_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:e918938229a8cd0a8cfe26b3f3dc5cf90efbc2e15759c3b942f361e8c26553de_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:be8bd31905004e04a2b7c2bf38768f243f832540570196c51f9e72d7c58bfe17_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:6da297ae2918c576bb1e6f193d748382008b4e348ccbb760669a5f7c6309c55d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:01cb11292268620a8c8d7c0d5af524507e1712ff149c2173fa97f64274e1b42d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:fdf98037d6bd27e32adb30802c6567b781d76b53aac3afaa78b9c9e4650e914e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2a7242bf8f44e46a679205d46bca0751a6e06f5ee05dc5181031064ed86e2a26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:f047ff65da1497ccdf543fb1d64ee02bd4ddb868d1109c6c9dc32980739182f0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:b4407fdb242f75ebfde70eafb226d00db6c3d585036355d886481bdd0ebf8eb8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4311cfd1c3688b7d8d9b78d3fe7e5a0fd88629f1b5c2c4563c75a57469deecf6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c22970770b0f5073c41b5eceb11ca7a8420b8211fe75167ecbb9deab8a1a7005_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:b930fa3dc047d889a8033b6fa54e70a91535febb3d280fe00c905b11ed8153c7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:9294d9872dd052df222105012b3b633f2bca7f9f24e604d5af9295eebb745637_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:7d300004537072646938a9b5b04be2f2362b607202c40ec711b228f918aedb53_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:3d93e76ba488c1cfdb1fd4389e9ca6da0b55a057ce8f3d73e9c0fb07a54dc012_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:02a18e4de945b0d2fee7b7855fdee1a81478981be1354e5adb7d50ddf9d4cc6f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:f59a8929240fdf9d0d2d4222a513719e1cb74bd5fea4a3da6c7a8cd8609a9d7d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:10eaf3339776c65dfbad1617791b4d1ca2966b7e4784103d57e665c84da69838_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:e4b25dc5016ad3cb13c2f30c3b05f3d79905beecabe5c8f34a64583f337ce7f7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:ca133f881064998b88a22a614a9f1482a6800d62e6e471e6564a06368d9d8e37_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:b4fed0a437eb0fe877cf9fc60700db3e43fa473c0a76758b1a639c510310417c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:19caaf6e0ada0bf1a9db10789345a57fd8b6e1c733b4edebc0e6bb7a72f7aa50_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:ea89552848a0bf436c273fad7e32b1f45fe5cbdc75b90e7a51dd590f210d8ff5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:a107fb6023155633692534f60caa9a4601dc7cf94e561aa75e73c439f2358be7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9f59a263e4a76422cc5e3e5630ad8539ab52c8551a05f18158a1bf9bbdc61ee4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:3dd44e11ad96656010ae6f3edab21bc1b7aff95c546a4f5848c9205615bcbf24_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:3be950222006c82f1f5823e56cb7f047781962dd45d3979ad130839ab13fdc2e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:30dd14dfd511e8aaa8b642d33767adc4d0d0d63d587dba955b9ccc81af28d5a5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3e5884001da477ffcabcc3e8bcf7bca2d9df454f3a5c6f8b27e7e05998e92c29_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f9640ed1601fd9ed6f85e48f38406195f2acbf6d2ad6e63109067303f2140a6e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2d538ceb3d4aea764810ad8652bec24334502ed6a13b4937652f138b5c572f63_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2d538ceb3d4aea764810ad8652bec24334502ed6a13b4937652f138b5c572f63_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:90c5c064c3286eb543578f63a4bdfe6b9eb45d8b3d988ce07262c91cb54ce6f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:90c5c064c3286eb543578f63a4bdfe6b9eb45d8b3d988ce07262c91cb54ce6f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:1d0d1814f11de86b6e91576f30be5484aabebabdba63fb04d86eab199495be97_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:1d0d1814f11de86b6e91576f30be5484aabebabdba63fb04d86eab199495be97_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1fe947cde003e7ae9fd05608ad3aa74cd2e864252dbb3cd348d5bb4fd6b0f7c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1fe947cde003e7ae9fd05608ad3aa74cd2e864252dbb3cd348d5bb4fd6b0f7c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9c1f99c7e1c3edd7942c77fcf0fe6176f60a546e7933abab5d7a47f6d6c12d00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9c1f99c7e1c3edd7942c77fcf0fe6176f60a546e7933abab5d7a47f6d6c12d00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e2fbd3a84effbf5bcbe5fa7cf4fbc4befdef5ac795b77077307d26e71306f5b2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e2fbd3a84effbf5bcbe5fa7cf4fbc4befdef5ac795b77077307d26e71306f5b2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:90e0b6a10d18cd2a799ed3e08ff6c5358606a7dddf0474dbc3b928bac31e6b42_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:90e0b6a10d18cd2a799ed3e08ff6c5358606a7dddf0474dbc3b928bac31e6b42_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:aea21c2d846a61a1f158e3d0d1b27fea63a4a5c0cef5d6bdbf2168f5827388ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:fe4f7126f78bfc7214447dd695b687e4cf1b76c4146cfe9b443ec55b90611cde_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:f2290cd41371d091bfb7775c1329515356a41d7a25e66ec77ce96a9d40214c41_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:67b168cedc87bbb949c6a8d15a5a00353abed3f0039362a193f25c800d290dc2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4633ef862a775cbc478b42daa7accd18c4b6a207ec440e53e87660b346f69d54_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:29e53ba9bbfc5691f73bf4b767d049a0849269e75be80f6adf66a36e56ac42dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:892c5cdef68d9c8cb0f514f1f9593cae3919b9e6b71d8214c03de512ff0b0ca7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fbe4ae6105099d25b30fd6be15f54764feb8caa3be7df22be69198ffa002d5a5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:90b6079e093d15b41331477436b4fc40a33f60a98a218153da13bbe3589f5aff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b276640b8bf98ac5b79c3fe4ade0376ce53f7d69549f8ecafe6a0f155562902_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:3808907505bd113d4c3243ea676ab41ae02ee97fab21542a67935d9f0b583ea9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:49073ddf698db521c0344e538ecf51d4d509596815b9b9f25bb293f70b004785_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:802685f0f87f03f70da60c90c508bb09fe2e9764838dc9a78994636574d185bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:27d61fedcb2f939969787d03cd3b2f55f99daaea6e4e8d1bfd3ca50d096681ed_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:7ce6a190da9146a5a270ed6f5d28b975e710898f0630db40d0d13ec0ad050fa3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:22cc594e80a75b664a1913f6386b667e0c4128c360c75cbc8a118a92fa552171_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:bd721a1055e20b57dd201300d3a9bf77221df4f43d8a48c47afa64349eba0b21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6374cb59d30eb2e30359a2e3945f2c822a895e2deb51dcb512acb0b11c1ff342_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:0a9b80f1d5c759eca7356107f8a73434c9fb10cb6c5af2ee8cf4bb5c2e5e7826_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:d5160a7bed0548975366f05fe9f4d3ae0d1257c5361f929a411e59c845c2c2b9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:a545d0466568f6190585e98acf7ab5f905b2d53a2276fd5818ee0cb037230c02_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:ce9e429a3d767789b6445f46913e853ff893218149648ab939130a077e1997fc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9bd4e841342984ffe4a9db920ee0d638d22958db6479c272945b11fe3f46d567_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5891892a01f0965ab06d0f587965e381dbe167fa71592a1798ee143f436eb791_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:43c1e6fc70cd0ee8a835368cf7789f87e9b6ba90f34b829ae5824e36bad38c8e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:444cd3417c37d7ecd0c41e5f946633d7903012531adc14454676c9a18e4691b6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:f1cd9edac76506cea9fb6d021e1d0d144839e8e3e54120966c4b4a79b4b66644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:021544394f1664a9129dde5f9005030db14e1447a2ea4aeac554e42f17394e0f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:65423ed02b3805af52268bedbcabbd2ab8c81553199f91dc5e76182ffc293760_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:0ec4bca135ea090df56e31c0a63a733ca41359a91fb60355c5a9274ee009813e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:4d69dc1ec16689670dfce857b48df70208bcc48d3c16c9554ee6d5440d1834a5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:50beceb4b0234f7c4d77866997060ac0309dd26a4b7674f04d82a1ccee0473be_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:96877c6136e69364d0d51e793181d5707b0f00d73f80dd431c3900a7f1c25e8d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:1e271947705a26de876f199425165b2bcfe2b7ac7b1de048f5e7afa76579c7b0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:7616fabeceda8283e20f5660c0eaabbf642af38ef8c572365960ad3adb95cc85_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:868205ad63eb5bb9055b62963d98afcc64d9bc19478a44c00aa3f5f2ae1f8d24_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b50fc773b15ece1af3c758f4ec62fd5e530024aae00af11f0a76ee226d4fe43c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:947658c3d6a71f9c022e739f8ba7a33ba47eeb844214a192e8483c5a1f1e79e2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ef530ea4028933c68382e7df32741468620a4cff9c7e0ecd086ca99fa13a95d0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a0634998a8a0f64f27c00eef82ec9155baeb5348d1583e477b377587f92a3c86_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:54020829fde0e0071ccb8bc923f9c29014d49b69d9641fd4bacb7268448fde7d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9a668c1ce236a09971cfbae4e4f70f86764bb81cf24bf6beacf8c41919da8a1a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:3d278ef5ce89c99a2613d7fdc80ad2b91293925cd4b66192f3686c218f460b76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:3450848336deddad9a426e82d0f9ee1d1865ec743fbbea967be8ce0b53733b8f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:863fe6ed1e60e6b7b56c7f971262846666a225b5189ecd0d6b96105b3cddadb0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:1a72c234b8f818ac392ca123478b815b5423ba42b358174ec2b3a0d22d851d7d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:f18266f3353ae4d734c5b3669be6ae2b22184bc0aec59e0edd1ca5d9b131e6ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1049225e4ddd32f760b7d3a0689f0dd93a8457750020cfbf90a8c3da85c8a514_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:eba226e0f375037e1ea03edfdc17ac846f2be7e095d938ba3b9d819d68cf0e5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5ae39578cfaedc98bce0904bf219c8900fe217478bb6b4b5d462904f597c396f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:5421cbe082d55dd2def88e6a02f8752e0d6002e0a3c7b18a1f61e9364e0c7b79_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:79af1938a9751b3eb8fecfe6352e0be7f7f556e4bb36ce21651e3968885e4663_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:d92f6925cbe17fa5d855082b2a97ed1081a2c3a8c11c7bc338540b8a2a5a3627_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:7448d85231de6e6f0d3ff80b1654e68265e415fdfc76e5a7b0146715212ef344_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:cceda0d3c835c0dc4a456cf507cfb33dd5c616f12a4d6f1118b788512192e206_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:db6a528638cbe445708cd9d2f604224b499344955d2d1dd5d81e67db650c22cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:8edb136c7fcafe3362f331dbcc2a0c8ea80a7cd18b0926cab56173a39521c5d6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:026b64e6810ca743a85df6bd01214518780dc3f6a3dfb270522126cff851c206_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:ea332f642ed5b9562cdd82f66476b4e70cc552de1adb897854e6474d5bfe9c33_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:fa07db0550420668bad77c11ffebc325783f705ce6137a7d85cd3cbd1f5d405a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:dd63d932427f49fd779cfbba214ff501b22f4f52dcfd6411bc27d388dba9ece9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:e4377393edced218bfef27f6f38f305faeaa79e1eafc728f0641713026fcf25e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:885bb03dd896bc0d0e2aa736e158292826cd9fe6c0de0a56c44cad23f92f0484_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:d4afcb3cb8ff1c6452ae3403b19b955503c34da766f5aa8dc3dbb255494e0fa5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:8f54827df6c9263fc8fe18b98e36dcd6051f8318327e73f3d0c131bada4eb658_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:dbd51fec0506d2ffc5b27c27ec2f0dc9679262d0b7883a70d79847d7b8afaa3a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:2b371b7205ec068c43c1f805959267a2e69ffc29a1afeca540594f49c919250b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cb3f9612911cdacb90de6fe35c133d79486321a39aba7f163480fe9b800bbbc6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffb156fc6d7bcbe082f006d640817d1872563874b2b581c544fc5f903dceb0bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ffb156fc6d7bcbe082f006d640817d1872563874b2b581c544fc5f903dceb0bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:67299873662b1454a70eb7baa65f1eef509f6ce449d767f356e9f2b11df0e34d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:5555a8f2ab92ee1c718b1f81517187b2b3eb02b169302f64aa0bfd4917ada485_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2ccb7f13b4317b0d33ac37805efc1063571ef44435b1cb4fb46b4ac1d1c4adbb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:24187c1de4c7841652f4db5da853c34bc26e0384a064c84d1368c14305912c44_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d805261a712408f0062d4aba4c45e145425176aef88bf78fdca9e8821cb42915_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:c8f5a1f9b82067c4783a40a48be7ee2d6c35555d9f4a1879d0f196c36a10d609_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:1b352cf9870e701b21e0dcfcaa19b30cb54e28494ace5b2af17c1d7924f0c482_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:024cabdf7894d6c735e5c65aa98ff00994deeadc3debdf1af4cc7b551d376056_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d4d926cc9227b448003ba60d353f79274e67d32f46a1db8692710700c628e034_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:40363c17a11d26b6aadb55a3a8eb50c2be9a1246a92373c9c37e8942cf0d59b5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:3c82cdb31a8d00dc7416bcc86b5e96fc51c7a0d614b821e82f6439e92b8b30b5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:4e57827f184140a3259356f540691927878587307e92b0810284cb6d983e5b76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:5438c37e66104413a6387e551896be5697d5df1733cc517c2d579e080d3bcf12_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:27725970ffec2136048b51e027f39b77ff3efee8bc19b1afd8d1ab5eb5d4b5b4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:1ee2d18f38d291b11d72418f50d64e3a362f3f67251fc099246c58ddda19602a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:50cad82b963de128d2e2c1c816fa3ab310141c8a77c009875310032ad46792bb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:19ec1b00113867242ec823c2fed55f5aa991c93c8eb2a85ebcf7b97e5a462404_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d36ba26f1e631c0a732a8b17e2e18abd7fe4898dc569fbbff1f541611349542a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:475506c3b8d93e222c14b175b3c781ed06e73f929b9bcdd32aa369014f77d5a5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:924fa56c439dee453146e5353aaee8ae1a6fb0d26e45c2bba975bd14f959327b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:9ad9846673b581978570d146ee548f92afc9165a2b069164903c38f9ecbae50b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d36ba26f1e631c0a732a8b17e2e18abd7fe4898dc569fbbff1f541611349542a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:475506c3b8d93e222c14b175b3c781ed06e73f929b9bcdd32aa369014f77d5a5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8404aaed34fdf6d4ad8b280eeadfc07ce65317b328bd9fb42d87e3eb79d54473_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:1c880a1fb1587cbaaaedafd308a09c2d8141a6b30cfd04601bc0077fe4f44eed_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:97b6ccfeec3af2cd7e771a6c9cf5b9015d8da3d486ec25887d6b10cac7db2037_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:6e086cbf3d25cd41b5272e6208ccba5d1a849c15c6b91e96ee21561fb051cb26_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:ccc4b2291ccac190f5070746ff65d44683cb3fd03dcc4ceee11bba75f30e35be_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:9c5ecc5187aef4b760a92ed26541e254b48f1f7aac456fd6e22d36ed5f7163e3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e1dc1da17f539c968496aed6d0fbad5518e2fe4680834333006a4bcba8bb4b43_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f931109b463314485d63d46cb4c536664b5aa22538656a7c0a7cd4b26cf67c79_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:9dbcc9f8c68e0525b2b3bd87fbfb1b94b0914a5abde6ca22e234cfec3126a711_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a963d9403644a2c1e5ba14a146ee168f15f7b538de0f65027b9e6745b3a0b3bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4fbf04be32d4eb46e8c47b1eea19419e46a2f9e8eab66b565b5cf581b727ff5b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5d3320348fa12473103789b67288275f40badfed981815e7796685929890f75e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:36d6f386e55bd7bd95dd7e6cb5a22b157c695ff0fa16fe5f28a47f818aed3ca2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:a72f2afd2b1fcbbd6c80f2f4ba63f64fee18c0a9a881bafd8ea120360aa985cf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:858697bb19694cc5a1bd2a73acebb61a0603f26d0128d8b68e995d271cad4e65_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:493f78b812331de11cf821738631940d5f992d451249b972b9c1a78274fff362_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0fe7322cbfeaac4a03f1d9f90177850faba9a7b4b539cff06a56f87337016028_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:0445312a8dcd699a2c04eb5ec2703d227215cbd3eb278d65d64d3018fa6c8cd6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:55d851739ea425c4f86f4a93d559d438757204d05cd5897eea39a025c1d73710_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3e2999d1fee9b828ecb4c9348c28bff3197538f89dfc301274e26299582ebccd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:64f65a7d9ac04606d30e9238b037aba498adf5cc9947b71b75cf3a3d7dcb15d7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b9fc9a458b342c3a1ca17aa6d77092790990181203d152f489108fa0718ab250_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:03f982ed751c6689d1d7c23bbd225687a2ed201bfd5e31f9e920d32ecb21c700_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:298f961b401ea83d13de81b179a8e0065a98840e3f8954299e16a8ee7097ddfc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:200ec6b74c740d4f66d0256d276c9f0729cd5842bc77e2e12a9c111b5247bb25_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:32b5b858041fba4358b20ee29279e598219b97d3d92fa86d771b320fa2c046db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:ef1cecdfb2272c882d8fde31874a877f3ca4a11a0fada248c5ff02db33ac1c3d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:66a83e45ce7efb211c6b463c47f07c1e616466fe89760251d04d03386b4141f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7fedffdbf3276db7ee981e0833e5f2d31266f20131f92e7e9449528f17802a28_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:666435adfb42673b275da73506b9d30dba06c0c259cdce46abdfa09e732636e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:ef448e159ef74036bbe0e8cbdf523df3120b8ade6a278aa5e845ac41645b517e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:48f32025b28312d781574d1d21ec6a15358582db5f58bcc76dc9c8992ef39773_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:7cd155e29f0d57cfe3fa09f2802c700e52c3f54a940c1360bac107fb9d9678db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:7ef9484934c28e9bfc182cab79548ae69222f352eda4da1c83b731c52b27c118_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:87f94c90ac7853dd8fb3d26c19ab994ef67c2c044dc09544c4d5a2c639aebb0a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:802ee595e75bb69a4d3ce85c6064a666e802cfc22bc0fae0cbc71a013480a41e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1a7721391d5e5229956ee04af93aaed4a0033bcd7886f3731d88e8f5ebaa660b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:18ba0adffed79f93d787cf4eeba0e5e862fcbac14a4e833665c3544c7d05b04e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:d9c8b7b29082e0071d987ca9416a37de68130e4fae83e22420adb36aa75d3d99_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:20774d555410218f3f8f9c72be2e83513fd1459e7763af492afa6e60ad247f02_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:da9d00f5cb478610145f7e6e5815a3c32dcc0aae7f144693c4127659ec08b744_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:f23b05590dd97760f99d83122c6780e2b2138b48307f0b567168a060b1f42406_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a1a1d63258056641c60eed9bca842324e834f9cb716f85d976a765a2264bb6cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:006ba1f0a51bd4d09c7218964c9e4c17a884a71c9c645312948f219938401631_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:bb2bdf31be4d7e2891f1e9ed95a61142c322e23e6199b9238ec864dd5fa98396_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:37be8cb1369576faa6d39dd80fd57f06e7fde58b5860a995376327187fa1ba64_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:007f6bfdd2a1815cfbe843ec010e8435eb5c27803c068c8df0ea021d908c7d15_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:007f6bfdd2a1815cfbe843ec010e8435eb5c27803c068c8df0ea021d908c7d15_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a9de8173161d6182450d80924950001099e26c85804c9edee49efb6db065edd1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:9077ada32311d75e6ac864537beb469e77b82470bfcb95770d4034d5b2c9ab75_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:81dbcd562cbf2878c9a3a0c3a161d0610fb3497e60b82ad1c53a973da9ec4ebd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0c063192dc09314921fa230b9c6892d7dbefc5e81dc8216f5fca9cac783fa329_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:9de757a1848f3fad420ba951f8983e9e11545952e14777c0eee97c89da34de1c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:44a2a0acdabbabfd2067d9095476eea02a0f9063963aa5fc690f6b436a73de9b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:2d69dc46b7b26e61f18f8beef30dc7156beeb466130471f71ba9134530e12226_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:e918938229a8cd0a8cfe26b3f3dc5cf90efbc2e15759c3b942f361e8c26553de_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:be8bd31905004e04a2b7c2bf38768f243f832540570196c51f9e72d7c58bfe17_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:6da297ae2918c576bb1e6f193d748382008b4e348ccbb760669a5f7c6309c55d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:01cb11292268620a8c8d7c0d5af524507e1712ff149c2173fa97f64274e1b42d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:fdf98037d6bd27e32adb30802c6567b781d76b53aac3afaa78b9c9e4650e914e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2a7242bf8f44e46a679205d46bca0751a6e06f5ee05dc5181031064ed86e2a26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:f047ff65da1497ccdf543fb1d64ee02bd4ddb868d1109c6c9dc32980739182f0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:b4407fdb242f75ebfde70eafb226d00db6c3d585036355d886481bdd0ebf8eb8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4311cfd1c3688b7d8d9b78d3fe7e5a0fd88629f1b5c2c4563c75a57469deecf6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c22970770b0f5073c41b5eceb11ca7a8420b8211fe75167ecbb9deab8a1a7005_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:b930fa3dc047d889a8033b6fa54e70a91535febb3d280fe00c905b11ed8153c7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:9294d9872dd052df222105012b3b633f2bca7f9f24e604d5af9295eebb745637_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:7d300004537072646938a9b5b04be2f2362b607202c40ec711b228f918aedb53_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:3d93e76ba488c1cfdb1fd4389e9ca6da0b55a057ce8f3d73e9c0fb07a54dc012_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:02a18e4de945b0d2fee7b7855fdee1a81478981be1354e5adb7d50ddf9d4cc6f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:f59a8929240fdf9d0d2d4222a513719e1cb74bd5fea4a3da6c7a8cd8609a9d7d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:10eaf3339776c65dfbad1617791b4d1ca2966b7e4784103d57e665c84da69838_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:e4b25dc5016ad3cb13c2f30c3b05f3d79905beecabe5c8f34a64583f337ce7f7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:ca133f881064998b88a22a614a9f1482a6800d62e6e471e6564a06368d9d8e37_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:b4fed0a437eb0fe877cf9fc60700db3e43fa473c0a76758b1a639c510310417c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:19caaf6e0ada0bf1a9db10789345a57fd8b6e1c733b4edebc0e6bb7a72f7aa50_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:ea89552848a0bf436c273fad7e32b1f45fe5cbdc75b90e7a51dd590f210d8ff5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:a107fb6023155633692534f60caa9a4601dc7cf94e561aa75e73c439f2358be7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9f59a263e4a76422cc5e3e5630ad8539ab52c8551a05f18158a1bf9bbdc61ee4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:3dd44e11ad96656010ae6f3edab21bc1b7aff95c546a4f5848c9205615bcbf24_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:3be950222006c82f1f5823e56cb7f047781962dd45d3979ad130839ab13fdc2e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:30dd14dfd511e8aaa8b642d33767adc4d0d0d63d587dba955b9ccc81af28d5a5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3e5884001da477ffcabcc3e8bcf7bca2d9df454f3a5c6f8b27e7e05998e92c29_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f9640ed1601fd9ed6f85e48f38406195f2acbf6d2ad6e63109067303f2140a6e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2d538ceb3d4aea764810ad8652bec24334502ed6a13b4937652f138b5c572f63_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2d538ceb3d4aea764810ad8652bec24334502ed6a13b4937652f138b5c572f63_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:90c5c064c3286eb543578f63a4bdfe6b9eb45d8b3d988ce07262c91cb54ce6f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:90c5c064c3286eb543578f63a4bdfe6b9eb45d8b3d988ce07262c91cb54ce6f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:1d0d1814f11de86b6e91576f30be5484aabebabdba63fb04d86eab199495be97_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:1d0d1814f11de86b6e91576f30be5484aabebabdba63fb04d86eab199495be97_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1fe947cde003e7ae9fd05608ad3aa74cd2e864252dbb3cd348d5bb4fd6b0f7c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1fe947cde003e7ae9fd05608ad3aa74cd2e864252dbb3cd348d5bb4fd6b0f7c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9c1f99c7e1c3edd7942c77fcf0fe6176f60a546e7933abab5d7a47f6d6c12d00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9c1f99c7e1c3edd7942c77fcf0fe6176f60a546e7933abab5d7a47f6d6c12d00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e2fbd3a84effbf5bcbe5fa7cf4fbc4befdef5ac795b77077307d26e71306f5b2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e2fbd3a84effbf5bcbe5fa7cf4fbc4befdef5ac795b77077307d26e71306f5b2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:90e0b6a10d18cd2a799ed3e08ff6c5358606a7dddf0474dbc3b928bac31e6b42_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:90e0b6a10d18cd2a799ed3e08ff6c5358606a7dddf0474dbc3b928bac31e6b42_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:aea21c2d846a61a1f158e3d0d1b27fea63a4a5c0cef5d6bdbf2168f5827388ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:fe4f7126f78bfc7214447dd695b687e4cf1b76c4146cfe9b443ec55b90611cde_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:f2290cd41371d091bfb7775c1329515356a41d7a25e66ec77ce96a9d40214c41_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:67b168cedc87bbb949c6a8d15a5a00353abed3f0039362a193f25c800d290dc2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4633ef862a775cbc478b42daa7accd18c4b6a207ec440e53e87660b346f69d54_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:29e53ba9bbfc5691f73bf4b767d049a0849269e75be80f6adf66a36e56ac42dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:892c5cdef68d9c8cb0f514f1f9593cae3919b9e6b71d8214c03de512ff0b0ca7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fbe4ae6105099d25b30fd6be15f54764feb8caa3be7df22be69198ffa002d5a5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:90b6079e093d15b41331477436b4fc40a33f60a98a218153da13bbe3589f5aff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b276640b8bf98ac5b79c3fe4ade0376ce53f7d69549f8ecafe6a0f155562902_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:3808907505bd113d4c3243ea676ab41ae02ee97fab21542a67935d9f0b583ea9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:49073ddf698db521c0344e538ecf51d4d509596815b9b9f25bb293f70b004785_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:802685f0f87f03f70da60c90c508bb09fe2e9764838dc9a78994636574d185bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:27d61fedcb2f939969787d03cd3b2f55f99daaea6e4e8d1bfd3ca50d096681ed_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:7ce6a190da9146a5a270ed6f5d28b975e710898f0630db40d0d13ec0ad050fa3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:22cc594e80a75b664a1913f6386b667e0c4128c360c75cbc8a118a92fa552171_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:bd721a1055e20b57dd201300d3a9bf77221df4f43d8a48c47afa64349eba0b21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6374cb59d30eb2e30359a2e3945f2c822a895e2deb51dcb512acb0b11c1ff342_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:0a9b80f1d5c759eca7356107f8a73434c9fb10cb6c5af2ee8cf4bb5c2e5e7826_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:d5160a7bed0548975366f05fe9f4d3ae0d1257c5361f929a411e59c845c2c2b9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:a545d0466568f6190585e98acf7ab5f905b2d53a2276fd5818ee0cb037230c02_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:ce9e429a3d767789b6445f46913e853ff893218149648ab939130a077e1997fc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9bd4e841342984ffe4a9db920ee0d638d22958db6479c272945b11fe3f46d567_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5891892a01f0965ab06d0f587965e381dbe167fa71592a1798ee143f436eb791_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:43c1e6fc70cd0ee8a835368cf7789f87e9b6ba90f34b829ae5824e36bad38c8e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:444cd3417c37d7ecd0c41e5f946633d7903012531adc14454676c9a18e4691b6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:f1cd9edac76506cea9fb6d021e1d0d144839e8e3e54120966c4b4a79b4b66644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:021544394f1664a9129dde5f9005030db14e1447a2ea4aeac554e42f17394e0f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:65423ed02b3805af52268bedbcabbd2ab8c81553199f91dc5e76182ffc293760_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:0ec4bca135ea090df56e31c0a63a733ca41359a91fb60355c5a9274ee009813e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:4d69dc1ec16689670dfce857b48df70208bcc48d3c16c9554ee6d5440d1834a5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:50beceb4b0234f7c4d77866997060ac0309dd26a4b7674f04d82a1ccee0473be_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:96877c6136e69364d0d51e793181d5707b0f00d73f80dd431c3900a7f1c25e8d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:1e271947705a26de876f199425165b2bcfe2b7ac7b1de048f5e7afa76579c7b0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:7616fabeceda8283e20f5660c0eaabbf642af38ef8c572365960ad3adb95cc85_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:868205ad63eb5bb9055b62963d98afcc64d9bc19478a44c00aa3f5f2ae1f8d24_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b50fc773b15ece1af3c758f4ec62fd5e530024aae00af11f0a76ee226d4fe43c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:947658c3d6a71f9c022e739f8ba7a33ba47eeb844214a192e8483c5a1f1e79e2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ef530ea4028933c68382e7df32741468620a4cff9c7e0ecd086ca99fa13a95d0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a0634998a8a0f64f27c00eef82ec9155baeb5348d1583e477b377587f92a3c86_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:54020829fde0e0071ccb8bc923f9c29014d49b69d9641fd4bacb7268448fde7d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9a668c1ce236a09971cfbae4e4f70f86764bb81cf24bf6beacf8c41919da8a1a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:3d278ef5ce89c99a2613d7fdc80ad2b91293925cd4b66192f3686c218f460b76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:3450848336deddad9a426e82d0f9ee1d1865ec743fbbea967be8ce0b53733b8f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:863fe6ed1e60e6b7b56c7f971262846666a225b5189ecd0d6b96105b3cddadb0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:1a72c234b8f818ac392ca123478b815b5423ba42b358174ec2b3a0d22d851d7d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:f18266f3353ae4d734c5b3669be6ae2b22184bc0aec59e0edd1ca5d9b131e6ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1049225e4ddd32f760b7d3a0689f0dd93a8457750020cfbf90a8c3da85c8a514_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:eba226e0f375037e1ea03edfdc17ac846f2be7e095d938ba3b9d819d68cf0e5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5ae39578cfaedc98bce0904bf219c8900fe217478bb6b4b5d462904f597c396f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:5421cbe082d55dd2def88e6a02f8752e0d6002e0a3c7b18a1f61e9364e0c7b79_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:79af1938a9751b3eb8fecfe6352e0be7f7f556e4bb36ce21651e3968885e4663_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:d92f6925cbe17fa5d855082b2a97ed1081a2c3a8c11c7bc338540b8a2a5a3627_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:7448d85231de6e6f0d3ff80b1654e68265e415fdfc76e5a7b0146715212ef344_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:cceda0d3c835c0dc4a456cf507cfb33dd5c616f12a4d6f1118b788512192e206_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:db6a528638cbe445708cd9d2f604224b499344955d2d1dd5d81e67db650c22cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:8edb136c7fcafe3362f331dbcc2a0c8ea80a7cd18b0926cab56173a39521c5d6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:026b64e6810ca743a85df6bd01214518780dc3f6a3dfb270522126cff851c206_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:ea332f642ed5b9562cdd82f66476b4e70cc552de1adb897854e6474d5bfe9c33_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:fa07db0550420668bad77c11ffebc325783f705ce6137a7d85cd3cbd1f5d405a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:dd63d932427f49fd779cfbba214ff501b22f4f52dcfd6411bc27d388dba9ece9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:e4377393edced218bfef27f6f38f305faeaa79e1eafc728f0641713026fcf25e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:885bb03dd896bc0d0e2aa736e158292826cd9fe6c0de0a56c44cad23f92f0484_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:d4afcb3cb8ff1c6452ae3403b19b955503c34da766f5aa8dc3dbb255494e0fa5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:8f54827df6c9263fc8fe18b98e36dcd6051f8318327e73f3d0c131bada4eb658_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:dbd51fec0506d2ffc5b27c27ec2f0dc9679262d0b7883a70d79847d7b8afaa3a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:2b371b7205ec068c43c1f805959267a2e69ffc29a1afeca540594f49c919250b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cb3f9612911cdacb90de6fe35c133d79486321a39aba7f163480fe9b800bbbc6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffb156fc6d7bcbe082f006d640817d1872563874b2b581c544fc5f903dceb0bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ffb156fc6d7bcbe082f006d640817d1872563874b2b581c544fc5f903dceb0bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:67299873662b1454a70eb7baa65f1eef509f6ce449d767f356e9f2b11df0e34d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:5555a8f2ab92ee1c718b1f81517187b2b3eb02b169302f64aa0bfd4917ada485_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2ccb7f13b4317b0d33ac37805efc1063571ef44435b1cb4fb46b4ac1d1c4adbb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:24187c1de4c7841652f4db5da853c34bc26e0384a064c84d1368c14305912c44_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d805261a712408f0062d4aba4c45e145425176aef88bf78fdca9e8821cb42915_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:c8f5a1f9b82067c4783a40a48be7ee2d6c35555d9f4a1879d0f196c36a10d609_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:1b352cf9870e701b21e0dcfcaa19b30cb54e28494ace5b2af17c1d7924f0c482_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:024cabdf7894d6c735e5c65aa98ff00994deeadc3debdf1af4cc7b551d376056_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d4d926cc9227b448003ba60d353f79274e67d32f46a1db8692710700c628e034_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:40363c17a11d26b6aadb55a3a8eb50c2be9a1246a92373c9c37e8942cf0d59b5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:3c82cdb31a8d00dc7416bcc86b5e96fc51c7a0d614b821e82f6439e92b8b30b5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:4e57827f184140a3259356f540691927878587307e92b0810284cb6d983e5b76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:5438c37e66104413a6387e551896be5697d5df1733cc517c2d579e080d3bcf12_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:27725970ffec2136048b51e027f39b77ff3efee8bc19b1afd8d1ab5eb5d4b5b4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:1ee2d18f38d291b11d72418f50d64e3a362f3f67251fc099246c58ddda19602a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:50cad82b963de128d2e2c1c816fa3ab310141c8a77c009875310032ad46792bb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:19ec1b00113867242ec823c2fed55f5aa991c93c8eb2a85ebcf7b97e5a462404_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d36ba26f1e631c0a732a8b17e2e18abd7fe4898dc569fbbff1f541611349542a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:475506c3b8d93e222c14b175b3c781ed06e73f929b9bcdd32aa369014f77d5a5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:924fa56c439dee453146e5353aaee8ae1a6fb0d26e45c2bba975bd14f959327b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:9ad9846673b581978570d146ee548f92afc9165a2b069164903c38f9ecbae50b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d36ba26f1e631c0a732a8b17e2e18abd7fe4898dc569fbbff1f541611349542a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:475506c3b8d93e222c14b175b3c781ed06e73f929b9bcdd32aa369014f77d5a5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8404aaed34fdf6d4ad8b280eeadfc07ce65317b328bd9fb42d87e3eb79d54473_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:1c880a1fb1587cbaaaedafd308a09c2d8141a6b30cfd04601bc0077fe4f44eed_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:97b6ccfeec3af2cd7e771a6c9cf5b9015d8da3d486ec25887d6b10cac7db2037_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:6e086cbf3d25cd41b5272e6208ccba5d1a849c15c6b91e96ee21561fb051cb26_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-23T03:23:41+00:00",
"details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html/release_notes\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\n The sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is af436630f9002ba9e9eab19aa9cdffd1e72bec29af620be7f6934d635b64d8dd\n\nAll OpenShift Container Platform 4.13 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html-single/updating_clusters/index#updating-cluster-within-minor.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:ccc4b2291ccac190f5070746ff65d44683cb3fd03dcc4ceee11bba75f30e35be_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:18241"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:9c5ecc5187aef4b760a92ed26541e254b48f1f7aac456fd6e22d36ed5f7163e3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e1dc1da17f539c968496aed6d0fbad5518e2fe4680834333006a4bcba8bb4b43_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f931109b463314485d63d46cb4c536664b5aa22538656a7c0a7cd4b26cf67c79_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:9dbcc9f8c68e0525b2b3bd87fbfb1b94b0914a5abde6ca22e234cfec3126a711_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a963d9403644a2c1e5ba14a146ee168f15f7b538de0f65027b9e6745b3a0b3bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4fbf04be32d4eb46e8c47b1eea19419e46a2f9e8eab66b565b5cf581b727ff5b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5d3320348fa12473103789b67288275f40badfed981815e7796685929890f75e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:36d6f386e55bd7bd95dd7e6cb5a22b157c695ff0fa16fe5f28a47f818aed3ca2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:a72f2afd2b1fcbbd6c80f2f4ba63f64fee18c0a9a881bafd8ea120360aa985cf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:858697bb19694cc5a1bd2a73acebb61a0603f26d0128d8b68e995d271cad4e65_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:493f78b812331de11cf821738631940d5f992d451249b972b9c1a78274fff362_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0fe7322cbfeaac4a03f1d9f90177850faba9a7b4b539cff06a56f87337016028_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:0445312a8dcd699a2c04eb5ec2703d227215cbd3eb278d65d64d3018fa6c8cd6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:55d851739ea425c4f86f4a93d559d438757204d05cd5897eea39a025c1d73710_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3e2999d1fee9b828ecb4c9348c28bff3197538f89dfc301274e26299582ebccd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:64f65a7d9ac04606d30e9238b037aba498adf5cc9947b71b75cf3a3d7dcb15d7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b9fc9a458b342c3a1ca17aa6d77092790990181203d152f489108fa0718ab250_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:03f982ed751c6689d1d7c23bbd225687a2ed201bfd5e31f9e920d32ecb21c700_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:298f961b401ea83d13de81b179a8e0065a98840e3f8954299e16a8ee7097ddfc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:200ec6b74c740d4f66d0256d276c9f0729cd5842bc77e2e12a9c111b5247bb25_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:32b5b858041fba4358b20ee29279e598219b97d3d92fa86d771b320fa2c046db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:ef1cecdfb2272c882d8fde31874a877f3ca4a11a0fada248c5ff02db33ac1c3d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:66a83e45ce7efb211c6b463c47f07c1e616466fe89760251d04d03386b4141f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7fedffdbf3276db7ee981e0833e5f2d31266f20131f92e7e9449528f17802a28_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:666435adfb42673b275da73506b9d30dba06c0c259cdce46abdfa09e732636e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:ef448e159ef74036bbe0e8cbdf523df3120b8ade6a278aa5e845ac41645b517e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:48f32025b28312d781574d1d21ec6a15358582db5f58bcc76dc9c8992ef39773_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:7cd155e29f0d57cfe3fa09f2802c700e52c3f54a940c1360bac107fb9d9678db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:7ef9484934c28e9bfc182cab79548ae69222f352eda4da1c83b731c52b27c118_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:87f94c90ac7853dd8fb3d26c19ab994ef67c2c044dc09544c4d5a2c639aebb0a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:802ee595e75bb69a4d3ce85c6064a666e802cfc22bc0fae0cbc71a013480a41e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1a7721391d5e5229956ee04af93aaed4a0033bcd7886f3731d88e8f5ebaa660b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:18ba0adffed79f93d787cf4eeba0e5e862fcbac14a4e833665c3544c7d05b04e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:d9c8b7b29082e0071d987ca9416a37de68130e4fae83e22420adb36aa75d3d99_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:20774d555410218f3f8f9c72be2e83513fd1459e7763af492afa6e60ad247f02_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:da9d00f5cb478610145f7e6e5815a3c32dcc0aae7f144693c4127659ec08b744_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:f23b05590dd97760f99d83122c6780e2b2138b48307f0b567168a060b1f42406_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a1a1d63258056641c60eed9bca842324e834f9cb716f85d976a765a2264bb6cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:006ba1f0a51bd4d09c7218964c9e4c17a884a71c9c645312948f219938401631_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:bb2bdf31be4d7e2891f1e9ed95a61142c322e23e6199b9238ec864dd5fa98396_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:37be8cb1369576faa6d39dd80fd57f06e7fde58b5860a995376327187fa1ba64_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:007f6bfdd2a1815cfbe843ec010e8435eb5c27803c068c8df0ea021d908c7d15_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:007f6bfdd2a1815cfbe843ec010e8435eb5c27803c068c8df0ea021d908c7d15_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a9de8173161d6182450d80924950001099e26c85804c9edee49efb6db065edd1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:9077ada32311d75e6ac864537beb469e77b82470bfcb95770d4034d5b2c9ab75_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:81dbcd562cbf2878c9a3a0c3a161d0610fb3497e60b82ad1c53a973da9ec4ebd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0c063192dc09314921fa230b9c6892d7dbefc5e81dc8216f5fca9cac783fa329_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:9de757a1848f3fad420ba951f8983e9e11545952e14777c0eee97c89da34de1c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:44a2a0acdabbabfd2067d9095476eea02a0f9063963aa5fc690f6b436a73de9b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:2d69dc46b7b26e61f18f8beef30dc7156beeb466130471f71ba9134530e12226_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:e918938229a8cd0a8cfe26b3f3dc5cf90efbc2e15759c3b942f361e8c26553de_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:be8bd31905004e04a2b7c2bf38768f243f832540570196c51f9e72d7c58bfe17_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:6da297ae2918c576bb1e6f193d748382008b4e348ccbb760669a5f7c6309c55d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:01cb11292268620a8c8d7c0d5af524507e1712ff149c2173fa97f64274e1b42d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:fdf98037d6bd27e32adb30802c6567b781d76b53aac3afaa78b9c9e4650e914e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2a7242bf8f44e46a679205d46bca0751a6e06f5ee05dc5181031064ed86e2a26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:f047ff65da1497ccdf543fb1d64ee02bd4ddb868d1109c6c9dc32980739182f0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:b4407fdb242f75ebfde70eafb226d00db6c3d585036355d886481bdd0ebf8eb8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4311cfd1c3688b7d8d9b78d3fe7e5a0fd88629f1b5c2c4563c75a57469deecf6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c22970770b0f5073c41b5eceb11ca7a8420b8211fe75167ecbb9deab8a1a7005_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:b930fa3dc047d889a8033b6fa54e70a91535febb3d280fe00c905b11ed8153c7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:9294d9872dd052df222105012b3b633f2bca7f9f24e604d5af9295eebb745637_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:7d300004537072646938a9b5b04be2f2362b607202c40ec711b228f918aedb53_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:3d93e76ba488c1cfdb1fd4389e9ca6da0b55a057ce8f3d73e9c0fb07a54dc012_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:02a18e4de945b0d2fee7b7855fdee1a81478981be1354e5adb7d50ddf9d4cc6f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:f59a8929240fdf9d0d2d4222a513719e1cb74bd5fea4a3da6c7a8cd8609a9d7d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:10eaf3339776c65dfbad1617791b4d1ca2966b7e4784103d57e665c84da69838_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:e4b25dc5016ad3cb13c2f30c3b05f3d79905beecabe5c8f34a64583f337ce7f7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:ca133f881064998b88a22a614a9f1482a6800d62e6e471e6564a06368d9d8e37_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:b4fed0a437eb0fe877cf9fc60700db3e43fa473c0a76758b1a639c510310417c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:19caaf6e0ada0bf1a9db10789345a57fd8b6e1c733b4edebc0e6bb7a72f7aa50_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:ea89552848a0bf436c273fad7e32b1f45fe5cbdc75b90e7a51dd590f210d8ff5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:a107fb6023155633692534f60caa9a4601dc7cf94e561aa75e73c439f2358be7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9f59a263e4a76422cc5e3e5630ad8539ab52c8551a05f18158a1bf9bbdc61ee4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:3dd44e11ad96656010ae6f3edab21bc1b7aff95c546a4f5848c9205615bcbf24_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:3be950222006c82f1f5823e56cb7f047781962dd45d3979ad130839ab13fdc2e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:30dd14dfd511e8aaa8b642d33767adc4d0d0d63d587dba955b9ccc81af28d5a5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3e5884001da477ffcabcc3e8bcf7bca2d9df454f3a5c6f8b27e7e05998e92c29_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f9640ed1601fd9ed6f85e48f38406195f2acbf6d2ad6e63109067303f2140a6e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2d538ceb3d4aea764810ad8652bec24334502ed6a13b4937652f138b5c572f63_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2d538ceb3d4aea764810ad8652bec24334502ed6a13b4937652f138b5c572f63_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:90c5c064c3286eb543578f63a4bdfe6b9eb45d8b3d988ce07262c91cb54ce6f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:90c5c064c3286eb543578f63a4bdfe6b9eb45d8b3d988ce07262c91cb54ce6f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:1d0d1814f11de86b6e91576f30be5484aabebabdba63fb04d86eab199495be97_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:1d0d1814f11de86b6e91576f30be5484aabebabdba63fb04d86eab199495be97_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1fe947cde003e7ae9fd05608ad3aa74cd2e864252dbb3cd348d5bb4fd6b0f7c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1fe947cde003e7ae9fd05608ad3aa74cd2e864252dbb3cd348d5bb4fd6b0f7c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9c1f99c7e1c3edd7942c77fcf0fe6176f60a546e7933abab5d7a47f6d6c12d00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9c1f99c7e1c3edd7942c77fcf0fe6176f60a546e7933abab5d7a47f6d6c12d00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e2fbd3a84effbf5bcbe5fa7cf4fbc4befdef5ac795b77077307d26e71306f5b2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e2fbd3a84effbf5bcbe5fa7cf4fbc4befdef5ac795b77077307d26e71306f5b2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:90e0b6a10d18cd2a799ed3e08ff6c5358606a7dddf0474dbc3b928bac31e6b42_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:90e0b6a10d18cd2a799ed3e08ff6c5358606a7dddf0474dbc3b928bac31e6b42_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:aea21c2d846a61a1f158e3d0d1b27fea63a4a5c0cef5d6bdbf2168f5827388ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:fe4f7126f78bfc7214447dd695b687e4cf1b76c4146cfe9b443ec55b90611cde_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:f2290cd41371d091bfb7775c1329515356a41d7a25e66ec77ce96a9d40214c41_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:67b168cedc87bbb949c6a8d15a5a00353abed3f0039362a193f25c800d290dc2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4633ef862a775cbc478b42daa7accd18c4b6a207ec440e53e87660b346f69d54_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:29e53ba9bbfc5691f73bf4b767d049a0849269e75be80f6adf66a36e56ac42dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:892c5cdef68d9c8cb0f514f1f9593cae3919b9e6b71d8214c03de512ff0b0ca7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fbe4ae6105099d25b30fd6be15f54764feb8caa3be7df22be69198ffa002d5a5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:90b6079e093d15b41331477436b4fc40a33f60a98a218153da13bbe3589f5aff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b276640b8bf98ac5b79c3fe4ade0376ce53f7d69549f8ecafe6a0f155562902_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:3808907505bd113d4c3243ea676ab41ae02ee97fab21542a67935d9f0b583ea9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:49073ddf698db521c0344e538ecf51d4d509596815b9b9f25bb293f70b004785_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:802685f0f87f03f70da60c90c508bb09fe2e9764838dc9a78994636574d185bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:27d61fedcb2f939969787d03cd3b2f55f99daaea6e4e8d1bfd3ca50d096681ed_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:7ce6a190da9146a5a270ed6f5d28b975e710898f0630db40d0d13ec0ad050fa3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:22cc594e80a75b664a1913f6386b667e0c4128c360c75cbc8a118a92fa552171_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:bd721a1055e20b57dd201300d3a9bf77221df4f43d8a48c47afa64349eba0b21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6374cb59d30eb2e30359a2e3945f2c822a895e2deb51dcb512acb0b11c1ff342_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:0a9b80f1d5c759eca7356107f8a73434c9fb10cb6c5af2ee8cf4bb5c2e5e7826_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:d5160a7bed0548975366f05fe9f4d3ae0d1257c5361f929a411e59c845c2c2b9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:a545d0466568f6190585e98acf7ab5f905b2d53a2276fd5818ee0cb037230c02_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:ce9e429a3d767789b6445f46913e853ff893218149648ab939130a077e1997fc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9bd4e841342984ffe4a9db920ee0d638d22958db6479c272945b11fe3f46d567_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5891892a01f0965ab06d0f587965e381dbe167fa71592a1798ee143f436eb791_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:43c1e6fc70cd0ee8a835368cf7789f87e9b6ba90f34b829ae5824e36bad38c8e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:444cd3417c37d7ecd0c41e5f946633d7903012531adc14454676c9a18e4691b6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:f1cd9edac76506cea9fb6d021e1d0d144839e8e3e54120966c4b4a79b4b66644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:021544394f1664a9129dde5f9005030db14e1447a2ea4aeac554e42f17394e0f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:65423ed02b3805af52268bedbcabbd2ab8c81553199f91dc5e76182ffc293760_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:0ec4bca135ea090df56e31c0a63a733ca41359a91fb60355c5a9274ee009813e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:4d69dc1ec16689670dfce857b48df70208bcc48d3c16c9554ee6d5440d1834a5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:50beceb4b0234f7c4d77866997060ac0309dd26a4b7674f04d82a1ccee0473be_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:96877c6136e69364d0d51e793181d5707b0f00d73f80dd431c3900a7f1c25e8d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:1e271947705a26de876f199425165b2bcfe2b7ac7b1de048f5e7afa76579c7b0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:7616fabeceda8283e20f5660c0eaabbf642af38ef8c572365960ad3adb95cc85_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:868205ad63eb5bb9055b62963d98afcc64d9bc19478a44c00aa3f5f2ae1f8d24_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b50fc773b15ece1af3c758f4ec62fd5e530024aae00af11f0a76ee226d4fe43c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:947658c3d6a71f9c022e739f8ba7a33ba47eeb844214a192e8483c5a1f1e79e2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ef530ea4028933c68382e7df32741468620a4cff9c7e0ecd086ca99fa13a95d0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a0634998a8a0f64f27c00eef82ec9155baeb5348d1583e477b377587f92a3c86_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:54020829fde0e0071ccb8bc923f9c29014d49b69d9641fd4bacb7268448fde7d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9a668c1ce236a09971cfbae4e4f70f86764bb81cf24bf6beacf8c41919da8a1a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:3d278ef5ce89c99a2613d7fdc80ad2b91293925cd4b66192f3686c218f460b76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:3450848336deddad9a426e82d0f9ee1d1865ec743fbbea967be8ce0b53733b8f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:863fe6ed1e60e6b7b56c7f971262846666a225b5189ecd0d6b96105b3cddadb0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:1a72c234b8f818ac392ca123478b815b5423ba42b358174ec2b3a0d22d851d7d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:f18266f3353ae4d734c5b3669be6ae2b22184bc0aec59e0edd1ca5d9b131e6ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1049225e4ddd32f760b7d3a0689f0dd93a8457750020cfbf90a8c3da85c8a514_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:eba226e0f375037e1ea03edfdc17ac846f2be7e095d938ba3b9d819d68cf0e5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5ae39578cfaedc98bce0904bf219c8900fe217478bb6b4b5d462904f597c396f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:5421cbe082d55dd2def88e6a02f8752e0d6002e0a3c7b18a1f61e9364e0c7b79_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:79af1938a9751b3eb8fecfe6352e0be7f7f556e4bb36ce21651e3968885e4663_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:d92f6925cbe17fa5d855082b2a97ed1081a2c3a8c11c7bc338540b8a2a5a3627_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:7448d85231de6e6f0d3ff80b1654e68265e415fdfc76e5a7b0146715212ef344_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:cceda0d3c835c0dc4a456cf507cfb33dd5c616f12a4d6f1118b788512192e206_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:db6a528638cbe445708cd9d2f604224b499344955d2d1dd5d81e67db650c22cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:8edb136c7fcafe3362f331dbcc2a0c8ea80a7cd18b0926cab56173a39521c5d6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:026b64e6810ca743a85df6bd01214518780dc3f6a3dfb270522126cff851c206_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:ea332f642ed5b9562cdd82f66476b4e70cc552de1adb897854e6474d5bfe9c33_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:fa07db0550420668bad77c11ffebc325783f705ce6137a7d85cd3cbd1f5d405a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:dd63d932427f49fd779cfbba214ff501b22f4f52dcfd6411bc27d388dba9ece9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:e4377393edced218bfef27f6f38f305faeaa79e1eafc728f0641713026fcf25e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:885bb03dd896bc0d0e2aa736e158292826cd9fe6c0de0a56c44cad23f92f0484_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:d4afcb3cb8ff1c6452ae3403b19b955503c34da766f5aa8dc3dbb255494e0fa5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:8f54827df6c9263fc8fe18b98e36dcd6051f8318327e73f3d0c131bada4eb658_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:dbd51fec0506d2ffc5b27c27ec2f0dc9679262d0b7883a70d79847d7b8afaa3a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:2b371b7205ec068c43c1f805959267a2e69ffc29a1afeca540594f49c919250b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cb3f9612911cdacb90de6fe35c133d79486321a39aba7f163480fe9b800bbbc6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffb156fc6d7bcbe082f006d640817d1872563874b2b581c544fc5f903dceb0bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ffb156fc6d7bcbe082f006d640817d1872563874b2b581c544fc5f903dceb0bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:67299873662b1454a70eb7baa65f1eef509f6ce449d767f356e9f2b11df0e34d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:5555a8f2ab92ee1c718b1f81517187b2b3eb02b169302f64aa0bfd4917ada485_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2ccb7f13b4317b0d33ac37805efc1063571ef44435b1cb4fb46b4ac1d1c4adbb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:24187c1de4c7841652f4db5da853c34bc26e0384a064c84d1368c14305912c44_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:ccc4b2291ccac190f5070746ff65d44683cb3fd03dcc4ceee11bba75f30e35be_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d805261a712408f0062d4aba4c45e145425176aef88bf78fdca9e8821cb42915_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:c8f5a1f9b82067c4783a40a48be7ee2d6c35555d9f4a1879d0f196c36a10d609_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:1b352cf9870e701b21e0dcfcaa19b30cb54e28494ace5b2af17c1d7924f0c482_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:024cabdf7894d6c735e5c65aa98ff00994deeadc3debdf1af4cc7b551d376056_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d4d926cc9227b448003ba60d353f79274e67d32f46a1db8692710700c628e034_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:40363c17a11d26b6aadb55a3a8eb50c2be9a1246a92373c9c37e8942cf0d59b5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:3c82cdb31a8d00dc7416bcc86b5e96fc51c7a0d614b821e82f6439e92b8b30b5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:4e57827f184140a3259356f540691927878587307e92b0810284cb6d983e5b76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:5438c37e66104413a6387e551896be5697d5df1733cc517c2d579e080d3bcf12_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:27725970ffec2136048b51e027f39b77ff3efee8bc19b1afd8d1ab5eb5d4b5b4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:1ee2d18f38d291b11d72418f50d64e3a362f3f67251fc099246c58ddda19602a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:50cad82b963de128d2e2c1c816fa3ab310141c8a77c009875310032ad46792bb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:19ec1b00113867242ec823c2fed55f5aa991c93c8eb2a85ebcf7b97e5a462404_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d36ba26f1e631c0a732a8b17e2e18abd7fe4898dc569fbbff1f541611349542a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:475506c3b8d93e222c14b175b3c781ed06e73f929b9bcdd32aa369014f77d5a5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:924fa56c439dee453146e5353aaee8ae1a6fb0d26e45c2bba975bd14f959327b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:9ad9846673b581978570d146ee548f92afc9165a2b069164903c38f9ecbae50b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d36ba26f1e631c0a732a8b17e2e18abd7fe4898dc569fbbff1f541611349542a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:475506c3b8d93e222c14b175b3c781ed06e73f929b9bcdd32aa369014f77d5a5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8404aaed34fdf6d4ad8b280eeadfc07ce65317b328bd9fb42d87e3eb79d54473_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:1c880a1fb1587cbaaaedafd308a09c2d8141a6b30cfd04601bc0077fe4f44eed_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:97b6ccfeec3af2cd7e771a6c9cf5b9015d8da3d486ec25887d6b10cac7db2037_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:6e086cbf3d25cd41b5272e6208ccba5d1a849c15c6b91e96ee21561fb051cb26_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:9c5ecc5187aef4b760a92ed26541e254b48f1f7aac456fd6e22d36ed5f7163e3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e1dc1da17f539c968496aed6d0fbad5518e2fe4680834333006a4bcba8bb4b43_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f931109b463314485d63d46cb4c536664b5aa22538656a7c0a7cd4b26cf67c79_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:9dbcc9f8c68e0525b2b3bd87fbfb1b94b0914a5abde6ca22e234cfec3126a711_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a963d9403644a2c1e5ba14a146ee168f15f7b538de0f65027b9e6745b3a0b3bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4fbf04be32d4eb46e8c47b1eea19419e46a2f9e8eab66b565b5cf581b727ff5b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5d3320348fa12473103789b67288275f40badfed981815e7796685929890f75e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:36d6f386e55bd7bd95dd7e6cb5a22b157c695ff0fa16fe5f28a47f818aed3ca2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:a72f2afd2b1fcbbd6c80f2f4ba63f64fee18c0a9a881bafd8ea120360aa985cf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:858697bb19694cc5a1bd2a73acebb61a0603f26d0128d8b68e995d271cad4e65_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:493f78b812331de11cf821738631940d5f992d451249b972b9c1a78274fff362_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0fe7322cbfeaac4a03f1d9f90177850faba9a7b4b539cff06a56f87337016028_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:0445312a8dcd699a2c04eb5ec2703d227215cbd3eb278d65d64d3018fa6c8cd6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:55d851739ea425c4f86f4a93d559d438757204d05cd5897eea39a025c1d73710_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:3e2999d1fee9b828ecb4c9348c28bff3197538f89dfc301274e26299582ebccd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:64f65a7d9ac04606d30e9238b037aba498adf5cc9947b71b75cf3a3d7dcb15d7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:b9fc9a458b342c3a1ca17aa6d77092790990181203d152f489108fa0718ab250_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:03f982ed751c6689d1d7c23bbd225687a2ed201bfd5e31f9e920d32ecb21c700_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:298f961b401ea83d13de81b179a8e0065a98840e3f8954299e16a8ee7097ddfc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:200ec6b74c740d4f66d0256d276c9f0729cd5842bc77e2e12a9c111b5247bb25_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:32b5b858041fba4358b20ee29279e598219b97d3d92fa86d771b320fa2c046db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:ef1cecdfb2272c882d8fde31874a877f3ca4a11a0fada248c5ff02db33ac1c3d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:66a83e45ce7efb211c6b463c47f07c1e616466fe89760251d04d03386b4141f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7fedffdbf3276db7ee981e0833e5f2d31266f20131f92e7e9449528f17802a28_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:666435adfb42673b275da73506b9d30dba06c0c259cdce46abdfa09e732636e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:ef448e159ef74036bbe0e8cbdf523df3120b8ade6a278aa5e845ac41645b517e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:48f32025b28312d781574d1d21ec6a15358582db5f58bcc76dc9c8992ef39773_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:7cd155e29f0d57cfe3fa09f2802c700e52c3f54a940c1360bac107fb9d9678db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:7ef9484934c28e9bfc182cab79548ae69222f352eda4da1c83b731c52b27c118_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:87f94c90ac7853dd8fb3d26c19ab994ef67c2c044dc09544c4d5a2c639aebb0a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:802ee595e75bb69a4d3ce85c6064a666e802cfc22bc0fae0cbc71a013480a41e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:1a7721391d5e5229956ee04af93aaed4a0033bcd7886f3731d88e8f5ebaa660b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:18ba0adffed79f93d787cf4eeba0e5e862fcbac14a4e833665c3544c7d05b04e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:d9c8b7b29082e0071d987ca9416a37de68130e4fae83e22420adb36aa75d3d99_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:20774d555410218f3f8f9c72be2e83513fd1459e7763af492afa6e60ad247f02_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:da9d00f5cb478610145f7e6e5815a3c32dcc0aae7f144693c4127659ec08b744_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:f23b05590dd97760f99d83122c6780e2b2138b48307f0b567168a060b1f42406_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a1a1d63258056641c60eed9bca842324e834f9cb716f85d976a765a2264bb6cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:006ba1f0a51bd4d09c7218964c9e4c17a884a71c9c645312948f219938401631_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:bb2bdf31be4d7e2891f1e9ed95a61142c322e23e6199b9238ec864dd5fa98396_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:37be8cb1369576faa6d39dd80fd57f06e7fde58b5860a995376327187fa1ba64_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:007f6bfdd2a1815cfbe843ec010e8435eb5c27803c068c8df0ea021d908c7d15_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:007f6bfdd2a1815cfbe843ec010e8435eb5c27803c068c8df0ea021d908c7d15_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a9de8173161d6182450d80924950001099e26c85804c9edee49efb6db065edd1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:9077ada32311d75e6ac864537beb469e77b82470bfcb95770d4034d5b2c9ab75_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:81dbcd562cbf2878c9a3a0c3a161d0610fb3497e60b82ad1c53a973da9ec4ebd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:0c063192dc09314921fa230b9c6892d7dbefc5e81dc8216f5fca9cac783fa329_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:9de757a1848f3fad420ba951f8983e9e11545952e14777c0eee97c89da34de1c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:44a2a0acdabbabfd2067d9095476eea02a0f9063963aa5fc690f6b436a73de9b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:2d69dc46b7b26e61f18f8beef30dc7156beeb466130471f71ba9134530e12226_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:e918938229a8cd0a8cfe26b3f3dc5cf90efbc2e15759c3b942f361e8c26553de_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:be8bd31905004e04a2b7c2bf38768f243f832540570196c51f9e72d7c58bfe17_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:6da297ae2918c576bb1e6f193d748382008b4e348ccbb760669a5f7c6309c55d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:01cb11292268620a8c8d7c0d5af524507e1712ff149c2173fa97f64274e1b42d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:fdf98037d6bd27e32adb30802c6567b781d76b53aac3afaa78b9c9e4650e914e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2a7242bf8f44e46a679205d46bca0751a6e06f5ee05dc5181031064ed86e2a26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:f047ff65da1497ccdf543fb1d64ee02bd4ddb868d1109c6c9dc32980739182f0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:b4407fdb242f75ebfde70eafb226d00db6c3d585036355d886481bdd0ebf8eb8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:4311cfd1c3688b7d8d9b78d3fe7e5a0fd88629f1b5c2c4563c75a57469deecf6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c22970770b0f5073c41b5eceb11ca7a8420b8211fe75167ecbb9deab8a1a7005_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:b930fa3dc047d889a8033b6fa54e70a91535febb3d280fe00c905b11ed8153c7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:9294d9872dd052df222105012b3b633f2bca7f9f24e604d5af9295eebb745637_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:7d300004537072646938a9b5b04be2f2362b607202c40ec711b228f918aedb53_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:3d93e76ba488c1cfdb1fd4389e9ca6da0b55a057ce8f3d73e9c0fb07a54dc012_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:02a18e4de945b0d2fee7b7855fdee1a81478981be1354e5adb7d50ddf9d4cc6f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:f59a8929240fdf9d0d2d4222a513719e1cb74bd5fea4a3da6c7a8cd8609a9d7d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:10eaf3339776c65dfbad1617791b4d1ca2966b7e4784103d57e665c84da69838_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:e4b25dc5016ad3cb13c2f30c3b05f3d79905beecabe5c8f34a64583f337ce7f7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:ca133f881064998b88a22a614a9f1482a6800d62e6e471e6564a06368d9d8e37_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:b4fed0a437eb0fe877cf9fc60700db3e43fa473c0a76758b1a639c510310417c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:19caaf6e0ada0bf1a9db10789345a57fd8b6e1c733b4edebc0e6bb7a72f7aa50_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:ea89552848a0bf436c273fad7e32b1f45fe5cbdc75b90e7a51dd590f210d8ff5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:a107fb6023155633692534f60caa9a4601dc7cf94e561aa75e73c439f2358be7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9f59a263e4a76422cc5e3e5630ad8539ab52c8551a05f18158a1bf9bbdc61ee4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:3dd44e11ad96656010ae6f3edab21bc1b7aff95c546a4f5848c9205615bcbf24_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:3be950222006c82f1f5823e56cb7f047781962dd45d3979ad130839ab13fdc2e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:30dd14dfd511e8aaa8b642d33767adc4d0d0d63d587dba955b9ccc81af28d5a5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:3e5884001da477ffcabcc3e8bcf7bca2d9df454f3a5c6f8b27e7e05998e92c29_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f9640ed1601fd9ed6f85e48f38406195f2acbf6d2ad6e63109067303f2140a6e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2d538ceb3d4aea764810ad8652bec24334502ed6a13b4937652f138b5c572f63_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2d538ceb3d4aea764810ad8652bec24334502ed6a13b4937652f138b5c572f63_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:90c5c064c3286eb543578f63a4bdfe6b9eb45d8b3d988ce07262c91cb54ce6f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:90c5c064c3286eb543578f63a4bdfe6b9eb45d8b3d988ce07262c91cb54ce6f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:1d0d1814f11de86b6e91576f30be5484aabebabdba63fb04d86eab199495be97_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:1d0d1814f11de86b6e91576f30be5484aabebabdba63fb04d86eab199495be97_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:1fe947cde003e7ae9fd05608ad3aa74cd2e864252dbb3cd348d5bb4fd6b0f7c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:1fe947cde003e7ae9fd05608ad3aa74cd2e864252dbb3cd348d5bb4fd6b0f7c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:9c1f99c7e1c3edd7942c77fcf0fe6176f60a546e7933abab5d7a47f6d6c12d00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:9c1f99c7e1c3edd7942c77fcf0fe6176f60a546e7933abab5d7a47f6d6c12d00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:e2fbd3a84effbf5bcbe5fa7cf4fbc4befdef5ac795b77077307d26e71306f5b2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:e2fbd3a84effbf5bcbe5fa7cf4fbc4befdef5ac795b77077307d26e71306f5b2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:90e0b6a10d18cd2a799ed3e08ff6c5358606a7dddf0474dbc3b928bac31e6b42_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:90e0b6a10d18cd2a799ed3e08ff6c5358606a7dddf0474dbc3b928bac31e6b42_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:aea21c2d846a61a1f158e3d0d1b27fea63a4a5c0cef5d6bdbf2168f5827388ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:fe4f7126f78bfc7214447dd695b687e4cf1b76c4146cfe9b443ec55b90611cde_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:f2290cd41371d091bfb7775c1329515356a41d7a25e66ec77ce96a9d40214c41_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:67b168cedc87bbb949c6a8d15a5a00353abed3f0039362a193f25c800d290dc2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4633ef862a775cbc478b42daa7accd18c4b6a207ec440e53e87660b346f69d54_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:29e53ba9bbfc5691f73bf4b767d049a0849269e75be80f6adf66a36e56ac42dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:892c5cdef68d9c8cb0f514f1f9593cae3919b9e6b71d8214c03de512ff0b0ca7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:fbe4ae6105099d25b30fd6be15f54764feb8caa3be7df22be69198ffa002d5a5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:90b6079e093d15b41331477436b4fc40a33f60a98a218153da13bbe3589f5aff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:7b276640b8bf98ac5b79c3fe4ade0376ce53f7d69549f8ecafe6a0f155562902_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:3808907505bd113d4c3243ea676ab41ae02ee97fab21542a67935d9f0b583ea9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:49073ddf698db521c0344e538ecf51d4d509596815b9b9f25bb293f70b004785_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:802685f0f87f03f70da60c90c508bb09fe2e9764838dc9a78994636574d185bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:27d61fedcb2f939969787d03cd3b2f55f99daaea6e4e8d1bfd3ca50d096681ed_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:7ce6a190da9146a5a270ed6f5d28b975e710898f0630db40d0d13ec0ad050fa3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:22cc594e80a75b664a1913f6386b667e0c4128c360c75cbc8a118a92fa552171_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:bd721a1055e20b57dd201300d3a9bf77221df4f43d8a48c47afa64349eba0b21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6374cb59d30eb2e30359a2e3945f2c822a895e2deb51dcb512acb0b11c1ff342_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:0a9b80f1d5c759eca7356107f8a73434c9fb10cb6c5af2ee8cf4bb5c2e5e7826_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:d5160a7bed0548975366f05fe9f4d3ae0d1257c5361f929a411e59c845c2c2b9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:a545d0466568f6190585e98acf7ab5f905b2d53a2276fd5818ee0cb037230c02_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:ce9e429a3d767789b6445f46913e853ff893218149648ab939130a077e1997fc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:9bd4e841342984ffe4a9db920ee0d638d22958db6479c272945b11fe3f46d567_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5891892a01f0965ab06d0f587965e381dbe167fa71592a1798ee143f436eb791_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:43c1e6fc70cd0ee8a835368cf7789f87e9b6ba90f34b829ae5824e36bad38c8e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:444cd3417c37d7ecd0c41e5f946633d7903012531adc14454676c9a18e4691b6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:f1cd9edac76506cea9fb6d021e1d0d144839e8e3e54120966c4b4a79b4b66644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:021544394f1664a9129dde5f9005030db14e1447a2ea4aeac554e42f17394e0f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:65423ed02b3805af52268bedbcabbd2ab8c81553199f91dc5e76182ffc293760_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:0ec4bca135ea090df56e31c0a63a733ca41359a91fb60355c5a9274ee009813e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:4d69dc1ec16689670dfce857b48df70208bcc48d3c16c9554ee6d5440d1834a5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:50beceb4b0234f7c4d77866997060ac0309dd26a4b7674f04d82a1ccee0473be_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:96877c6136e69364d0d51e793181d5707b0f00d73f80dd431c3900a7f1c25e8d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:1e271947705a26de876f199425165b2bcfe2b7ac7b1de048f5e7afa76579c7b0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:7616fabeceda8283e20f5660c0eaabbf642af38ef8c572365960ad3adb95cc85_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:868205ad63eb5bb9055b62963d98afcc64d9bc19478a44c00aa3f5f2ae1f8d24_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b50fc773b15ece1af3c758f4ec62fd5e530024aae00af11f0a76ee226d4fe43c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:947658c3d6a71f9c022e739f8ba7a33ba47eeb844214a192e8483c5a1f1e79e2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:ef530ea4028933c68382e7df32741468620a4cff9c7e0ecd086ca99fa13a95d0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:a0634998a8a0f64f27c00eef82ec9155baeb5348d1583e477b377587f92a3c86_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:54020829fde0e0071ccb8bc923f9c29014d49b69d9641fd4bacb7268448fde7d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9a668c1ce236a09971cfbae4e4f70f86764bb81cf24bf6beacf8c41919da8a1a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:3d278ef5ce89c99a2613d7fdc80ad2b91293925cd4b66192f3686c218f460b76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:3450848336deddad9a426e82d0f9ee1d1865ec743fbbea967be8ce0b53733b8f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:863fe6ed1e60e6b7b56c7f971262846666a225b5189ecd0d6b96105b3cddadb0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:1a72c234b8f818ac392ca123478b815b5423ba42b358174ec2b3a0d22d851d7d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:f18266f3353ae4d734c5b3669be6ae2b22184bc0aec59e0edd1ca5d9b131e6ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:1049225e4ddd32f760b7d3a0689f0dd93a8457750020cfbf90a8c3da85c8a514_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:eba226e0f375037e1ea03edfdc17ac846f2be7e095d938ba3b9d819d68cf0e5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5ae39578cfaedc98bce0904bf219c8900fe217478bb6b4b5d462904f597c396f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:5421cbe082d55dd2def88e6a02f8752e0d6002e0a3c7b18a1f61e9364e0c7b79_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:79af1938a9751b3eb8fecfe6352e0be7f7f556e4bb36ce21651e3968885e4663_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:d92f6925cbe17fa5d855082b2a97ed1081a2c3a8c11c7bc338540b8a2a5a3627_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:7448d85231de6e6f0d3ff80b1654e68265e415fdfc76e5a7b0146715212ef344_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:cceda0d3c835c0dc4a456cf507cfb33dd5c616f12a4d6f1118b788512192e206_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:db6a528638cbe445708cd9d2f604224b499344955d2d1dd5d81e67db650c22cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:8edb136c7fcafe3362f331dbcc2a0c8ea80a7cd18b0926cab56173a39521c5d6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:026b64e6810ca743a85df6bd01214518780dc3f6a3dfb270522126cff851c206_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:ea332f642ed5b9562cdd82f66476b4e70cc552de1adb897854e6474d5bfe9c33_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:fa07db0550420668bad77c11ffebc325783f705ce6137a7d85cd3cbd1f5d405a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:dd63d932427f49fd779cfbba214ff501b22f4f52dcfd6411bc27d388dba9ece9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:e4377393edced218bfef27f6f38f305faeaa79e1eafc728f0641713026fcf25e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:885bb03dd896bc0d0e2aa736e158292826cd9fe6c0de0a56c44cad23f92f0484_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:d4afcb3cb8ff1c6452ae3403b19b955503c34da766f5aa8dc3dbb255494e0fa5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:8f54827df6c9263fc8fe18b98e36dcd6051f8318327e73f3d0c131bada4eb658_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:dbd51fec0506d2ffc5b27c27ec2f0dc9679262d0b7883a70d79847d7b8afaa3a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:2b371b7205ec068c43c1f805959267a2e69ffc29a1afeca540594f49c919250b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:cb3f9612911cdacb90de6fe35c133d79486321a39aba7f163480fe9b800bbbc6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffb156fc6d7bcbe082f006d640817d1872563874b2b581c544fc5f903dceb0bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:ffb156fc6d7bcbe082f006d640817d1872563874b2b581c544fc5f903dceb0bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:67299873662b1454a70eb7baa65f1eef509f6ce449d767f356e9f2b11df0e34d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:5555a8f2ab92ee1c718b1f81517187b2b3eb02b169302f64aa0bfd4917ada485_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2ccb7f13b4317b0d33ac37805efc1063571ef44435b1cb4fb46b4ac1d1c4adbb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:24187c1de4c7841652f4db5da853c34bc26e0384a064c84d1368c14305912c44_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:ccc4b2291ccac190f5070746ff65d44683cb3fd03dcc4ceee11bba75f30e35be_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d805261a712408f0062d4aba4c45e145425176aef88bf78fdca9e8821cb42915_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:c8f5a1f9b82067c4783a40a48be7ee2d6c35555d9f4a1879d0f196c36a10d609_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:1b352cf9870e701b21e0dcfcaa19b30cb54e28494ace5b2af17c1d7924f0c482_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:024cabdf7894d6c735e5c65aa98ff00994deeadc3debdf1af4cc7b551d376056_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d4d926cc9227b448003ba60d353f79274e67d32f46a1db8692710700c628e034_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:40363c17a11d26b6aadb55a3a8eb50c2be9a1246a92373c9c37e8942cf0d59b5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:3c82cdb31a8d00dc7416bcc86b5e96fc51c7a0d614b821e82f6439e92b8b30b5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:4e57827f184140a3259356f540691927878587307e92b0810284cb6d983e5b76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:5438c37e66104413a6387e551896be5697d5df1733cc517c2d579e080d3bcf12_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:27725970ffec2136048b51e027f39b77ff3efee8bc19b1afd8d1ab5eb5d4b5b4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:1ee2d18f38d291b11d72418f50d64e3a362f3f67251fc099246c58ddda19602a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:50cad82b963de128d2e2c1c816fa3ab310141c8a77c009875310032ad46792bb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:19ec1b00113867242ec823c2fed55f5aa991c93c8eb2a85ebcf7b97e5a462404_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d36ba26f1e631c0a732a8b17e2e18abd7fe4898dc569fbbff1f541611349542a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:475506c3b8d93e222c14b175b3c781ed06e73f929b9bcdd32aa369014f77d5a5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:924fa56c439dee453146e5353aaee8ae1a6fb0d26e45c2bba975bd14f959327b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:9ad9846673b581978570d146ee548f92afc9165a2b069164903c38f9ecbae50b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d36ba26f1e631c0a732a8b17e2e18abd7fe4898dc569fbbff1f541611349542a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:475506c3b8d93e222c14b175b3c781ed06e73f929b9bcdd32aa369014f77d5a5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8404aaed34fdf6d4ad8b280eeadfc07ce65317b328bd9fb42d87e3eb79d54473_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:1c880a1fb1587cbaaaedafd308a09c2d8141a6b30cfd04601bc0077fe4f44eed_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:97b6ccfeec3af2cd7e771a6c9cf5b9015d8da3d486ec25887d6b10cac7db2037_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:6e086cbf3d25cd41b5272e6208ccba5d1a849c15c6b91e96ee21561fb051cb26_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
RHSA-2025:18242
Vulnerability from csaf_redhat - Published: 2025-10-23 02:52 - Updated: 2026-06-20 07:50A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:08449c778abcb1590772437d4598d7946cdf26c41fea30a76c1ff1c7f0f54d47_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/frr-rhel8@sha256:8c6933f4a36a0364b39cca4071de6c68bc640e65ffb9ca92d908df45a4c6e462_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:7b8c4ce04d2fcc540a76397e401bf6db60c4ef3d086752f2c84122fa9ada51f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:41c630795ffc6e341c06c33918f581edd15d71c419b9481c486fc6aaf11f2f3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8@sha256:389a254ca74176bfd1a28c105e3a9b5f4b444986254538e6ced00a2205d3e621_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ansible-operator@sha256:e56234dcbafd102313402cdf923efbe786ec2e1aa3eac7faa13e5ce22c459f60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:fc8e01b423979e479bb2c1d08d331076a521a903a109d8360ba6bf151b4b57f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:da270051ef32441730d625681905414bf53fde16d8c6d7658d079b944470e1e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:fc61afd8a830769dfd025c573f75c68794fec1e7015aa8badc64a6b96869b7fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:214fcf9937f352f94c1ffa5faa7491c130d6e2b7a51e9787649ff222b66dca78_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:8dd8c5f2324ce79adf8bab86394ea1e1f16af7f1169b14e7f5d88709dd7da1cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:51cb1a7e7a598c319d0d67fb965f80bcdd0908b5ecfb029886d82764c86d858a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4b3f52c199ec4739f3f71e21437b9b2d9aa4b7b4b089fe2ab71a128a66313276_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:a746a5f3fb65e609469fe62abb2390eb02330b7e87e2cde9f6af1deea6f38abd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:28d935b5a690cf627b2fa3eb54557e3edb5fb3c583d25fb9b441211518a81d55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-router@sha256:8081341b50f3910d1927863c0b406d408046398eb27bcc85e7c21620ed0edc63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:75467650dc42b1116852242a1b4614b7b98d8219c744d8edbac739619ac4fc96_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:078b8f29a60d1122a3575564955c764d195dfe09f806e9c28eea59a2c43241c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-helm-operator@sha256:4bfcd0bb3c03921a4acb730c1f207399cea67a981a8ce9a63c9455a16f558e50_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:c1b31a80e12850ffb88b0bad8e47d4fb646afd4c4c3fe60c3058fce265b321d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:99b2c2e0f8ddb23e34fc12bff32de5d2b5c66d1b71d3cd5981bdab98e5979827_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:0bbb1a044ef3af51d653cec5d9f482157c0a4fa51d2b6a2a0c888722f93402c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-operator@sha256:f502720c09c08150dc3d36d503700881377b8117262f49d8d72c6c61459a0cae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:d3d5c47faf993598cba65e74992c5fa2bda7bbf6ed033a1a54249969f361c0bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:fc897ed2d1d89a346995121242f7da7d97dbb031f60db193015066aba49e086b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp-operator@sha256:95e0150645e33abeca5376b114e558a3460f4fae1514ea362ba4897bf185cba6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp@sha256:4b53760cf11aa215adf1b93f4e33ea8796701b5faa14780a245af7825bc1c83d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:1ce1579c5e7eb8b50192c92c2a3c26c396041b3bf4844d0cbb05e14352c924ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:b156ffcfea8c75a975c442c2fa589ebfc60e96c83aa54e65e6dd26d5bc47ec5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:9966532b094b7f811b53867066415235e294ee5619ec41399a30d8e140d7a7eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:a25ae0f1ec5ca4db4c739edf0d03c31bdd7feb1b842c912a47e804d85b39b27f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:aa0566d626b3eba43d928e58f70be5158c9374714dad8f469aba92b1c363e800_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:419177f322680b9e736debfbfd046ad3d10be012d5002a2bb4882865a49efb73_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:125183b046da8cabea26eecf4fc9fe1f10ef25282b0ddabce5c88c8af0f74974_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:eeb65b9365fc89882ba68d0f4445d441741b1685b0c950da1a5b19310530e7cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3e240574ba5b990da0a0a0f311c5fa3d6f871e917beb423cde3ce8f8b1317186_amd64 | — |
Workaround
|
A command injection vulnerability has been identified in Helm, a package manager for Kubernetes. An attacker can craft a malicious Chart.yaml file with specially linked dependencies in a Chart.lock file. If the Chart.lock file is a symbolic link to an executable file, such as a shell script, and a user attempts to update the dependencies, the crafted content is written to the symlinked file and executed. This can lead to local code execution on the system. This issue has been patched in Helm version 3.18.4, and users should update to this version to mitigate the risk.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:fc897ed2d1d89a346995121242f7da7d97dbb031f60db193015066aba49e086b_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/frr-rhel8@sha256:8c6933f4a36a0364b39cca4071de6c68bc640e65ffb9ca92d908df45a4c6e462_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:7b8c4ce04d2fcc540a76397e401bf6db60c4ef3d086752f2c84122fa9ada51f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:41c630795ffc6e341c06c33918f581edd15d71c419b9481c486fc6aaf11f2f3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8@sha256:389a254ca74176bfd1a28c105e3a9b5f4b444986254538e6ced00a2205d3e621_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ansible-operator@sha256:e56234dcbafd102313402cdf923efbe786ec2e1aa3eac7faa13e5ce22c459f60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:fc8e01b423979e479bb2c1d08d331076a521a903a109d8360ba6bf151b4b57f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:da270051ef32441730d625681905414bf53fde16d8c6d7658d079b944470e1e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:fc61afd8a830769dfd025c573f75c68794fec1e7015aa8badc64a6b96869b7fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:214fcf9937f352f94c1ffa5faa7491c130d6e2b7a51e9787649ff222b66dca78_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:8dd8c5f2324ce79adf8bab86394ea1e1f16af7f1169b14e7f5d88709dd7da1cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:51cb1a7e7a598c319d0d67fb965f80bcdd0908b5ecfb029886d82764c86d858a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4b3f52c199ec4739f3f71e21437b9b2d9aa4b7b4b089fe2ab71a128a66313276_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:a746a5f3fb65e609469fe62abb2390eb02330b7e87e2cde9f6af1deea6f38abd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:28d935b5a690cf627b2fa3eb54557e3edb5fb3c583d25fb9b441211518a81d55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-router@sha256:8081341b50f3910d1927863c0b406d408046398eb27bcc85e7c21620ed0edc63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:75467650dc42b1116852242a1b4614b7b98d8219c744d8edbac739619ac4fc96_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:078b8f29a60d1122a3575564955c764d195dfe09f806e9c28eea59a2c43241c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-helm-operator@sha256:4bfcd0bb3c03921a4acb730c1f207399cea67a981a8ce9a63c9455a16f558e50_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:c1b31a80e12850ffb88b0bad8e47d4fb646afd4c4c3fe60c3058fce265b321d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:99b2c2e0f8ddb23e34fc12bff32de5d2b5c66d1b71d3cd5981bdab98e5979827_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:0bbb1a044ef3af51d653cec5d9f482157c0a4fa51d2b6a2a0c888722f93402c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-operator@sha256:f502720c09c08150dc3d36d503700881377b8117262f49d8d72c6c61459a0cae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:d3d5c47faf993598cba65e74992c5fa2bda7bbf6ed033a1a54249969f361c0bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp-operator@sha256:95e0150645e33abeca5376b114e558a3460f4fae1514ea362ba4897bf185cba6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp@sha256:4b53760cf11aa215adf1b93f4e33ea8796701b5faa14780a245af7825bc1c83d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:1ce1579c5e7eb8b50192c92c2a3c26c396041b3bf4844d0cbb05e14352c924ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:b156ffcfea8c75a975c442c2fa589ebfc60e96c83aa54e65e6dd26d5bc47ec5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:9966532b094b7f811b53867066415235e294ee5619ec41399a30d8e140d7a7eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:a25ae0f1ec5ca4db4c739edf0d03c31bdd7feb1b842c912a47e804d85b39b27f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:08449c778abcb1590772437d4598d7946cdf26c41fea30a76c1ff1c7f0f54d47_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:aa0566d626b3eba43d928e58f70be5158c9374714dad8f469aba92b1c363e800_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:419177f322680b9e736debfbfd046ad3d10be012d5002a2bb4882865a49efb73_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:125183b046da8cabea26eecf4fc9fe1f10ef25282b0ddabce5c88c8af0f74974_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:eeb65b9365fc89882ba68d0f4445d441741b1685b0c950da1a5b19310530e7cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3e240574ba5b990da0a0a0f311c5fa3d6f871e917beb423cde3ce8f8b1317186_amd64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.13.61 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.13.\n\nRed Hat Product Security has rated this update as having a security impact of Low. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the RPM packages for Red Hat OpenShift Container Platform 4.13.61. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2025:18241\n\nSecurity Fix(es):\n\n* golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing (CVE-2025-30204)\n* helm.sh/helm/v3: Helm Chart Code Execution (CVE-2025-53547)\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.13 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html-single/updating_clusters/index#updating-cluster-within-minor.",
"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-2025:18242",
"url": "https://access.redhat.com/errata/RHSA-2025:18242"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-30204",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-53547",
"url": "https://access.redhat.com/security/cve/CVE-2025-53547"
},
{
"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/2025/rhsa-2025_18242.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.13.61 security and extras update",
"tracking": {
"current_release_date": "2026-06-20T07:50:57+00:00",
"generator": {
"date": "2026-06-20T07:50:57+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2025:18242",
"initial_release_date": "2025-10-23T02:52:48+00:00",
"revision_history": [
{
"date": "2025-10-23T02:52:48+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-10-23T02:52:52+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-20T07:50:57+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.13",
"product": {
"name": "Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.13::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-event-proxy@sha256%3Ae85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cloud-event-proxy-container-v4.13.0-202510131530.p2.g86702e3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-event-proxy-rhel8@sha256%3Ae85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cloud-event-proxy-container-v4.13.0-202510131530.p2.g86702e3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:214fcf9937f352f94c1ffa5faa7491c130d6e2b7a51e9787649ff222b66dca78_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:214fcf9937f352f94c1ffa5faa7491c130d6e2b7a51e9787649ff222b66dca78_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:214fcf9937f352f94c1ffa5faa7491c130d6e2b7a51e9787649ff222b66dca78_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-nfd-operator@sha256%3A214fcf9937f352f94c1ffa5faa7491c130d6e2b7a51e9787649ff222b66dca78?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-nfd-operator-container-v4.13.0-202510131530.p2.g44e8d46.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:51cb1a7e7a598c319d0d67fb965f80bcdd0908b5ecfb029886d82764c86d858a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:51cb1a7e7a598c319d0d67fb965f80bcdd0908b5ecfb029886d82764c86d858a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:51cb1a7e7a598c319d0d67fb965f80bcdd0908b5ecfb029886d82764c86d858a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-clusterresourceoverride-rhel8@sha256%3A51cb1a7e7a598c319d0d67fb965f80bcdd0908b5ecfb029886d82764c86d858a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-clusterresourceoverride-container-v4.13.0-202510131530.p2.gf7fc74c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:8dd8c5f2324ce79adf8bab86394ea1e1f16af7f1169b14e7f5d88709dd7da1cf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:8dd8c5f2324ce79adf8bab86394ea1e1f16af7f1169b14e7f5d88709dd7da1cf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:8dd8c5f2324ce79adf8bab86394ea1e1f16af7f1169b14e7f5d88709dd7da1cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-clusterresourceoverride-rhel8-operator@sha256%3A8dd8c5f2324ce79adf8bab86394ea1e1f16af7f1169b14e7f5d88709dd7da1cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-clusterresourceoverride-operator-container-v4.13.0-202510131530.p2.g9980058.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:b156ffcfea8c75a975c442c2fa589ebfc60e96c83aa54e65e6dd26d5bc47ec5c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:b156ffcfea8c75a975c442c2fa589ebfc60e96c83aa54e65e6dd26d5bc47ec5c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:b156ffcfea8c75a975c442c2fa589ebfc60e96c83aa54e65e6dd26d5bc47ec5c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-infiniband-cni@sha256%3Ab156ffcfea8c75a975c442c2fa589ebfc60e96c83aa54e65e6dd26d5bc47ec5c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ib-sriov-cni-container-v4.13.0-202510141615.p2.gc2a1e32.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp@sha256:4b53760cf11aa215adf1b93f4e33ea8796701b5faa14780a245af7825bc1c83d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp@sha256:4b53760cf11aa215adf1b93f4e33ea8796701b5faa14780a245af7825bc1c83d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ptp@sha256:4b53760cf11aa215adf1b93f4e33ea8796701b5faa14780a245af7825bc1c83d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ptp@sha256%3A4b53760cf11aa215adf1b93f4e33ea8796701b5faa14780a245af7825bc1c83d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-linuxptp-daemon-container-v4.13.0-202510131530.p2.g87a564d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:99b2c2e0f8ddb23e34fc12bff32de5d2b5c66d1b71d3cd5981bdab98e5979827_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:99b2c2e0f8ddb23e34fc12bff32de5d2b5c66d1b71d3cd5981bdab98e5979827_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:99b2c2e0f8ddb23e34fc12bff32de5d2b5c66d1b71d3cd5981bdab98e5979827_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-diskmaker@sha256%3A99b2c2e0f8ddb23e34fc12bff32de5d2b5c66d1b71d3cd5981bdab98e5979827?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=local-storage-diskmaker-container-v4.13.0-202510131530.p2.ga3feaab.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:0bbb1a044ef3af51d653cec5d9f482157c0a4fa51d2b6a2a0c888722f93402c6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:0bbb1a044ef3af51d653cec5d9f482157c0a4fa51d2b6a2a0c888722f93402c6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:0bbb1a044ef3af51d653cec5d9f482157c0a4fa51d2b6a2a0c888722f93402c6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-mustgather-rhel8@sha256%3A0bbb1a044ef3af51d653cec5d9f482157c0a4fa51d2b6a2a0c888722f93402c6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-local-storage-mustgather-container-v4.13.0-202510131530.p2.ga3feaab.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-operator@sha256:f502720c09c08150dc3d36d503700881377b8117262f49d8d72c6c61459a0cae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-operator@sha256:f502720c09c08150dc3d36d503700881377b8117262f49d8d72c6c61459a0cae_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-operator@sha256:f502720c09c08150dc3d36d503700881377b8117262f49d8d72c6c61459a0cae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-operator@sha256%3Af502720c09c08150dc3d36d503700881377b8117262f49d8d72c6c61459a0cae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=local-storage-operator-container-v4.13.0-202510131530.p2.ga3feaab.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:d3d5c47faf993598cba65e74992c5fa2bda7bbf6ed033a1a54249969f361c0bd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:d3d5c47faf993598cba65e74992c5fa2bda7bbf6ed033a1a54249969f361c0bd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:d3d5c47faf993598cba65e74992c5fa2bda7bbf6ed033a1a54249969f361c0bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-node-feature-discovery@sha256%3Ad3d5c47faf993598cba65e74992c5fa2bda7bbf6ed033a1a54249969f361c0bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=node-feature-discovery-container-v4.13.0-202510131530.p2.g79c2147.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:e56234dcbafd102313402cdf923efbe786ec2e1aa3eac7faa13e5ce22c459f60_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:e56234dcbafd102313402cdf923efbe786ec2e1aa3eac7faa13e5ce22c459f60_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:e56234dcbafd102313402cdf923efbe786ec2e1aa3eac7faa13e5ce22c459f60_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ansible-operator@sha256%3Ae56234dcbafd102313402cdf923efbe786ec2e1aa3eac7faa13e5ce22c459f60?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510131530.p2.g8da010a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:fc61afd8a830769dfd025c573f75c68794fec1e7015aa8badc64a6b96869b7fd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:fc61afd8a830769dfd025c573f75c68794fec1e7015aa8badc64a6b96869b7fd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:fc61afd8a830769dfd025c573f75c68794fec1e7015aa8badc64a6b96869b7fd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capacity@sha256%3Afc61afd8a830769dfd025c573f75c68794fec1e7015aa8badc64a6b96869b7fd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510131530.p2.g8c0b7dc.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:a746a5f3fb65e609469fe62abb2390eb02330b7e87e2cde9f6af1deea6f38abd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:a746a5f3fb65e609469fe62abb2390eb02330b7e87e2cde9f6af1deea6f38abd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:a746a5f3fb65e609469fe62abb2390eb02330b7e87e2cde9f6af1deea6f38abd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-egress-dns-proxy@sha256%3Aa746a5f3fb65e609469fe62abb2390eb02330b7e87e2cde9f6af1deea6f38abd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510131530.p2.g1a14e5c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-router@sha256:8081341b50f3910d1927863c0b406d408046398eb27bcc85e7c21620ed0edc63_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-router@sha256:8081341b50f3910d1927863c0b406d408046398eb27bcc85e7c21620ed0edc63_amd64",
"product_id": "registry.redhat.io/openshift4/ose-egress-router@sha256:8081341b50f3910d1927863c0b406d408046398eb27bcc85e7c21620ed0edc63_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-egress-router@sha256%3A8081341b50f3910d1927863c0b406d408046398eb27bcc85e7c21620ed0edc63?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-egress-router-container-v4.13.0-202510131530.p2.g1a14e5c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-operator@sha256:4bfcd0bb3c03921a4acb730c1f207399cea67a981a8ce9a63c9455a16f558e50_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-operator@sha256:4bfcd0bb3c03921a4acb730c1f207399cea67a981a8ce9a63c9455a16f558e50_amd64",
"product_id": "registry.redhat.io/openshift4/ose-helm-operator@sha256:4bfcd0bb3c03921a4acb730c1f207399cea67a981a8ce9a63c9455a16f558e50_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-helm-operator@sha256%3A4bfcd0bb3c03921a4acb730c1f207399cea67a981a8ce9a63c9455a16f558e50?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-helm-operator-container-v4.13.0-202510131530.p2.g8da010a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:fc897ed2d1d89a346995121242f7da7d97dbb031f60db193015066aba49e086b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:fc897ed2d1d89a346995121242f7da7d97dbb031f60db193015066aba49e086b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:fc897ed2d1d89a346995121242f7da7d97dbb031f60db193015066aba49e086b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-sdk-rhel8@sha256%3Afc897ed2d1d89a346995121242f7da7d97dbb031f60db193015066aba49e086b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-operator-sdk-container-v4.13.0-202510140119.p2.g8da010a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:c1b31a80e12850ffb88b0bad8e47d4fb646afd4c4c3fe60c3058fce265b321d2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:c1b31a80e12850ffb88b0bad8e47d4fb646afd4c4c3fe60c3058fce265b321d2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:c1b31a80e12850ffb88b0bad8e47d4fb646afd4c4c3fe60c3058fce265b321d2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel8@sha256%3Ac1b31a80e12850ffb88b0bad8e47d4fb646afd4c4c3fe60c3058fce265b321d2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510131530.p2.gfea81b8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:7b8c4ce04d2fcc540a76397e401bf6db60c4ef3d086752f2c84122fa9ada51f2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:7b8c4ce04d2fcc540a76397e401bf6db60c4ef3d086752f2c84122fa9ada51f2_amd64",
"product_id": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:7b8c4ce04d2fcc540a76397e401bf6db60c4ef3d086752f2c84122fa9ada51f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubernetes-nmstate-rhel8-operator@sha256%3A7b8c4ce04d2fcc540a76397e401bf6db60c4ef3d086752f2c84122fa9ada51f2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubernetes-nmstate-operator-container-v4.13.0-202510131530.p2.gfea81b8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:fc8e01b423979e479bb2c1d08d331076a521a903a109d8360ba6bf151b4b57f2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:fc8e01b423979e479bb2c1d08d331076a521a903a109d8360ba6bf151b4b57f2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:fc8e01b423979e479bb2c1d08d331076a521a903a109d8360ba6bf151b4b57f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-efs-csi-driver-container-rhel8@sha256%3Afc8e01b423979e479bb2c1d08d331076a521a903a109d8360ba6bf151b4b57f2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-efs-csi-driver-container-v4.13.0-202510141615.p2.g748367b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:da270051ef32441730d625681905414bf53fde16d8c6d7658d079b944470e1e1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:da270051ef32441730d625681905414bf53fde16d8c6d7658d079b944470e1e1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:da270051ef32441730d625681905414bf53fde16d8c6d7658d079b944470e1e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-efs-csi-driver-rhel8-operator@sha256%3Ada270051ef32441730d625681905414bf53fde16d8c6d7658d079b944470e1e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-efs-csi-driver-operator-container-v4.13.0-202510141615.p2.g63fa661.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4b3f52c199ec4739f3f71e21437b9b2d9aa4b7b4b089fe2ab71a128a66313276_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4b3f52c199ec4739f3f71e21437b9b2d9aa4b7b4b089fe2ab71a128a66313276_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4b3f52c199ec4739f3f71e21437b9b2d9aa4b7b4b089fe2ab71a128a66313276_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-mustgather-rhel8@sha256%3A4b3f52c199ec4739f3f71e21437b9b2d9aa4b7b4b089fe2ab71a128a66313276?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510131530.p2.g01bbb23.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:28d935b5a690cf627b2fa3eb54557e3edb5fb3c583d25fb9b441211518a81d55_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:28d935b5a690cf627b2fa3eb54557e3edb5fb3c583d25fb9b441211518a81d55_amd64",
"product_id": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:28d935b5a690cf627b2fa3eb54557e3edb5fb3c583d25fb9b441211518a81d55_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-egress-http-proxy@sha256%3A28d935b5a690cf627b2fa3eb54557e3edb5fb3c583d25fb9b441211518a81d55?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-http-proxy-container-v4.13.0-202510131530.p2.g1a14e5c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel8@sha256:8c6933f4a36a0364b39cca4071de6c68bc640e65ffb9ca92d908df45a4c6e462_amd64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel8@sha256:8c6933f4a36a0364b39cca4071de6c68bc640e65ffb9ca92d908df45a4c6e462_amd64",
"product_id": "registry.redhat.io/openshift4/frr-rhel8@sha256:8c6933f4a36a0364b39cca4071de6c68bc640e65ffb9ca92d908df45a4c6e462_amd64",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel8@sha256%3A8c6933f4a36a0364b39cca4071de6c68bc640e65ffb9ca92d908df45a4c6e462?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-frr-container-v4.13.0-202510131530.p2.gd8db611.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:078b8f29a60d1122a3575564955c764d195dfe09f806e9c28eea59a2c43241c5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:078b8f29a60d1122a3575564955c764d195dfe09f806e9c28eea59a2c43241c5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:078b8f29a60d1122a3575564955c764d195dfe09f806e9c28eea59a2c43241c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel8@sha256%3A078b8f29a60d1122a3575564955c764d195dfe09f806e9c28eea59a2c43241c5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-filestore-csi-driver-container-v4.13.0-202510140119.p2.g7ff360a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:75467650dc42b1116852242a1b4614b7b98d8219c744d8edbac739619ac4fc96_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:75467650dc42b1116852242a1b4614b7b98d8219c744d8edbac739619ac4fc96_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:75467650dc42b1116852242a1b4614b7b98d8219c744d8edbac739619ac4fc96_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel8-operator@sha256%3A75467650dc42b1116852242a1b4614b7b98d8219c744d8edbac739619ac4fc96?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.13.0-202510140119.p2.g8f1cfbf.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel8@sha256:389a254ca74176bfd1a28c105e3a9b5f4b444986254538e6ced00a2205d3e621_amd64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel8@sha256:389a254ca74176bfd1a28c105e3a9b5f4b444986254538e6ced00a2205d3e621_amd64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel8@sha256:389a254ca74176bfd1a28c105e3a9b5f4b444986254538e6ced00a2205d3e621_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metallb-rhel8@sha256%3A389a254ca74176bfd1a28c105e3a9b5f4b444986254538e6ced00a2205d3e621?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-metallb-container-v4.13.0-202510131530.p2.ga7e83fb.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:41c630795ffc6e341c06c33918f581edd15d71c419b9481c486fc6aaf11f2f3e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:41c630795ffc6e341c06c33918f581edd15d71c419b9481c486fc6aaf11f2f3e_amd64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:41c630795ffc6e341c06c33918f581edd15d71c419b9481c486fc6aaf11f2f3e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metallb-rhel8-operator@sha256%3A41c630795ffc6e341c06c33918f581edd15d71c419b9481c486fc6aaf11f2f3e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-metallb-operator-container-v4.13.0-202510131530.p2.g55fb4e3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-operator@sha256:95e0150645e33abeca5376b114e558a3460f4fae1514ea362ba4897bf185cba6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-operator@sha256:95e0150645e33abeca5376b114e558a3460f4fae1514ea362ba4897bf185cba6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-operator@sha256:95e0150645e33abeca5376b114e558a3460f4fae1514ea362ba4897bf185cba6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ptp-operator@sha256%3A95e0150645e33abeca5376b114e558a3460f4fae1514ea362ba4897bf185cba6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ptp-operator-container-v4.13.0-202510131530.p2.g8c83fcc.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:eeb65b9365fc89882ba68d0f4445d441741b1685b0c950da1a5b19310530e7cf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:eeb65b9365fc89882ba68d0f4445d441741b1685b0c950da1a5b19310530e7cf_amd64",
"product_id": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:eeb65b9365fc89882ba68d0f4445d441741b1685b0c950da1a5b19310530e7cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ptp-must-gather-rhel8@sha256%3Aeeb65b9365fc89882ba68d0f4445d441741b1685b0c950da1a5b19310530e7cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ptp-operator-must-gather-container-v4.13.0-202510131530.p2.g8c83fcc.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3e240574ba5b990da0a0a0f311c5fa3d6f871e917beb423cde3ce8f8b1317186_amd64",
"product": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3e240574ba5b990da0a0a0f311c5fa3d6f871e917beb423cde3ce8f8b1317186_amd64",
"product_id": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3e240574ba5b990da0a0a0f311c5fa3d6f871e917beb423cde3ce8f8b1317186_amd64",
"product_identification_helper": {
"purl": "pkg:oci/sriov-cni-rhel9@sha256%3A3e240574ba5b990da0a0a0f311c5fa3d6f871e917beb423cde3ce8f8b1317186?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=sriov-cni-container-v4.13.0-202510131530.p2.gbb88b06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:1ce1579c5e7eb8b50192c92c2a3c26c396041b3bf4844d0cbb05e14352c924ad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:1ce1579c5e7eb8b50192c92c2a3c26c396041b3bf4844d0cbb05e14352c924ad_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:1ce1579c5e7eb8b50192c92c2a3c26c396041b3bf4844d0cbb05e14352c924ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-dp-admission-controller@sha256%3A1ce1579c5e7eb8b50192c92c2a3c26c396041b3bf4844d0cbb05e14352c924ad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=sriov-dp-admission-controller-container-v4.13.0-202510140119.p2.ga5ec5f5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:9966532b094b7f811b53867066415235e294ee5619ec41399a30d8e140d7a7eb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:9966532b094b7f811b53867066415235e294ee5619ec41399a30d8e140d7a7eb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:9966532b094b7f811b53867066415235e294ee5619ec41399a30d8e140d7a7eb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-config-daemon@sha256%3A9966532b094b7f811b53867066415235e294ee5619ec41399a30d8e140d7a7eb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=sriov-network-config-daemon-container-v4.13.0-202510140119.p2.gfaf23ca.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:a25ae0f1ec5ca4db4c739edf0d03c31bdd7feb1b842c912a47e804d85b39b27f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:a25ae0f1ec5ca4db4c739edf0d03c31bdd7feb1b842c912a47e804d85b39b27f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:a25ae0f1ec5ca4db4c739edf0d03c31bdd7feb1b842c912a47e804d85b39b27f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-device-plugin@sha256%3Aa25ae0f1ec5ca4db4c739edf0d03c31bdd7feb1b842c912a47e804d85b39b27f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=sriov-network-device-plugin-container-v4.13.0-202510131530.p2.gfad71c1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:08449c778abcb1590772437d4598d7946cdf26c41fea30a76c1ff1c7f0f54d47_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:08449c778abcb1590772437d4598d7946cdf26c41fea30a76c1ff1c7f0f54d47_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:08449c778abcb1590772437d4598d7946cdf26c41fea30a76c1ff1c7f0f54d47_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-operator@sha256%3A08449c778abcb1590772437d4598d7946cdf26c41fea30a76c1ff1c7f0f54d47?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=sriov-network-operator-container-v4.13.0-202510141615.p2.gfaf23ca.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:aa0566d626b3eba43d928e58f70be5158c9374714dad8f469aba92b1c363e800_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:aa0566d626b3eba43d928e58f70be5158c9374714dad8f469aba92b1c363e800_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:aa0566d626b3eba43d928e58f70be5158c9374714dad8f469aba92b1c363e800_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-webhook@sha256%3Aaa0566d626b3eba43d928e58f70be5158c9374714dad8f469aba92b1c363e800?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=sriov-network-webhook-container-v4.13.0-202510131530.p2.gfaf23ca.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:125183b046da8cabea26eecf4fc9fe1f10ef25282b0ddabce5c88c8af0f74974_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:125183b046da8cabea26eecf4fc9fe1f10ef25282b0ddabce5c88c8af0f74974_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:125183b046da8cabea26eecf4fc9fe1f10ef25282b0ddabce5c88c8af0f74974_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel8@sha256%3A125183b046da8cabea26eecf4fc9fe1f10ef25282b0ddabce5c88c8af0f74974?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vertical-pod-autoscaler-container-v4.13.0-202510140119.p2.g3ce55c7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:419177f322680b9e736debfbfd046ad3d10be012d5002a2bb4882865a49efb73_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:419177f322680b9e736debfbfd046ad3d10be012d5002a2bb4882865a49efb73_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:419177f322680b9e736debfbfd046ad3d10be012d5002a2bb4882865a49efb73_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel8-operator@sha256%3A419177f322680b9e736debfbfd046ad3d10be012d5002a2bb4882865a49efb73?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vertical-pod-autoscaler-operator-container-v4.13.0-202510140119.p2.g7c77d14.assembly.stream.el8"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel8@sha256:8c6933f4a36a0364b39cca4071de6c68bc640e65ffb9ca92d908df45a4c6e462_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/frr-rhel8@sha256:8c6933f4a36a0364b39cca4071de6c68bc640e65ffb9ca92d908df45a4c6e462_amd64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel8@sha256:8c6933f4a36a0364b39cca4071de6c68bc640e65ffb9ca92d908df45a4c6e462_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:7b8c4ce04d2fcc540a76397e401bf6db60c4ef3d086752f2c84122fa9ada51f2_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:7b8c4ce04d2fcc540a76397e401bf6db60c4ef3d086752f2c84122fa9ada51f2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:7b8c4ce04d2fcc540a76397e401bf6db60c4ef3d086752f2c84122fa9ada51f2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:41c630795ffc6e341c06c33918f581edd15d71c419b9481c486fc6aaf11f2f3e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:41c630795ffc6e341c06c33918f581edd15d71c419b9481c486fc6aaf11f2f3e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:41c630795ffc6e341c06c33918f581edd15d71c419b9481c486fc6aaf11f2f3e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel8@sha256:389a254ca74176bfd1a28c105e3a9b5f4b444986254538e6ced00a2205d3e621_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8@sha256:389a254ca74176bfd1a28c105e3a9b5f4b444986254538e6ced00a2205d3e621_amd64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel8@sha256:389a254ca74176bfd1a28c105e3a9b5f4b444986254538e6ced00a2205d3e621_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:e56234dcbafd102313402cdf923efbe786ec2e1aa3eac7faa13e5ce22c459f60_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ansible-operator@sha256:e56234dcbafd102313402cdf923efbe786ec2e1aa3eac7faa13e5ce22c459f60_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-operator@sha256:e56234dcbafd102313402cdf923efbe786ec2e1aa3eac7faa13e5ce22c459f60_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:fc8e01b423979e479bb2c1d08d331076a521a903a109d8360ba6bf151b4b57f2_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:fc8e01b423979e479bb2c1d08d331076a521a903a109d8360ba6bf151b4b57f2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:fc8e01b423979e479bb2c1d08d331076a521a903a109d8360ba6bf151b4b57f2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:da270051ef32441730d625681905414bf53fde16d8c6d7658d079b944470e1e1_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:da270051ef32441730d625681905414bf53fde16d8c6d7658d079b944470e1e1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:da270051ef32441730d625681905414bf53fde16d8c6d7658d079b944470e1e1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:fc61afd8a830769dfd025c573f75c68794fec1e7015aa8badc64a6b96869b7fd_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:fc61afd8a830769dfd025c573f75c68794fec1e7015aa8badc64a6b96869b7fd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity@sha256:fc61afd8a830769dfd025c573f75c68794fec1e7015aa8badc64a6b96869b7fd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:214fcf9937f352f94c1ffa5faa7491c130d6e2b7a51e9787649ff222b66dca78_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:214fcf9937f352f94c1ffa5faa7491c130d6e2b7a51e9787649ff222b66dca78_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:214fcf9937f352f94c1ffa5faa7491c130d6e2b7a51e9787649ff222b66dca78_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:8dd8c5f2324ce79adf8bab86394ea1e1f16af7f1169b14e7f5d88709dd7da1cf_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:8dd8c5f2324ce79adf8bab86394ea1e1f16af7f1169b14e7f5d88709dd7da1cf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:8dd8c5f2324ce79adf8bab86394ea1e1f16af7f1169b14e7f5d88709dd7da1cf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:51cb1a7e7a598c319d0d67fb965f80bcdd0908b5ecfb029886d82764c86d858a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:51cb1a7e7a598c319d0d67fb965f80bcdd0908b5ecfb029886d82764c86d858a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:51cb1a7e7a598c319d0d67fb965f80bcdd0908b5ecfb029886d82764c86d858a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4b3f52c199ec4739f3f71e21437b9b2d9aa4b7b4b089fe2ab71a128a66313276_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4b3f52c199ec4739f3f71e21437b9b2d9aa4b7b4b089fe2ab71a128a66313276_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4b3f52c199ec4739f3f71e21437b9b2d9aa4b7b4b089fe2ab71a128a66313276_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:a746a5f3fb65e609469fe62abb2390eb02330b7e87e2cde9f6af1deea6f38abd_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:a746a5f3fb65e609469fe62abb2390eb02330b7e87e2cde9f6af1deea6f38abd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:a746a5f3fb65e609469fe62abb2390eb02330b7e87e2cde9f6af1deea6f38abd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:28d935b5a690cf627b2fa3eb54557e3edb5fb3c583d25fb9b441211518a81d55_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:28d935b5a690cf627b2fa3eb54557e3edb5fb3c583d25fb9b441211518a81d55_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:28d935b5a690cf627b2fa3eb54557e3edb5fb3c583d25fb9b441211518a81d55_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-egress-router@sha256:8081341b50f3910d1927863c0b406d408046398eb27bcc85e7c21620ed0edc63_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-router@sha256:8081341b50f3910d1927863c0b406d408046398eb27bcc85e7c21620ed0edc63_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-egress-router@sha256:8081341b50f3910d1927863c0b406d408046398eb27bcc85e7c21620ed0edc63_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:75467650dc42b1116852242a1b4614b7b98d8219c744d8edbac739619ac4fc96_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:75467650dc42b1116852242a1b4614b7b98d8219c744d8edbac739619ac4fc96_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:75467650dc42b1116852242a1b4614b7b98d8219c744d8edbac739619ac4fc96_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:078b8f29a60d1122a3575564955c764d195dfe09f806e9c28eea59a2c43241c5_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:078b8f29a60d1122a3575564955c764d195dfe09f806e9c28eea59a2c43241c5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:078b8f29a60d1122a3575564955c764d195dfe09f806e9c28eea59a2c43241c5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-operator@sha256:4bfcd0bb3c03921a4acb730c1f207399cea67a981a8ce9a63c9455a16f558e50_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-helm-operator@sha256:4bfcd0bb3c03921a4acb730c1f207399cea67a981a8ce9a63c9455a16f558e50_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-operator@sha256:4bfcd0bb3c03921a4acb730c1f207399cea67a981a8ce9a63c9455a16f558e50_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:c1b31a80e12850ffb88b0bad8e47d4fb646afd4c4c3fe60c3058fce265b321d2_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:c1b31a80e12850ffb88b0bad8e47d4fb646afd4c4c3fe60c3058fce265b321d2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:c1b31a80e12850ffb88b0bad8e47d4fb646afd4c4c3fe60c3058fce265b321d2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:99b2c2e0f8ddb23e34fc12bff32de5d2b5c66d1b71d3cd5981bdab98e5979827_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:99b2c2e0f8ddb23e34fc12bff32de5d2b5c66d1b71d3cd5981bdab98e5979827_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:99b2c2e0f8ddb23e34fc12bff32de5d2b5c66d1b71d3cd5981bdab98e5979827_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:0bbb1a044ef3af51d653cec5d9f482157c0a4fa51d2b6a2a0c888722f93402c6_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:0bbb1a044ef3af51d653cec5d9f482157c0a4fa51d2b6a2a0c888722f93402c6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:0bbb1a044ef3af51d653cec5d9f482157c0a4fa51d2b6a2a0c888722f93402c6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-operator@sha256:f502720c09c08150dc3d36d503700881377b8117262f49d8d72c6c61459a0cae_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-operator@sha256:f502720c09c08150dc3d36d503700881377b8117262f49d8d72c6c61459a0cae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-operator@sha256:f502720c09c08150dc3d36d503700881377b8117262f49d8d72c6c61459a0cae_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:d3d5c47faf993598cba65e74992c5fa2bda7bbf6ed033a1a54249969f361c0bd_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:d3d5c47faf993598cba65e74992c5fa2bda7bbf6ed033a1a54249969f361c0bd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:d3d5c47faf993598cba65e74992c5fa2bda7bbf6ed033a1a54249969f361c0bd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:fc897ed2d1d89a346995121242f7da7d97dbb031f60db193015066aba49e086b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:fc897ed2d1d89a346995121242f7da7d97dbb031f60db193015066aba49e086b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:fc897ed2d1d89a346995121242f7da7d97dbb031f60db193015066aba49e086b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-operator@sha256:95e0150645e33abeca5376b114e558a3460f4fae1514ea362ba4897bf185cba6_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp-operator@sha256:95e0150645e33abeca5376b114e558a3460f4fae1514ea362ba4897bf185cba6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-operator@sha256:95e0150645e33abeca5376b114e558a3460f4fae1514ea362ba4897bf185cba6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp@sha256:4b53760cf11aa215adf1b93f4e33ea8796701b5faa14780a245af7825bc1c83d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp@sha256:4b53760cf11aa215adf1b93f4e33ea8796701b5faa14780a245af7825bc1c83d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp@sha256:4b53760cf11aa215adf1b93f4e33ea8796701b5faa14780a245af7825bc1c83d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:1ce1579c5e7eb8b50192c92c2a3c26c396041b3bf4844d0cbb05e14352c924ad_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:1ce1579c5e7eb8b50192c92c2a3c26c396041b3bf4844d0cbb05e14352c924ad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:1ce1579c5e7eb8b50192c92c2a3c26c396041b3bf4844d0cbb05e14352c924ad_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:b156ffcfea8c75a975c442c2fa589ebfc60e96c83aa54e65e6dd26d5bc47ec5c_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:b156ffcfea8c75a975c442c2fa589ebfc60e96c83aa54e65e6dd26d5bc47ec5c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:b156ffcfea8c75a975c442c2fa589ebfc60e96c83aa54e65e6dd26d5bc47ec5c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:9966532b094b7f811b53867066415235e294ee5619ec41399a30d8e140d7a7eb_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:9966532b094b7f811b53867066415235e294ee5619ec41399a30d8e140d7a7eb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:9966532b094b7f811b53867066415235e294ee5619ec41399a30d8e140d7a7eb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:a25ae0f1ec5ca4db4c739edf0d03c31bdd7feb1b842c912a47e804d85b39b27f_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:a25ae0f1ec5ca4db4c739edf0d03c31bdd7feb1b842c912a47e804d85b39b27f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:a25ae0f1ec5ca4db4c739edf0d03c31bdd7feb1b842c912a47e804d85b39b27f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:08449c778abcb1590772437d4598d7946cdf26c41fea30a76c1ff1c7f0f54d47_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:08449c778abcb1590772437d4598d7946cdf26c41fea30a76c1ff1c7f0f54d47_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:08449c778abcb1590772437d4598d7946cdf26c41fea30a76c1ff1c7f0f54d47_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:aa0566d626b3eba43d928e58f70be5158c9374714dad8f469aba92b1c363e800_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:aa0566d626b3eba43d928e58f70be5158c9374714dad8f469aba92b1c363e800_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:aa0566d626b3eba43d928e58f70be5158c9374714dad8f469aba92b1c363e800_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:419177f322680b9e736debfbfd046ad3d10be012d5002a2bb4882865a49efb73_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:419177f322680b9e736debfbfd046ad3d10be012d5002a2bb4882865a49efb73_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:419177f322680b9e736debfbfd046ad3d10be012d5002a2bb4882865a49efb73_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:125183b046da8cabea26eecf4fc9fe1f10ef25282b0ddabce5c88c8af0f74974_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:125183b046da8cabea26eecf4fc9fe1f10ef25282b0ddabce5c88c8af0f74974_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:125183b046da8cabea26eecf4fc9fe1f10ef25282b0ddabce5c88c8af0f74974_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:eeb65b9365fc89882ba68d0f4445d441741b1685b0c950da1a5b19310530e7cf_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:eeb65b9365fc89882ba68d0f4445d441741b1685b0c950da1a5b19310530e7cf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:eeb65b9365fc89882ba68d0f4445d441741b1685b0c950da1a5b19310530e7cf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3e240574ba5b990da0a0a0f311c5fa3d6f871e917beb423cde3ce8f8b1317186_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3e240574ba5b990da0a0a0f311c5fa3d6f871e917beb423cde3ce8f8b1317186_amd64"
},
"product_reference": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3e240574ba5b990da0a0a0f311c5fa3d6f871e917beb423cde3ce8f8b1317186_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/frr-rhel8@sha256:8c6933f4a36a0364b39cca4071de6c68bc640e65ffb9ca92d908df45a4c6e462_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:7b8c4ce04d2fcc540a76397e401bf6db60c4ef3d086752f2c84122fa9ada51f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:41c630795ffc6e341c06c33918f581edd15d71c419b9481c486fc6aaf11f2f3e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8@sha256:389a254ca74176bfd1a28c105e3a9b5f4b444986254538e6ced00a2205d3e621_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ansible-operator@sha256:e56234dcbafd102313402cdf923efbe786ec2e1aa3eac7faa13e5ce22c459f60_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:fc8e01b423979e479bb2c1d08d331076a521a903a109d8360ba6bf151b4b57f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:da270051ef32441730d625681905414bf53fde16d8c6d7658d079b944470e1e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:fc61afd8a830769dfd025c573f75c68794fec1e7015aa8badc64a6b96869b7fd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:214fcf9937f352f94c1ffa5faa7491c130d6e2b7a51e9787649ff222b66dca78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:8dd8c5f2324ce79adf8bab86394ea1e1f16af7f1169b14e7f5d88709dd7da1cf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:51cb1a7e7a598c319d0d67fb965f80bcdd0908b5ecfb029886d82764c86d858a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4b3f52c199ec4739f3f71e21437b9b2d9aa4b7b4b089fe2ab71a128a66313276_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:a746a5f3fb65e609469fe62abb2390eb02330b7e87e2cde9f6af1deea6f38abd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:28d935b5a690cf627b2fa3eb54557e3edb5fb3c583d25fb9b441211518a81d55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-router@sha256:8081341b50f3910d1927863c0b406d408046398eb27bcc85e7c21620ed0edc63_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:75467650dc42b1116852242a1b4614b7b98d8219c744d8edbac739619ac4fc96_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:078b8f29a60d1122a3575564955c764d195dfe09f806e9c28eea59a2c43241c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-helm-operator@sha256:4bfcd0bb3c03921a4acb730c1f207399cea67a981a8ce9a63c9455a16f558e50_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:c1b31a80e12850ffb88b0bad8e47d4fb646afd4c4c3fe60c3058fce265b321d2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:99b2c2e0f8ddb23e34fc12bff32de5d2b5c66d1b71d3cd5981bdab98e5979827_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:0bbb1a044ef3af51d653cec5d9f482157c0a4fa51d2b6a2a0c888722f93402c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-operator@sha256:f502720c09c08150dc3d36d503700881377b8117262f49d8d72c6c61459a0cae_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:d3d5c47faf993598cba65e74992c5fa2bda7bbf6ed033a1a54249969f361c0bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:fc897ed2d1d89a346995121242f7da7d97dbb031f60db193015066aba49e086b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp-operator@sha256:95e0150645e33abeca5376b114e558a3460f4fae1514ea362ba4897bf185cba6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp@sha256:4b53760cf11aa215adf1b93f4e33ea8796701b5faa14780a245af7825bc1c83d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:1ce1579c5e7eb8b50192c92c2a3c26c396041b3bf4844d0cbb05e14352c924ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:b156ffcfea8c75a975c442c2fa589ebfc60e96c83aa54e65e6dd26d5bc47ec5c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:9966532b094b7f811b53867066415235e294ee5619ec41399a30d8e140d7a7eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:a25ae0f1ec5ca4db4c739edf0d03c31bdd7feb1b842c912a47e804d85b39b27f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:aa0566d626b3eba43d928e58f70be5158c9374714dad8f469aba92b1c363e800_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:419177f322680b9e736debfbfd046ad3d10be012d5002a2bb4882865a49efb73_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:125183b046da8cabea26eecf4fc9fe1f10ef25282b0ddabce5c88c8af0f74974_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:eeb65b9365fc89882ba68d0f4445d441741b1685b0c950da1a5b19310530e7cf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3e240574ba5b990da0a0a0f311c5fa3d6f871e917beb423cde3ce8f8b1317186_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:08449c778abcb1590772437d4598d7946cdf26c41fea30a76c1ff1c7f0f54d47_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/frr-rhel8@sha256:8c6933f4a36a0364b39cca4071de6c68bc640e65ffb9ca92d908df45a4c6e462_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:7b8c4ce04d2fcc540a76397e401bf6db60c4ef3d086752f2c84122fa9ada51f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:41c630795ffc6e341c06c33918f581edd15d71c419b9481c486fc6aaf11f2f3e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8@sha256:389a254ca74176bfd1a28c105e3a9b5f4b444986254538e6ced00a2205d3e621_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ansible-operator@sha256:e56234dcbafd102313402cdf923efbe786ec2e1aa3eac7faa13e5ce22c459f60_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:fc8e01b423979e479bb2c1d08d331076a521a903a109d8360ba6bf151b4b57f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:da270051ef32441730d625681905414bf53fde16d8c6d7658d079b944470e1e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:fc61afd8a830769dfd025c573f75c68794fec1e7015aa8badc64a6b96869b7fd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:214fcf9937f352f94c1ffa5faa7491c130d6e2b7a51e9787649ff222b66dca78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:8dd8c5f2324ce79adf8bab86394ea1e1f16af7f1169b14e7f5d88709dd7da1cf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:51cb1a7e7a598c319d0d67fb965f80bcdd0908b5ecfb029886d82764c86d858a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4b3f52c199ec4739f3f71e21437b9b2d9aa4b7b4b089fe2ab71a128a66313276_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:a746a5f3fb65e609469fe62abb2390eb02330b7e87e2cde9f6af1deea6f38abd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:28d935b5a690cf627b2fa3eb54557e3edb5fb3c583d25fb9b441211518a81d55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-router@sha256:8081341b50f3910d1927863c0b406d408046398eb27bcc85e7c21620ed0edc63_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:75467650dc42b1116852242a1b4614b7b98d8219c744d8edbac739619ac4fc96_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:078b8f29a60d1122a3575564955c764d195dfe09f806e9c28eea59a2c43241c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-helm-operator@sha256:4bfcd0bb3c03921a4acb730c1f207399cea67a981a8ce9a63c9455a16f558e50_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:c1b31a80e12850ffb88b0bad8e47d4fb646afd4c4c3fe60c3058fce265b321d2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:99b2c2e0f8ddb23e34fc12bff32de5d2b5c66d1b71d3cd5981bdab98e5979827_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:0bbb1a044ef3af51d653cec5d9f482157c0a4fa51d2b6a2a0c888722f93402c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-operator@sha256:f502720c09c08150dc3d36d503700881377b8117262f49d8d72c6c61459a0cae_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:d3d5c47faf993598cba65e74992c5fa2bda7bbf6ed033a1a54249969f361c0bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:fc897ed2d1d89a346995121242f7da7d97dbb031f60db193015066aba49e086b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp-operator@sha256:95e0150645e33abeca5376b114e558a3460f4fae1514ea362ba4897bf185cba6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp@sha256:4b53760cf11aa215adf1b93f4e33ea8796701b5faa14780a245af7825bc1c83d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:1ce1579c5e7eb8b50192c92c2a3c26c396041b3bf4844d0cbb05e14352c924ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:b156ffcfea8c75a975c442c2fa589ebfc60e96c83aa54e65e6dd26d5bc47ec5c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:9966532b094b7f811b53867066415235e294ee5619ec41399a30d8e140d7a7eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:a25ae0f1ec5ca4db4c739edf0d03c31bdd7feb1b842c912a47e804d85b39b27f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:aa0566d626b3eba43d928e58f70be5158c9374714dad8f469aba92b1c363e800_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:419177f322680b9e736debfbfd046ad3d10be012d5002a2bb4882865a49efb73_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:125183b046da8cabea26eecf4fc9fe1f10ef25282b0ddabce5c88c8af0f74974_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:eeb65b9365fc89882ba68d0f4445d441741b1685b0c950da1a5b19310530e7cf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3e240574ba5b990da0a0a0f311c5fa3d6f871e917beb423cde3ce8f8b1317186_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-23T02:52:48+00:00",
"details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html/release_notes",
"product_ids": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:08449c778abcb1590772437d4598d7946cdf26c41fea30a76c1ff1c7f0f54d47_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:18242"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/frr-rhel8@sha256:8c6933f4a36a0364b39cca4071de6c68bc640e65ffb9ca92d908df45a4c6e462_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:7b8c4ce04d2fcc540a76397e401bf6db60c4ef3d086752f2c84122fa9ada51f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:41c630795ffc6e341c06c33918f581edd15d71c419b9481c486fc6aaf11f2f3e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8@sha256:389a254ca74176bfd1a28c105e3a9b5f4b444986254538e6ced00a2205d3e621_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ansible-operator@sha256:e56234dcbafd102313402cdf923efbe786ec2e1aa3eac7faa13e5ce22c459f60_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:fc8e01b423979e479bb2c1d08d331076a521a903a109d8360ba6bf151b4b57f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:da270051ef32441730d625681905414bf53fde16d8c6d7658d079b944470e1e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:fc61afd8a830769dfd025c573f75c68794fec1e7015aa8badc64a6b96869b7fd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:214fcf9937f352f94c1ffa5faa7491c130d6e2b7a51e9787649ff222b66dca78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:8dd8c5f2324ce79adf8bab86394ea1e1f16af7f1169b14e7f5d88709dd7da1cf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:51cb1a7e7a598c319d0d67fb965f80bcdd0908b5ecfb029886d82764c86d858a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4b3f52c199ec4739f3f71e21437b9b2d9aa4b7b4b089fe2ab71a128a66313276_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:a746a5f3fb65e609469fe62abb2390eb02330b7e87e2cde9f6af1deea6f38abd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:28d935b5a690cf627b2fa3eb54557e3edb5fb3c583d25fb9b441211518a81d55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-router@sha256:8081341b50f3910d1927863c0b406d408046398eb27bcc85e7c21620ed0edc63_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:75467650dc42b1116852242a1b4614b7b98d8219c744d8edbac739619ac4fc96_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:078b8f29a60d1122a3575564955c764d195dfe09f806e9c28eea59a2c43241c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-helm-operator@sha256:4bfcd0bb3c03921a4acb730c1f207399cea67a981a8ce9a63c9455a16f558e50_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:c1b31a80e12850ffb88b0bad8e47d4fb646afd4c4c3fe60c3058fce265b321d2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:99b2c2e0f8ddb23e34fc12bff32de5d2b5c66d1b71d3cd5981bdab98e5979827_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:0bbb1a044ef3af51d653cec5d9f482157c0a4fa51d2b6a2a0c888722f93402c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-operator@sha256:f502720c09c08150dc3d36d503700881377b8117262f49d8d72c6c61459a0cae_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:d3d5c47faf993598cba65e74992c5fa2bda7bbf6ed033a1a54249969f361c0bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:fc897ed2d1d89a346995121242f7da7d97dbb031f60db193015066aba49e086b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp-operator@sha256:95e0150645e33abeca5376b114e558a3460f4fae1514ea362ba4897bf185cba6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp@sha256:4b53760cf11aa215adf1b93f4e33ea8796701b5faa14780a245af7825bc1c83d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:1ce1579c5e7eb8b50192c92c2a3c26c396041b3bf4844d0cbb05e14352c924ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:b156ffcfea8c75a975c442c2fa589ebfc60e96c83aa54e65e6dd26d5bc47ec5c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:9966532b094b7f811b53867066415235e294ee5619ec41399a30d8e140d7a7eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:a25ae0f1ec5ca4db4c739edf0d03c31bdd7feb1b842c912a47e804d85b39b27f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:08449c778abcb1590772437d4598d7946cdf26c41fea30a76c1ff1c7f0f54d47_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:aa0566d626b3eba43d928e58f70be5158c9374714dad8f469aba92b1c363e800_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:419177f322680b9e736debfbfd046ad3d10be012d5002a2bb4882865a49efb73_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:125183b046da8cabea26eecf4fc9fe1f10ef25282b0ddabce5c88c8af0f74974_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:eeb65b9365fc89882ba68d0f4445d441741b1685b0c950da1a5b19310530e7cf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3e240574ba5b990da0a0a0f311c5fa3d6f871e917beb423cde3ce8f8b1317186_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/frr-rhel8@sha256:8c6933f4a36a0364b39cca4071de6c68bc640e65ffb9ca92d908df45a4c6e462_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:7b8c4ce04d2fcc540a76397e401bf6db60c4ef3d086752f2c84122fa9ada51f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:41c630795ffc6e341c06c33918f581edd15d71c419b9481c486fc6aaf11f2f3e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8@sha256:389a254ca74176bfd1a28c105e3a9b5f4b444986254538e6ced00a2205d3e621_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ansible-operator@sha256:e56234dcbafd102313402cdf923efbe786ec2e1aa3eac7faa13e5ce22c459f60_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:fc8e01b423979e479bb2c1d08d331076a521a903a109d8360ba6bf151b4b57f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:da270051ef32441730d625681905414bf53fde16d8c6d7658d079b944470e1e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:fc61afd8a830769dfd025c573f75c68794fec1e7015aa8badc64a6b96869b7fd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:214fcf9937f352f94c1ffa5faa7491c130d6e2b7a51e9787649ff222b66dca78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:8dd8c5f2324ce79adf8bab86394ea1e1f16af7f1169b14e7f5d88709dd7da1cf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:51cb1a7e7a598c319d0d67fb965f80bcdd0908b5ecfb029886d82764c86d858a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4b3f52c199ec4739f3f71e21437b9b2d9aa4b7b4b089fe2ab71a128a66313276_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:a746a5f3fb65e609469fe62abb2390eb02330b7e87e2cde9f6af1deea6f38abd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:28d935b5a690cf627b2fa3eb54557e3edb5fb3c583d25fb9b441211518a81d55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-router@sha256:8081341b50f3910d1927863c0b406d408046398eb27bcc85e7c21620ed0edc63_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:75467650dc42b1116852242a1b4614b7b98d8219c744d8edbac739619ac4fc96_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:078b8f29a60d1122a3575564955c764d195dfe09f806e9c28eea59a2c43241c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-helm-operator@sha256:4bfcd0bb3c03921a4acb730c1f207399cea67a981a8ce9a63c9455a16f558e50_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:c1b31a80e12850ffb88b0bad8e47d4fb646afd4c4c3fe60c3058fce265b321d2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:99b2c2e0f8ddb23e34fc12bff32de5d2b5c66d1b71d3cd5981bdab98e5979827_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:0bbb1a044ef3af51d653cec5d9f482157c0a4fa51d2b6a2a0c888722f93402c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-operator@sha256:f502720c09c08150dc3d36d503700881377b8117262f49d8d72c6c61459a0cae_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:d3d5c47faf993598cba65e74992c5fa2bda7bbf6ed033a1a54249969f361c0bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:fc897ed2d1d89a346995121242f7da7d97dbb031f60db193015066aba49e086b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp-operator@sha256:95e0150645e33abeca5376b114e558a3460f4fae1514ea362ba4897bf185cba6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp@sha256:4b53760cf11aa215adf1b93f4e33ea8796701b5faa14780a245af7825bc1c83d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:1ce1579c5e7eb8b50192c92c2a3c26c396041b3bf4844d0cbb05e14352c924ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:b156ffcfea8c75a975c442c2fa589ebfc60e96c83aa54e65e6dd26d5bc47ec5c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:9966532b094b7f811b53867066415235e294ee5619ec41399a30d8e140d7a7eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:a25ae0f1ec5ca4db4c739edf0d03c31bdd7feb1b842c912a47e804d85b39b27f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:08449c778abcb1590772437d4598d7946cdf26c41fea30a76c1ff1c7f0f54d47_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:aa0566d626b3eba43d928e58f70be5158c9374714dad8f469aba92b1c363e800_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:419177f322680b9e736debfbfd046ad3d10be012d5002a2bb4882865a49efb73_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:125183b046da8cabea26eecf4fc9fe1f10ef25282b0ddabce5c88c8af0f74974_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:eeb65b9365fc89882ba68d0f4445d441741b1685b0c950da1a5b19310530e7cf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3e240574ba5b990da0a0a0f311c5fa3d6f871e917beb423cde3ce8f8b1317186_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
},
{
"cve": "CVE-2025-53547",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2025-07-08T22:01:16.594090+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/frr-rhel8@sha256:8c6933f4a36a0364b39cca4071de6c68bc640e65ffb9ca92d908df45a4c6e462_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:7b8c4ce04d2fcc540a76397e401bf6db60c4ef3d086752f2c84122fa9ada51f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:41c630795ffc6e341c06c33918f581edd15d71c419b9481c486fc6aaf11f2f3e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8@sha256:389a254ca74176bfd1a28c105e3a9b5f4b444986254538e6ced00a2205d3e621_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ansible-operator@sha256:e56234dcbafd102313402cdf923efbe786ec2e1aa3eac7faa13e5ce22c459f60_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:fc8e01b423979e479bb2c1d08d331076a521a903a109d8360ba6bf151b4b57f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:da270051ef32441730d625681905414bf53fde16d8c6d7658d079b944470e1e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:fc61afd8a830769dfd025c573f75c68794fec1e7015aa8badc64a6b96869b7fd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:214fcf9937f352f94c1ffa5faa7491c130d6e2b7a51e9787649ff222b66dca78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:8dd8c5f2324ce79adf8bab86394ea1e1f16af7f1169b14e7f5d88709dd7da1cf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:51cb1a7e7a598c319d0d67fb965f80bcdd0908b5ecfb029886d82764c86d858a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4b3f52c199ec4739f3f71e21437b9b2d9aa4b7b4b089fe2ab71a128a66313276_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:a746a5f3fb65e609469fe62abb2390eb02330b7e87e2cde9f6af1deea6f38abd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:28d935b5a690cf627b2fa3eb54557e3edb5fb3c583d25fb9b441211518a81d55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-router@sha256:8081341b50f3910d1927863c0b406d408046398eb27bcc85e7c21620ed0edc63_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:75467650dc42b1116852242a1b4614b7b98d8219c744d8edbac739619ac4fc96_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:078b8f29a60d1122a3575564955c764d195dfe09f806e9c28eea59a2c43241c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-helm-operator@sha256:4bfcd0bb3c03921a4acb730c1f207399cea67a981a8ce9a63c9455a16f558e50_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:c1b31a80e12850ffb88b0bad8e47d4fb646afd4c4c3fe60c3058fce265b321d2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:99b2c2e0f8ddb23e34fc12bff32de5d2b5c66d1b71d3cd5981bdab98e5979827_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:0bbb1a044ef3af51d653cec5d9f482157c0a4fa51d2b6a2a0c888722f93402c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-operator@sha256:f502720c09c08150dc3d36d503700881377b8117262f49d8d72c6c61459a0cae_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:d3d5c47faf993598cba65e74992c5fa2bda7bbf6ed033a1a54249969f361c0bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp-operator@sha256:95e0150645e33abeca5376b114e558a3460f4fae1514ea362ba4897bf185cba6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp@sha256:4b53760cf11aa215adf1b93f4e33ea8796701b5faa14780a245af7825bc1c83d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:1ce1579c5e7eb8b50192c92c2a3c26c396041b3bf4844d0cbb05e14352c924ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:b156ffcfea8c75a975c442c2fa589ebfc60e96c83aa54e65e6dd26d5bc47ec5c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:9966532b094b7f811b53867066415235e294ee5619ec41399a30d8e140d7a7eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:a25ae0f1ec5ca4db4c739edf0d03c31bdd7feb1b842c912a47e804d85b39b27f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:08449c778abcb1590772437d4598d7946cdf26c41fea30a76c1ff1c7f0f54d47_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:aa0566d626b3eba43d928e58f70be5158c9374714dad8f469aba92b1c363e800_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:419177f322680b9e736debfbfd046ad3d10be012d5002a2bb4882865a49efb73_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:125183b046da8cabea26eecf4fc9fe1f10ef25282b0ddabce5c88c8af0f74974_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:eeb65b9365fc89882ba68d0f4445d441741b1685b0c950da1a5b19310530e7cf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3e240574ba5b990da0a0a0f311c5fa3d6f871e917beb423cde3ce8f8b1317186_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2378905"
}
],
"notes": [
{
"category": "description",
"text": "A command injection vulnerability has been identified in Helm, a package manager for Kubernetes. An attacker can craft a malicious Chart.yaml file with specially linked dependencies in a Chart.lock file. If the Chart.lock file is a symbolic link to an executable file, such as a shell script, and a user attempts to update the dependencies, the crafted content is written to the symlinked file and executed. This can lead to local code execution on the system. This issue has been patched in Helm version 3.18.4, and users should update to this version to mitigate the risk.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "helm.sh/helm/v3: Helm Chart Code Execution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Although GitOps ships Helm, this product is not vulnerable to this vulnerability as ArgoCD doesn\u0027t use helm dependency update. Additionally ArgoCD scans the whole repository searching for symbolic links that eventually points to a out of bounds destination, this later feature ensures ArgoCD is not vulnerable for this issue. Given this information ArgoCD won\u0027t be updated to pull a new version of Helm in other versions than the currently latest upstream one.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:fc897ed2d1d89a346995121242f7da7d97dbb031f60db193015066aba49e086b_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/frr-rhel8@sha256:8c6933f4a36a0364b39cca4071de6c68bc640e65ffb9ca92d908df45a4c6e462_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:7b8c4ce04d2fcc540a76397e401bf6db60c4ef3d086752f2c84122fa9ada51f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:41c630795ffc6e341c06c33918f581edd15d71c419b9481c486fc6aaf11f2f3e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8@sha256:389a254ca74176bfd1a28c105e3a9b5f4b444986254538e6ced00a2205d3e621_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ansible-operator@sha256:e56234dcbafd102313402cdf923efbe786ec2e1aa3eac7faa13e5ce22c459f60_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:fc8e01b423979e479bb2c1d08d331076a521a903a109d8360ba6bf151b4b57f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:da270051ef32441730d625681905414bf53fde16d8c6d7658d079b944470e1e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:fc61afd8a830769dfd025c573f75c68794fec1e7015aa8badc64a6b96869b7fd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:214fcf9937f352f94c1ffa5faa7491c130d6e2b7a51e9787649ff222b66dca78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:8dd8c5f2324ce79adf8bab86394ea1e1f16af7f1169b14e7f5d88709dd7da1cf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:51cb1a7e7a598c319d0d67fb965f80bcdd0908b5ecfb029886d82764c86d858a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4b3f52c199ec4739f3f71e21437b9b2d9aa4b7b4b089fe2ab71a128a66313276_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:a746a5f3fb65e609469fe62abb2390eb02330b7e87e2cde9f6af1deea6f38abd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:28d935b5a690cf627b2fa3eb54557e3edb5fb3c583d25fb9b441211518a81d55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-router@sha256:8081341b50f3910d1927863c0b406d408046398eb27bcc85e7c21620ed0edc63_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:75467650dc42b1116852242a1b4614b7b98d8219c744d8edbac739619ac4fc96_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:078b8f29a60d1122a3575564955c764d195dfe09f806e9c28eea59a2c43241c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-helm-operator@sha256:4bfcd0bb3c03921a4acb730c1f207399cea67a981a8ce9a63c9455a16f558e50_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:c1b31a80e12850ffb88b0bad8e47d4fb646afd4c4c3fe60c3058fce265b321d2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:99b2c2e0f8ddb23e34fc12bff32de5d2b5c66d1b71d3cd5981bdab98e5979827_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:0bbb1a044ef3af51d653cec5d9f482157c0a4fa51d2b6a2a0c888722f93402c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-operator@sha256:f502720c09c08150dc3d36d503700881377b8117262f49d8d72c6c61459a0cae_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:d3d5c47faf993598cba65e74992c5fa2bda7bbf6ed033a1a54249969f361c0bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp-operator@sha256:95e0150645e33abeca5376b114e558a3460f4fae1514ea362ba4897bf185cba6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp@sha256:4b53760cf11aa215adf1b93f4e33ea8796701b5faa14780a245af7825bc1c83d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:1ce1579c5e7eb8b50192c92c2a3c26c396041b3bf4844d0cbb05e14352c924ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:b156ffcfea8c75a975c442c2fa589ebfc60e96c83aa54e65e6dd26d5bc47ec5c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:9966532b094b7f811b53867066415235e294ee5619ec41399a30d8e140d7a7eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:a25ae0f1ec5ca4db4c739edf0d03c31bdd7feb1b842c912a47e804d85b39b27f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:08449c778abcb1590772437d4598d7946cdf26c41fea30a76c1ff1c7f0f54d47_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:aa0566d626b3eba43d928e58f70be5158c9374714dad8f469aba92b1c363e800_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:419177f322680b9e736debfbfd046ad3d10be012d5002a2bb4882865a49efb73_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:125183b046da8cabea26eecf4fc9fe1f10ef25282b0ddabce5c88c8af0f74974_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:eeb65b9365fc89882ba68d0f4445d441741b1685b0c950da1a5b19310530e7cf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3e240574ba5b990da0a0a0f311c5fa3d6f871e917beb423cde3ce8f8b1317186_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-53547"
},
{
"category": "external",
"summary": "RHBZ#2378905",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2378905"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-53547",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53547"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-53547",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-53547"
},
{
"category": "external",
"summary": "https://github.com/helm/helm/commit/4b8e61093d8f579f1165cdc6bd4b43fa5455f571",
"url": "https://github.com/helm/helm/commit/4b8e61093d8f579f1165cdc6bd4b43fa5455f571"
},
{
"category": "external",
"summary": "https://github.com/helm/helm/security/advisories/GHSA-557j-xg8c-q2mm",
"url": "https://github.com/helm/helm/security/advisories/GHSA-557j-xg8c-q2mm"
}
],
"release_date": "2025-07-08T21:39:59.075000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-23T02:52:48+00:00",
"details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html/release_notes",
"product_ids": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:fc897ed2d1d89a346995121242f7da7d97dbb031f60db193015066aba49e086b_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:18242"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/frr-rhel8@sha256:8c6933f4a36a0364b39cca4071de6c68bc640e65ffb9ca92d908df45a4c6e462_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:7b8c4ce04d2fcc540a76397e401bf6db60c4ef3d086752f2c84122fa9ada51f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:41c630795ffc6e341c06c33918f581edd15d71c419b9481c486fc6aaf11f2f3e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8@sha256:389a254ca74176bfd1a28c105e3a9b5f4b444986254538e6ced00a2205d3e621_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ansible-operator@sha256:e56234dcbafd102313402cdf923efbe786ec2e1aa3eac7faa13e5ce22c459f60_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:fc8e01b423979e479bb2c1d08d331076a521a903a109d8360ba6bf151b4b57f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:da270051ef32441730d625681905414bf53fde16d8c6d7658d079b944470e1e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:fc61afd8a830769dfd025c573f75c68794fec1e7015aa8badc64a6b96869b7fd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:214fcf9937f352f94c1ffa5faa7491c130d6e2b7a51e9787649ff222b66dca78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:8dd8c5f2324ce79adf8bab86394ea1e1f16af7f1169b14e7f5d88709dd7da1cf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:51cb1a7e7a598c319d0d67fb965f80bcdd0908b5ecfb029886d82764c86d858a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4b3f52c199ec4739f3f71e21437b9b2d9aa4b7b4b089fe2ab71a128a66313276_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:a746a5f3fb65e609469fe62abb2390eb02330b7e87e2cde9f6af1deea6f38abd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:28d935b5a690cf627b2fa3eb54557e3edb5fb3c583d25fb9b441211518a81d55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-router@sha256:8081341b50f3910d1927863c0b406d408046398eb27bcc85e7c21620ed0edc63_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:75467650dc42b1116852242a1b4614b7b98d8219c744d8edbac739619ac4fc96_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:078b8f29a60d1122a3575564955c764d195dfe09f806e9c28eea59a2c43241c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-helm-operator@sha256:4bfcd0bb3c03921a4acb730c1f207399cea67a981a8ce9a63c9455a16f558e50_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:c1b31a80e12850ffb88b0bad8e47d4fb646afd4c4c3fe60c3058fce265b321d2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:99b2c2e0f8ddb23e34fc12bff32de5d2b5c66d1b71d3cd5981bdab98e5979827_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:0bbb1a044ef3af51d653cec5d9f482157c0a4fa51d2b6a2a0c888722f93402c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-operator@sha256:f502720c09c08150dc3d36d503700881377b8117262f49d8d72c6c61459a0cae_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:d3d5c47faf993598cba65e74992c5fa2bda7bbf6ed033a1a54249969f361c0bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:fc897ed2d1d89a346995121242f7da7d97dbb031f60db193015066aba49e086b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp-operator@sha256:95e0150645e33abeca5376b114e558a3460f4fae1514ea362ba4897bf185cba6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp@sha256:4b53760cf11aa215adf1b93f4e33ea8796701b5faa14780a245af7825bc1c83d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:1ce1579c5e7eb8b50192c92c2a3c26c396041b3bf4844d0cbb05e14352c924ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:b156ffcfea8c75a975c442c2fa589ebfc60e96c83aa54e65e6dd26d5bc47ec5c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:9966532b094b7f811b53867066415235e294ee5619ec41399a30d8e140d7a7eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:a25ae0f1ec5ca4db4c739edf0d03c31bdd7feb1b842c912a47e804d85b39b27f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:08449c778abcb1590772437d4598d7946cdf26c41fea30a76c1ff1c7f0f54d47_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:aa0566d626b3eba43d928e58f70be5158c9374714dad8f469aba92b1c363e800_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:419177f322680b9e736debfbfd046ad3d10be012d5002a2bb4882865a49efb73_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:125183b046da8cabea26eecf4fc9fe1f10ef25282b0ddabce5c88c8af0f74974_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:eeb65b9365fc89882ba68d0f4445d441741b1685b0c950da1a5b19310530e7cf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3e240574ba5b990da0a0a0f311c5fa3d6f871e917beb423cde3ce8f8b1317186_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/frr-rhel8@sha256:8c6933f4a36a0364b39cca4071de6c68bc640e65ffb9ca92d908df45a4c6e462_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator@sha256:7b8c4ce04d2fcc540a76397e401bf6db60c4ef3d086752f2c84122fa9ada51f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8-operator@sha256:41c630795ffc6e341c06c33918f581edd15d71c419b9481c486fc6aaf11f2f3e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/metallb-rhel8@sha256:389a254ca74176bfd1a28c105e3a9b5f4b444986254538e6ced00a2205d3e621_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ansible-operator@sha256:e56234dcbafd102313402cdf923efbe786ec2e1aa3eac7faa13e5ce22c459f60_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:fc8e01b423979e479bb2c1d08d331076a521a903a109d8360ba6bf151b4b57f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:da270051ef32441730d625681905414bf53fde16d8c6d7658d079b944470e1e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-event-proxy@sha256:e85195e4157498aaed10046d541dd879ae1417832b2377e5bd0812d63d434002_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capacity@sha256:fc61afd8a830769dfd025c573f75c68794fec1e7015aa8badc64a6b96869b7fd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-nfd-operator@sha256:214fcf9937f352f94c1ffa5faa7491c130d6e2b7a51e9787649ff222b66dca78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:8dd8c5f2324ce79adf8bab86394ea1e1f16af7f1169b14e7f5d88709dd7da1cf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8@sha256:51cb1a7e7a598c319d0d67fb965f80bcdd0908b5ecfb029886d82764c86d858a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:4b3f52c199ec4739f3f71e21437b9b2d9aa4b7b4b089fe2ab71a128a66313276_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-dns-proxy@sha256:a746a5f3fb65e609469fe62abb2390eb02330b7e87e2cde9f6af1deea6f38abd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-http-proxy@sha256:28d935b5a690cf627b2fa3eb54557e3edb5fb3c583d25fb9b441211518a81d55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-egress-router@sha256:8081341b50f3910d1927863c0b406d408046398eb27bcc85e7c21620ed0edc63_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:75467650dc42b1116852242a1b4614b7b98d8219c744d8edbac739619ac4fc96_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:078b8f29a60d1122a3575564955c764d195dfe09f806e9c28eea59a2c43241c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-helm-operator@sha256:4bfcd0bb3c03921a4acb730c1f207399cea67a981a8ce9a63c9455a16f558e50_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:c1b31a80e12850ffb88b0bad8e47d4fb646afd4c4c3fe60c3058fce265b321d2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-diskmaker@sha256:99b2c2e0f8ddb23e34fc12bff32de5d2b5c66d1b71d3cd5981bdab98e5979827_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8@sha256:0bbb1a044ef3af51d653cec5d9f482157c0a4fa51d2b6a2a0c888722f93402c6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-local-storage-operator@sha256:f502720c09c08150dc3d36d503700881377b8117262f49d8d72c6c61459a0cae_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-node-feature-discovery@sha256:d3d5c47faf993598cba65e74992c5fa2bda7bbf6ed033a1a54249969f361c0bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-sdk-rhel8@sha256:fc897ed2d1d89a346995121242f7da7d97dbb031f60db193015066aba49e086b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp-operator@sha256:95e0150645e33abeca5376b114e558a3460f4fae1514ea362ba4897bf185cba6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ptp@sha256:4b53760cf11aa215adf1b93f4e33ea8796701b5faa14780a245af7825bc1c83d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller@sha256:1ce1579c5e7eb8b50192c92c2a3c26c396041b3bf4844d0cbb05e14352c924ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-infiniband-cni@sha256:b156ffcfea8c75a975c442c2fa589ebfc60e96c83aa54e65e6dd26d5bc47ec5c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-config-daemon@sha256:9966532b094b7f811b53867066415235e294ee5619ec41399a30d8e140d7a7eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-device-plugin@sha256:a25ae0f1ec5ca4db4c739edf0d03c31bdd7feb1b842c912a47e804d85b39b27f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-operator@sha256:08449c778abcb1590772437d4598d7946cdf26c41fea30a76c1ff1c7f0f54d47_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sriov-network-webhook@sha256:aa0566d626b3eba43d928e58f70be5158c9374714dad8f469aba92b1c363e800_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:419177f322680b9e736debfbfd046ad3d10be012d5002a2bb4882865a49efb73_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:125183b046da8cabea26eecf4fc9fe1f10ef25282b0ddabce5c88c8af0f74974_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ptp-must-gather-rhel8@sha256:eeb65b9365fc89882ba68d0f4445d441741b1685b0c950da1a5b19310530e7cf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:3e240574ba5b990da0a0a0f311c5fa3d6f871e917beb423cde3ce8f8b1317186_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "helm.sh/helm/v3: Helm Chart Code Execution"
}
]
}
RHSA-2025:23057
Vulnerability from csaf_redhat - Published: 2025-12-10 15:00 - Updated: 2026-06-20 07:51A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, ".")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:23d447d0847b5c4ebf2798f80167a7b8e97a15b734d54f7e4ea852745d0e3b95_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:373c27773d014a5413b55271cc1b0b774fb93a5b3f560fa139a3a36fedd189cd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:5fdc68c4c0ab11dcedc1d7fde9e04ec75cb57ff84d37e201a67fdcc85250295f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:ed1c01e9a18a7929ece023c97f6fee51b643b7caa5f0489d23287cecf8823721_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:56ee655fc9fd5aca984a7c552c00112b7314d2e79117f58c469ef91f3cefe640_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:3338d940bd19f77f8b888f7e61805937cb90226793349d4d861e92c24c81b993_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:8e9573cf43ea8b4dcf8f0a0174e566d75a97b5bbd71208706520b42a05e180e0_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:b4bc01399f7aeb2a36fed08f31d4f6e5170c98e718a33251de144403c79b6665_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:eafe3558a324eb200ab277c3961788037cb710626b1a85f94299787094c38e5e_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:44de517efe694375afa446d41299731981a2a6ee6b55ab2b5d43ef3806d2f01d_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:918b36bcd8652409366b3196dabc1764572026279d5182467973de9ac43ac418_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:91cb18fb8d5a0efc0cee76be01a812e56371fdaa0debdb3f982521b4d49d369a_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:f2d412a28544f4f964687f99060d16941f14230cc9bfbf23742b4e54d1d714b4_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:91bb2ddc8ac8f66f0df0ba089ee12afd9c059dc965eb6ae342eb1653b5b6efe7_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:d2f5c6b4d9e9a79238cef3997f5d9e093ca4a7a0535f8ac9eb969c7639bcb9bd_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fb91fab65f49cf0c64e6c3cc876be134c472c56cc994334d943ccdd22d623b90_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fd7ab9403e535ad092c73371f9b73dd9c80b5db6f99d5a961d6155caed5d3e13_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7909874cd7653aae0f55e08d3c63b22a02e324650967acefc5e40545f8c1f1a8_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:020287f5644bbd3e2f01fa221a908c3b8e74113ed85859b05bd3b3f507af400f_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0fabbcf98018c9c9597ebc16fa864ef45f43b47d7a75353dd6aecb542ef9a3e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9840668b9b82bda03ffccefa58c5002015807222200151fb798307f226568a2e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e4ea9b23c5ac7288cc576232d3a0b98a0d398e08f90154d0613976b182fba038_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:24499dcd1c9de94812ef61f9bb50b0a713483f86c50df99df37fa2c4e632561b_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4d978e1a76351d5e337edf5ae66ee425152eb2d562a8a54e9202c5595f79d339_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:501eac97f95fb5a72530b12c6ac8bbbf17a1c6348f1ce5d25cb7c1cddaecff31_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:734cb1c08439fec290f1ea7b9c5a00f3c3b26e75d0b2e112c35b4625492dfa99_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:1129ce92b963cb25eae6006fbfce9cda35c3ce514538d7d2b5881f8541749882_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:34360a5495ca71316c018793742b70be41eb6a6139c03e45db496dd6d2fe532c_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:47af4b671dd25b0e8576595850630686f0718ef7bb11a5d5ad3d3e7955c49ba2_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:94eb4d10d6b6e05c32ca29a0fd37578abf7fa2838a584ec333c2d62f6fedeed0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:288ef9df4c84bffa8e7acff3bb9f5e44bb144a1620d0f9e5ca494be3d136c037_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:45dd08bc77c689c66b0c401fc2751aa139f0b57e6e40563165563b9b517eb74a_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:61cf11297b8449488d472fd78a2334946d5dc936062c24c2807954e90fef0b6e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dcdfdfebd6add32bd83d82f0dac1159bf883171681bea6edd3a8650cdb026234_arm64 | — |
Workaround
|
A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:23d447d0847b5c4ebf2798f80167a7b8e97a15b734d54f7e4ea852745d0e3b95_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:373c27773d014a5413b55271cc1b0b774fb93a5b3f560fa139a3a36fedd189cd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:5fdc68c4c0ab11dcedc1d7fde9e04ec75cb57ff84d37e201a67fdcc85250295f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:ed1c01e9a18a7929ece023c97f6fee51b643b7caa5f0489d23287cecf8823721_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:56ee655fc9fd5aca984a7c552c00112b7314d2e79117f58c469ef91f3cefe640_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:3338d940bd19f77f8b888f7e61805937cb90226793349d4d861e92c24c81b993_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:8e9573cf43ea8b4dcf8f0a0174e566d75a97b5bbd71208706520b42a05e180e0_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:b4bc01399f7aeb2a36fed08f31d4f6e5170c98e718a33251de144403c79b6665_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:eafe3558a324eb200ab277c3961788037cb710626b1a85f94299787094c38e5e_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:44de517efe694375afa446d41299731981a2a6ee6b55ab2b5d43ef3806d2f01d_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:918b36bcd8652409366b3196dabc1764572026279d5182467973de9ac43ac418_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:91cb18fb8d5a0efc0cee76be01a812e56371fdaa0debdb3f982521b4d49d369a_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:f2d412a28544f4f964687f99060d16941f14230cc9bfbf23742b4e54d1d714b4_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:91bb2ddc8ac8f66f0df0ba089ee12afd9c059dc965eb6ae342eb1653b5b6efe7_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:d2f5c6b4d9e9a79238cef3997f5d9e093ca4a7a0535f8ac9eb969c7639bcb9bd_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fb91fab65f49cf0c64e6c3cc876be134c472c56cc994334d943ccdd22d623b90_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fd7ab9403e535ad092c73371f9b73dd9c80b5db6f99d5a961d6155caed5d3e13_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7909874cd7653aae0f55e08d3c63b22a02e324650967acefc5e40545f8c1f1a8_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:020287f5644bbd3e2f01fa221a908c3b8e74113ed85859b05bd3b3f507af400f_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0fabbcf98018c9c9597ebc16fa864ef45f43b47d7a75353dd6aecb542ef9a3e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9840668b9b82bda03ffccefa58c5002015807222200151fb798307f226568a2e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e4ea9b23c5ac7288cc576232d3a0b98a0d398e08f90154d0613976b182fba038_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:24499dcd1c9de94812ef61f9bb50b0a713483f86c50df99df37fa2c4e632561b_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4d978e1a76351d5e337edf5ae66ee425152eb2d562a8a54e9202c5595f79d339_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:501eac97f95fb5a72530b12c6ac8bbbf17a1c6348f1ce5d25cb7c1cddaecff31_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:734cb1c08439fec290f1ea7b9c5a00f3c3b26e75d0b2e112c35b4625492dfa99_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:1129ce92b963cb25eae6006fbfce9cda35c3ce514538d7d2b5881f8541749882_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:34360a5495ca71316c018793742b70be41eb6a6139c03e45db496dd6d2fe532c_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:47af4b671dd25b0e8576595850630686f0718ef7bb11a5d5ad3d3e7955c49ba2_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:94eb4d10d6b6e05c32ca29a0fd37578abf7fa2838a584ec333c2d62f6fedeed0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:288ef9df4c84bffa8e7acff3bb9f5e44bb144a1620d0f9e5ca494be3d136c037_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:45dd08bc77c689c66b0c401fc2751aa139f0b57e6e40563165563b9b517eb74a_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:61cf11297b8449488d472fd78a2334946d5dc936062c24c2807954e90fef0b6e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dcdfdfebd6add32bd83d82f0dac1159bf883171681bea6edd3a8650cdb026234_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": "Logging for Red Hat OpenShift - 6.3.2",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Logging 6.3.2 is a cluster-wide logging solution for OpenShift that collects and manages applications, infrastructure, and audit logs.",
"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-2025:23057",
"url": "https://access.redhat.com/errata/RHSA-2025:23057"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22868",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-30204",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"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/2025/rhsa-2025_23057.json"
}
],
"title": "Red Hat Security Advisory: Logging for Red Hat OpenShift - 6.3.2",
"tracking": {
"current_release_date": "2026-06-20T07:51:19+00:00",
"generator": {
"date": "2026-06-20T07:51:19+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2025:23057",
"initial_release_date": "2025-12-10T15:00:17+00:00",
"revision_history": [
{
"date": "2025-12-10T15:00:17+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-11T13:43:58+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-20T07:51:19+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Logging Subsystem for Red Hat OpenShift 6.3",
"product": {
"name": "Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:logging:6.3::el9"
}
}
}
],
"category": "product_family",
"name": "Logging Subsystem for Red Hat OpenShift"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:45dd08bc77c689c66b0c401fc2751aa139f0b57e6e40563165563b9b517eb74a_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:45dd08bc77c689c66b0c401fc2751aa139f0b57e6e40563165563b9b517eb74a_s390x",
"product_id": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:45dd08bc77c689c66b0c401fc2751aa139f0b57e6e40563165563b9b517eb74a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel9@sha256%3A45dd08bc77c689c66b0c401fc2751aa139f0b57e6e40563165563b9b517eb74a?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:8e9573cf43ea8b4dcf8f0a0174e566d75a97b5bbd71208706520b42a05e180e0_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:8e9573cf43ea8b4dcf8f0a0174e566d75a97b5bbd71208706520b42a05e180e0_s390x",
"product_id": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:8e9573cf43ea8b4dcf8f0a0174e566d75a97b5bbd71208706520b42a05e180e0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel9-operator@sha256%3A8e9573cf43ea8b4dcf8f0a0174e566d75a97b5bbd71208706520b42a05e180e0?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:d2f5c6b4d9e9a79238cef3997f5d9e093ca4a7a0535f8ac9eb969c7639bcb9bd_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:d2f5c6b4d9e9a79238cef3997f5d9e093ca4a7a0535f8ac9eb969c7639bcb9bd_s390x",
"product_id": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:d2f5c6b4d9e9a79238cef3997f5d9e093ca4a7a0535f8ac9eb969c7639bcb9bd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel9@sha256%3Ad2f5c6b4d9e9a79238cef3997f5d9e093ca4a7a0535f8ac9eb969c7639bcb9bd?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:f2d412a28544f4f964687f99060d16941f14230cc9bfbf23742b4e54d1d714b4_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:f2d412a28544f4f964687f99060d16941f14230cc9bfbf23742b4e54d1d714b4_s390x",
"product_id": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:f2d412a28544f4f964687f99060d16941f14230cc9bfbf23742b4e54d1d714b4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel9@sha256%3Af2d412a28544f4f964687f99060d16941f14230cc9bfbf23742b4e54d1d714b4?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:373c27773d014a5413b55271cc1b0b774fb93a5b3f560fa139a3a36fedd189cd_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:373c27773d014a5413b55271cc1b0b774fb93a5b3f560fa139a3a36fedd189cd_s390x",
"product_id": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:373c27773d014a5413b55271cc1b0b774fb93a5b3f560fa139a3a36fedd189cd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel9@sha256%3A373c27773d014a5413b55271cc1b0b774fb93a5b3f560fa139a3a36fedd189cd?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e4ea9b23c5ac7288cc576232d3a0b98a0d398e08f90154d0613976b182fba038_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e4ea9b23c5ac7288cc576232d3a0b98a0d398e08f90154d0613976b182fba038_s390x",
"product_id": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e4ea9b23c5ac7288cc576232d3a0b98a0d398e08f90154d0613976b182fba038_s390x",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel9-operator@sha256%3Ae4ea9b23c5ac7288cc576232d3a0b98a0d398e08f90154d0613976b182fba038?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:501eac97f95fb5a72530b12c6ac8bbbf17a1c6348f1ce5d25cb7c1cddaecff31_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:501eac97f95fb5a72530b12c6ac8bbbf17a1c6348f1ce5d25cb7c1cddaecff31_s390x",
"product_id": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:501eac97f95fb5a72530b12c6ac8bbbf17a1c6348f1ce5d25cb7c1cddaecff31_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel9@sha256%3A501eac97f95fb5a72530b12c6ac8bbbf17a1c6348f1ce5d25cb7c1cddaecff31?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:47af4b671dd25b0e8576595850630686f0718ef7bb11a5d5ad3d3e7955c49ba2_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:47af4b671dd25b0e8576595850630686f0718ef7bb11a5d5ad3d3e7955c49ba2_s390x",
"product_id": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:47af4b671dd25b0e8576595850630686f0718ef7bb11a5d5ad3d3e7955c49ba2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel9@sha256%3A47af4b671dd25b0e8576595850630686f0718ef7bb11a5d5ad3d3e7955c49ba2?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:61cf11297b8449488d472fd78a2334946d5dc936062c24c2807954e90fef0b6e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:61cf11297b8449488d472fd78a2334946d5dc936062c24c2807954e90fef0b6e_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:61cf11297b8449488d472fd78a2334946d5dc936062c24c2807954e90fef0b6e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel9@sha256%3A61cf11297b8449488d472fd78a2334946d5dc936062c24c2807954e90fef0b6e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:3338d940bd19f77f8b888f7e61805937cb90226793349d4d861e92c24c81b993_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:3338d940bd19f77f8b888f7e61805937cb90226793349d4d861e92c24c81b993_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:3338d940bd19f77f8b888f7e61805937cb90226793349d4d861e92c24c81b993_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel9-operator@sha256%3A3338d940bd19f77f8b888f7e61805937cb90226793349d4d861e92c24c81b993?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fb91fab65f49cf0c64e6c3cc876be134c472c56cc994334d943ccdd22d623b90_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fb91fab65f49cf0c64e6c3cc876be134c472c56cc994334d943ccdd22d623b90_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fb91fab65f49cf0c64e6c3cc876be134c472c56cc994334d943ccdd22d623b90_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel9@sha256%3Afb91fab65f49cf0c64e6c3cc876be134c472c56cc994334d943ccdd22d623b90?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:918b36bcd8652409366b3196dabc1764572026279d5182467973de9ac43ac418_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:918b36bcd8652409366b3196dabc1764572026279d5182467973de9ac43ac418_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:918b36bcd8652409366b3196dabc1764572026279d5182467973de9ac43ac418_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel9@sha256%3A918b36bcd8652409366b3196dabc1764572026279d5182467973de9ac43ac418?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:23d447d0847b5c4ebf2798f80167a7b8e97a15b734d54f7e4ea852745d0e3b95_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:23d447d0847b5c4ebf2798f80167a7b8e97a15b734d54f7e4ea852745d0e3b95_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:23d447d0847b5c4ebf2798f80167a7b8e97a15b734d54f7e4ea852745d0e3b95_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel9@sha256%3A23d447d0847b5c4ebf2798f80167a7b8e97a15b734d54f7e4ea852745d0e3b95?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9840668b9b82bda03ffccefa58c5002015807222200151fb798307f226568a2e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9840668b9b82bda03ffccefa58c5002015807222200151fb798307f226568a2e_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9840668b9b82bda03ffccefa58c5002015807222200151fb798307f226568a2e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel9-operator@sha256%3A9840668b9b82bda03ffccefa58c5002015807222200151fb798307f226568a2e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4d978e1a76351d5e337edf5ae66ee425152eb2d562a8a54e9202c5595f79d339_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4d978e1a76351d5e337edf5ae66ee425152eb2d562a8a54e9202c5595f79d339_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4d978e1a76351d5e337edf5ae66ee425152eb2d562a8a54e9202c5595f79d339_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel9@sha256%3A4d978e1a76351d5e337edf5ae66ee425152eb2d562a8a54e9202c5595f79d339?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:94eb4d10d6b6e05c32ca29a0fd37578abf7fa2838a584ec333c2d62f6fedeed0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:94eb4d10d6b6e05c32ca29a0fd37578abf7fa2838a584ec333c2d62f6fedeed0_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:94eb4d10d6b6e05c32ca29a0fd37578abf7fa2838a584ec333c2d62f6fedeed0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel9@sha256%3A94eb4d10d6b6e05c32ca29a0fd37578abf7fa2838a584ec333c2d62f6fedeed0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:56ee655fc9fd5aca984a7c552c00112b7314d2e79117f58c469ef91f3cefe640_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:56ee655fc9fd5aca984a7c552c00112b7314d2e79117f58c469ef91f3cefe640_amd64",
"product_id": "registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:56ee655fc9fd5aca984a7c552c00112b7314d2e79117f58c469ef91f3cefe640_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-operator-bundle@sha256%3A56ee655fc9fd5aca984a7c552c00112b7314d2e79117f58c469ef91f3cefe640?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:b4bc01399f7aeb2a36fed08f31d4f6e5170c98e718a33251de144403c79b6665_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:b4bc01399f7aeb2a36fed08f31d4f6e5170c98e718a33251de144403c79b6665_amd64",
"product_id": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:b4bc01399f7aeb2a36fed08f31d4f6e5170c98e718a33251de144403c79b6665_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel9-operator@sha256%3Ab4bc01399f7aeb2a36fed08f31d4f6e5170c98e718a33251de144403c79b6665?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fd7ab9403e535ad092c73371f9b73dd9c80b5db6f99d5a961d6155caed5d3e13_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fd7ab9403e535ad092c73371f9b73dd9c80b5db6f99d5a961d6155caed5d3e13_amd64",
"product_id": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fd7ab9403e535ad092c73371f9b73dd9c80b5db6f99d5a961d6155caed5d3e13_amd64",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel9@sha256%3Afd7ab9403e535ad092c73371f9b73dd9c80b5db6f99d5a961d6155caed5d3e13?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:91cb18fb8d5a0efc0cee76be01a812e56371fdaa0debdb3f982521b4d49d369a_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:91cb18fb8d5a0efc0cee76be01a812e56371fdaa0debdb3f982521b4d49d369a_amd64",
"product_id": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:91cb18fb8d5a0efc0cee76be01a812e56371fdaa0debdb3f982521b4d49d369a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel9@sha256%3A91cb18fb8d5a0efc0cee76be01a812e56371fdaa0debdb3f982521b4d49d369a?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:5fdc68c4c0ab11dcedc1d7fde9e04ec75cb57ff84d37e201a67fdcc85250295f_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:5fdc68c4c0ab11dcedc1d7fde9e04ec75cb57ff84d37e201a67fdcc85250295f_amd64",
"product_id": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:5fdc68c4c0ab11dcedc1d7fde9e04ec75cb57ff84d37e201a67fdcc85250295f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel9@sha256%3A5fdc68c4c0ab11dcedc1d7fde9e04ec75cb57ff84d37e201a67fdcc85250295f?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:288ef9df4c84bffa8e7acff3bb9f5e44bb144a1620d0f9e5ca494be3d136c037_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:288ef9df4c84bffa8e7acff3bb9f5e44bb144a1620d0f9e5ca494be3d136c037_amd64",
"product_id": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:288ef9df4c84bffa8e7acff3bb9f5e44bb144a1620d0f9e5ca494be3d136c037_amd64",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel9@sha256%3A288ef9df4c84bffa8e7acff3bb9f5e44bb144a1620d0f9e5ca494be3d136c037?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7909874cd7653aae0f55e08d3c63b22a02e324650967acefc5e40545f8c1f1a8_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7909874cd7653aae0f55e08d3c63b22a02e324650967acefc5e40545f8c1f1a8_amd64",
"product_id": "registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7909874cd7653aae0f55e08d3c63b22a02e324650967acefc5e40545f8c1f1a8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/loki-operator-bundle@sha256%3A7909874cd7653aae0f55e08d3c63b22a02e324650967acefc5e40545f8c1f1a8?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0fabbcf98018c9c9597ebc16fa864ef45f43b47d7a75353dd6aecb542ef9a3e5_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0fabbcf98018c9c9597ebc16fa864ef45f43b47d7a75353dd6aecb542ef9a3e5_amd64",
"product_id": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0fabbcf98018c9c9597ebc16fa864ef45f43b47d7a75353dd6aecb542ef9a3e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel9-operator@sha256%3A0fabbcf98018c9c9597ebc16fa864ef45f43b47d7a75353dd6aecb542ef9a3e5?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:24499dcd1c9de94812ef61f9bb50b0a713483f86c50df99df37fa2c4e632561b_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:24499dcd1c9de94812ef61f9bb50b0a713483f86c50df99df37fa2c4e632561b_amd64",
"product_id": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:24499dcd1c9de94812ef61f9bb50b0a713483f86c50df99df37fa2c4e632561b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel9@sha256%3A24499dcd1c9de94812ef61f9bb50b0a713483f86c50df99df37fa2c4e632561b?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:1129ce92b963cb25eae6006fbfce9cda35c3ce514538d7d2b5881f8541749882_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:1129ce92b963cb25eae6006fbfce9cda35c3ce514538d7d2b5881f8541749882_amd64",
"product_id": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:1129ce92b963cb25eae6006fbfce9cda35c3ce514538d7d2b5881f8541749882_amd64",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel9@sha256%3A1129ce92b963cb25eae6006fbfce9cda35c3ce514538d7d2b5881f8541749882?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:eafe3558a324eb200ab277c3961788037cb710626b1a85f94299787094c38e5e_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:eafe3558a324eb200ab277c3961788037cb710626b1a85f94299787094c38e5e_arm64",
"product_id": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:eafe3558a324eb200ab277c3961788037cb710626b1a85f94299787094c38e5e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel9-operator@sha256%3Aeafe3558a324eb200ab277c3961788037cb710626b1a85f94299787094c38e5e?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:91bb2ddc8ac8f66f0df0ba089ee12afd9c059dc965eb6ae342eb1653b5b6efe7_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:91bb2ddc8ac8f66f0df0ba089ee12afd9c059dc965eb6ae342eb1653b5b6efe7_arm64",
"product_id": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:91bb2ddc8ac8f66f0df0ba089ee12afd9c059dc965eb6ae342eb1653b5b6efe7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel9@sha256%3A91bb2ddc8ac8f66f0df0ba089ee12afd9c059dc965eb6ae342eb1653b5b6efe7?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:44de517efe694375afa446d41299731981a2a6ee6b55ab2b5d43ef3806d2f01d_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:44de517efe694375afa446d41299731981a2a6ee6b55ab2b5d43ef3806d2f01d_arm64",
"product_id": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:44de517efe694375afa446d41299731981a2a6ee6b55ab2b5d43ef3806d2f01d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel9@sha256%3A44de517efe694375afa446d41299731981a2a6ee6b55ab2b5d43ef3806d2f01d?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:ed1c01e9a18a7929ece023c97f6fee51b643b7caa5f0489d23287cecf8823721_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:ed1c01e9a18a7929ece023c97f6fee51b643b7caa5f0489d23287cecf8823721_arm64",
"product_id": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:ed1c01e9a18a7929ece023c97f6fee51b643b7caa5f0489d23287cecf8823721_arm64",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel9@sha256%3Aed1c01e9a18a7929ece023c97f6fee51b643b7caa5f0489d23287cecf8823721?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:dcdfdfebd6add32bd83d82f0dac1159bf883171681bea6edd3a8650cdb026234_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:dcdfdfebd6add32bd83d82f0dac1159bf883171681bea6edd3a8650cdb026234_arm64",
"product_id": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:dcdfdfebd6add32bd83d82f0dac1159bf883171681bea6edd3a8650cdb026234_arm64",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel9@sha256%3Adcdfdfebd6add32bd83d82f0dac1159bf883171681bea6edd3a8650cdb026234?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:020287f5644bbd3e2f01fa221a908c3b8e74113ed85859b05bd3b3f507af400f_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:020287f5644bbd3e2f01fa221a908c3b8e74113ed85859b05bd3b3f507af400f_arm64",
"product_id": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:020287f5644bbd3e2f01fa221a908c3b8e74113ed85859b05bd3b3f507af400f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel9-operator@sha256%3A020287f5644bbd3e2f01fa221a908c3b8e74113ed85859b05bd3b3f507af400f?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:734cb1c08439fec290f1ea7b9c5a00f3c3b26e75d0b2e112c35b4625492dfa99_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:734cb1c08439fec290f1ea7b9c5a00f3c3b26e75d0b2e112c35b4625492dfa99_arm64",
"product_id": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:734cb1c08439fec290f1ea7b9c5a00f3c3b26e75d0b2e112c35b4625492dfa99_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel9@sha256%3A734cb1c08439fec290f1ea7b9c5a00f3c3b26e75d0b2e112c35b4625492dfa99?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:34360a5495ca71316c018793742b70be41eb6a6139c03e45db496dd6d2fe532c_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:34360a5495ca71316c018793742b70be41eb6a6139c03e45db496dd6d2fe532c_arm64",
"product_id": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:34360a5495ca71316c018793742b70be41eb6a6139c03e45db496dd6d2fe532c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel9@sha256%3A34360a5495ca71316c018793742b70be41eb6a6139c03e45db496dd6d2fe532c?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:56ee655fc9fd5aca984a7c552c00112b7314d2e79117f58c469ef91f3cefe640_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:56ee655fc9fd5aca984a7c552c00112b7314d2e79117f58c469ef91f3cefe640_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:56ee655fc9fd5aca984a7c552c00112b7314d2e79117f58c469ef91f3cefe640_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:3338d940bd19f77f8b888f7e61805937cb90226793349d4d861e92c24c81b993_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:3338d940bd19f77f8b888f7e61805937cb90226793349d4d861e92c24c81b993_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:3338d940bd19f77f8b888f7e61805937cb90226793349d4d861e92c24c81b993_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:8e9573cf43ea8b4dcf8f0a0174e566d75a97b5bbd71208706520b42a05e180e0_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:8e9573cf43ea8b4dcf8f0a0174e566d75a97b5bbd71208706520b42a05e180e0_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:8e9573cf43ea8b4dcf8f0a0174e566d75a97b5bbd71208706520b42a05e180e0_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:b4bc01399f7aeb2a36fed08f31d4f6e5170c98e718a33251de144403c79b6665_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:b4bc01399f7aeb2a36fed08f31d4f6e5170c98e718a33251de144403c79b6665_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:b4bc01399f7aeb2a36fed08f31d4f6e5170c98e718a33251de144403c79b6665_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:eafe3558a324eb200ab277c3961788037cb710626b1a85f94299787094c38e5e_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:eafe3558a324eb200ab277c3961788037cb710626b1a85f94299787094c38e5e_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:eafe3558a324eb200ab277c3961788037cb710626b1a85f94299787094c38e5e_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:44de517efe694375afa446d41299731981a2a6ee6b55ab2b5d43ef3806d2f01d_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:44de517efe694375afa446d41299731981a2a6ee6b55ab2b5d43ef3806d2f01d_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:44de517efe694375afa446d41299731981a2a6ee6b55ab2b5d43ef3806d2f01d_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:918b36bcd8652409366b3196dabc1764572026279d5182467973de9ac43ac418_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:918b36bcd8652409366b3196dabc1764572026279d5182467973de9ac43ac418_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:918b36bcd8652409366b3196dabc1764572026279d5182467973de9ac43ac418_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:91cb18fb8d5a0efc0cee76be01a812e56371fdaa0debdb3f982521b4d49d369a_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:91cb18fb8d5a0efc0cee76be01a812e56371fdaa0debdb3f982521b4d49d369a_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:91cb18fb8d5a0efc0cee76be01a812e56371fdaa0debdb3f982521b4d49d369a_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:f2d412a28544f4f964687f99060d16941f14230cc9bfbf23742b4e54d1d714b4_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:f2d412a28544f4f964687f99060d16941f14230cc9bfbf23742b4e54d1d714b4_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:f2d412a28544f4f964687f99060d16941f14230cc9bfbf23742b4e54d1d714b4_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:91bb2ddc8ac8f66f0df0ba089ee12afd9c059dc965eb6ae342eb1653b5b6efe7_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:91bb2ddc8ac8f66f0df0ba089ee12afd9c059dc965eb6ae342eb1653b5b6efe7_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:91bb2ddc8ac8f66f0df0ba089ee12afd9c059dc965eb6ae342eb1653b5b6efe7_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:d2f5c6b4d9e9a79238cef3997f5d9e093ca4a7a0535f8ac9eb969c7639bcb9bd_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:d2f5c6b4d9e9a79238cef3997f5d9e093ca4a7a0535f8ac9eb969c7639bcb9bd_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:d2f5c6b4d9e9a79238cef3997f5d9e093ca4a7a0535f8ac9eb969c7639bcb9bd_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fb91fab65f49cf0c64e6c3cc876be134c472c56cc994334d943ccdd22d623b90_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fb91fab65f49cf0c64e6c3cc876be134c472c56cc994334d943ccdd22d623b90_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fb91fab65f49cf0c64e6c3cc876be134c472c56cc994334d943ccdd22d623b90_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fd7ab9403e535ad092c73371f9b73dd9c80b5db6f99d5a961d6155caed5d3e13_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fd7ab9403e535ad092c73371f9b73dd9c80b5db6f99d5a961d6155caed5d3e13_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fd7ab9403e535ad092c73371f9b73dd9c80b5db6f99d5a961d6155caed5d3e13_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:23d447d0847b5c4ebf2798f80167a7b8e97a15b734d54f7e4ea852745d0e3b95_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:23d447d0847b5c4ebf2798f80167a7b8e97a15b734d54f7e4ea852745d0e3b95_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:23d447d0847b5c4ebf2798f80167a7b8e97a15b734d54f7e4ea852745d0e3b95_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:373c27773d014a5413b55271cc1b0b774fb93a5b3f560fa139a3a36fedd189cd_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:373c27773d014a5413b55271cc1b0b774fb93a5b3f560fa139a3a36fedd189cd_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:373c27773d014a5413b55271cc1b0b774fb93a5b3f560fa139a3a36fedd189cd_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:5fdc68c4c0ab11dcedc1d7fde9e04ec75cb57ff84d37e201a67fdcc85250295f_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:5fdc68c4c0ab11dcedc1d7fde9e04ec75cb57ff84d37e201a67fdcc85250295f_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:5fdc68c4c0ab11dcedc1d7fde9e04ec75cb57ff84d37e201a67fdcc85250295f_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:ed1c01e9a18a7929ece023c97f6fee51b643b7caa5f0489d23287cecf8823721_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:ed1c01e9a18a7929ece023c97f6fee51b643b7caa5f0489d23287cecf8823721_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:ed1c01e9a18a7929ece023c97f6fee51b643b7caa5f0489d23287cecf8823721_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7909874cd7653aae0f55e08d3c63b22a02e324650967acefc5e40545f8c1f1a8_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7909874cd7653aae0f55e08d3c63b22a02e324650967acefc5e40545f8c1f1a8_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7909874cd7653aae0f55e08d3c63b22a02e324650967acefc5e40545f8c1f1a8_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:020287f5644bbd3e2f01fa221a908c3b8e74113ed85859b05bd3b3f507af400f_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:020287f5644bbd3e2f01fa221a908c3b8e74113ed85859b05bd3b3f507af400f_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:020287f5644bbd3e2f01fa221a908c3b8e74113ed85859b05bd3b3f507af400f_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0fabbcf98018c9c9597ebc16fa864ef45f43b47d7a75353dd6aecb542ef9a3e5_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0fabbcf98018c9c9597ebc16fa864ef45f43b47d7a75353dd6aecb542ef9a3e5_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0fabbcf98018c9c9597ebc16fa864ef45f43b47d7a75353dd6aecb542ef9a3e5_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9840668b9b82bda03ffccefa58c5002015807222200151fb798307f226568a2e_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9840668b9b82bda03ffccefa58c5002015807222200151fb798307f226568a2e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9840668b9b82bda03ffccefa58c5002015807222200151fb798307f226568a2e_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e4ea9b23c5ac7288cc576232d3a0b98a0d398e08f90154d0613976b182fba038_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e4ea9b23c5ac7288cc576232d3a0b98a0d398e08f90154d0613976b182fba038_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e4ea9b23c5ac7288cc576232d3a0b98a0d398e08f90154d0613976b182fba038_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:24499dcd1c9de94812ef61f9bb50b0a713483f86c50df99df37fa2c4e632561b_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:24499dcd1c9de94812ef61f9bb50b0a713483f86c50df99df37fa2c4e632561b_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:24499dcd1c9de94812ef61f9bb50b0a713483f86c50df99df37fa2c4e632561b_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4d978e1a76351d5e337edf5ae66ee425152eb2d562a8a54e9202c5595f79d339_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4d978e1a76351d5e337edf5ae66ee425152eb2d562a8a54e9202c5595f79d339_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4d978e1a76351d5e337edf5ae66ee425152eb2d562a8a54e9202c5595f79d339_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:501eac97f95fb5a72530b12c6ac8bbbf17a1c6348f1ce5d25cb7c1cddaecff31_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:501eac97f95fb5a72530b12c6ac8bbbf17a1c6348f1ce5d25cb7c1cddaecff31_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:501eac97f95fb5a72530b12c6ac8bbbf17a1c6348f1ce5d25cb7c1cddaecff31_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:734cb1c08439fec290f1ea7b9c5a00f3c3b26e75d0b2e112c35b4625492dfa99_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:734cb1c08439fec290f1ea7b9c5a00f3c3b26e75d0b2e112c35b4625492dfa99_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:734cb1c08439fec290f1ea7b9c5a00f3c3b26e75d0b2e112c35b4625492dfa99_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:1129ce92b963cb25eae6006fbfce9cda35c3ce514538d7d2b5881f8541749882_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:1129ce92b963cb25eae6006fbfce9cda35c3ce514538d7d2b5881f8541749882_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:1129ce92b963cb25eae6006fbfce9cda35c3ce514538d7d2b5881f8541749882_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:34360a5495ca71316c018793742b70be41eb6a6139c03e45db496dd6d2fe532c_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:34360a5495ca71316c018793742b70be41eb6a6139c03e45db496dd6d2fe532c_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:34360a5495ca71316c018793742b70be41eb6a6139c03e45db496dd6d2fe532c_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:47af4b671dd25b0e8576595850630686f0718ef7bb11a5d5ad3d3e7955c49ba2_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:47af4b671dd25b0e8576595850630686f0718ef7bb11a5d5ad3d3e7955c49ba2_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:47af4b671dd25b0e8576595850630686f0718ef7bb11a5d5ad3d3e7955c49ba2_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:94eb4d10d6b6e05c32ca29a0fd37578abf7fa2838a584ec333c2d62f6fedeed0_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:94eb4d10d6b6e05c32ca29a0fd37578abf7fa2838a584ec333c2d62f6fedeed0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:94eb4d10d6b6e05c32ca29a0fd37578abf7fa2838a584ec333c2d62f6fedeed0_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:288ef9df4c84bffa8e7acff3bb9f5e44bb144a1620d0f9e5ca494be3d136c037_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:288ef9df4c84bffa8e7acff3bb9f5e44bb144a1620d0f9e5ca494be3d136c037_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:288ef9df4c84bffa8e7acff3bb9f5e44bb144a1620d0f9e5ca494be3d136c037_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:45dd08bc77c689c66b0c401fc2751aa139f0b57e6e40563165563b9b517eb74a_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:45dd08bc77c689c66b0c401fc2751aa139f0b57e6e40563165563b9b517eb74a_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:45dd08bc77c689c66b0c401fc2751aa139f0b57e6e40563165563b9b517eb74a_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:61cf11297b8449488d472fd78a2334946d5dc936062c24c2807954e90fef0b6e_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:61cf11297b8449488d472fd78a2334946d5dc936062c24c2807954e90fef0b6e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:61cf11297b8449488d472fd78a2334946d5dc936062c24c2807954e90fef0b6e_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:dcdfdfebd6add32bd83d82f0dac1159bf883171681bea6edd3a8650cdb026234_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.3",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dcdfdfebd6add32bd83d82f0dac1159bf883171681bea6edd3a8650cdb026234_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:dcdfdfebd6add32bd83d82f0dac1159bf883171681bea6edd3a8650cdb026234_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.3"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:56ee655fc9fd5aca984a7c552c00112b7314d2e79117f58c469ef91f3cefe640_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:3338d940bd19f77f8b888f7e61805937cb90226793349d4d861e92c24c81b993_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:8e9573cf43ea8b4dcf8f0a0174e566d75a97b5bbd71208706520b42a05e180e0_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:b4bc01399f7aeb2a36fed08f31d4f6e5170c98e718a33251de144403c79b6665_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:eafe3558a324eb200ab277c3961788037cb710626b1a85f94299787094c38e5e_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:44de517efe694375afa446d41299731981a2a6ee6b55ab2b5d43ef3806d2f01d_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:918b36bcd8652409366b3196dabc1764572026279d5182467973de9ac43ac418_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:91cb18fb8d5a0efc0cee76be01a812e56371fdaa0debdb3f982521b4d49d369a_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:f2d412a28544f4f964687f99060d16941f14230cc9bfbf23742b4e54d1d714b4_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:91bb2ddc8ac8f66f0df0ba089ee12afd9c059dc965eb6ae342eb1653b5b6efe7_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:d2f5c6b4d9e9a79238cef3997f5d9e093ca4a7a0535f8ac9eb969c7639bcb9bd_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fb91fab65f49cf0c64e6c3cc876be134c472c56cc994334d943ccdd22d623b90_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fd7ab9403e535ad092c73371f9b73dd9c80b5db6f99d5a961d6155caed5d3e13_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7909874cd7653aae0f55e08d3c63b22a02e324650967acefc5e40545f8c1f1a8_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:020287f5644bbd3e2f01fa221a908c3b8e74113ed85859b05bd3b3f507af400f_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0fabbcf98018c9c9597ebc16fa864ef45f43b47d7a75353dd6aecb542ef9a3e5_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9840668b9b82bda03ffccefa58c5002015807222200151fb798307f226568a2e_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e4ea9b23c5ac7288cc576232d3a0b98a0d398e08f90154d0613976b182fba038_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:24499dcd1c9de94812ef61f9bb50b0a713483f86c50df99df37fa2c4e632561b_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4d978e1a76351d5e337edf5ae66ee425152eb2d562a8a54e9202c5595f79d339_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:501eac97f95fb5a72530b12c6ac8bbbf17a1c6348f1ce5d25cb7c1cddaecff31_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:734cb1c08439fec290f1ea7b9c5a00f3c3b26e75d0b2e112c35b4625492dfa99_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:1129ce92b963cb25eae6006fbfce9cda35c3ce514538d7d2b5881f8541749882_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:34360a5495ca71316c018793742b70be41eb6a6139c03e45db496dd6d2fe532c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:47af4b671dd25b0e8576595850630686f0718ef7bb11a5d5ad3d3e7955c49ba2_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:94eb4d10d6b6e05c32ca29a0fd37578abf7fa2838a584ec333c2d62f6fedeed0_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:288ef9df4c84bffa8e7acff3bb9f5e44bb144a1620d0f9e5ca494be3d136c037_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:45dd08bc77c689c66b0c401fc2751aa139f0b57e6e40563165563b9b517eb74a_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:61cf11297b8449488d472fd78a2334946d5dc936062c24c2807954e90fef0b6e_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dcdfdfebd6add32bd83d82f0dac1159bf883171681bea6edd3a8650cdb026234_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"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": [
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:23d447d0847b5c4ebf2798f80167a7b8e97a15b734d54f7e4ea852745d0e3b95_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:373c27773d014a5413b55271cc1b0b774fb93a5b3f560fa139a3a36fedd189cd_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:5fdc68c4c0ab11dcedc1d7fde9e04ec75cb57ff84d37e201a67fdcc85250295f_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:ed1c01e9a18a7929ece023c97f6fee51b643b7caa5f0489d23287cecf8823721_arm64"
],
"known_not_affected": [
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:56ee655fc9fd5aca984a7c552c00112b7314d2e79117f58c469ef91f3cefe640_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:3338d940bd19f77f8b888f7e61805937cb90226793349d4d861e92c24c81b993_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:8e9573cf43ea8b4dcf8f0a0174e566d75a97b5bbd71208706520b42a05e180e0_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:b4bc01399f7aeb2a36fed08f31d4f6e5170c98e718a33251de144403c79b6665_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:eafe3558a324eb200ab277c3961788037cb710626b1a85f94299787094c38e5e_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:44de517efe694375afa446d41299731981a2a6ee6b55ab2b5d43ef3806d2f01d_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:918b36bcd8652409366b3196dabc1764572026279d5182467973de9ac43ac418_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:91cb18fb8d5a0efc0cee76be01a812e56371fdaa0debdb3f982521b4d49d369a_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:f2d412a28544f4f964687f99060d16941f14230cc9bfbf23742b4e54d1d714b4_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:91bb2ddc8ac8f66f0df0ba089ee12afd9c059dc965eb6ae342eb1653b5b6efe7_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:d2f5c6b4d9e9a79238cef3997f5d9e093ca4a7a0535f8ac9eb969c7639bcb9bd_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fb91fab65f49cf0c64e6c3cc876be134c472c56cc994334d943ccdd22d623b90_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fd7ab9403e535ad092c73371f9b73dd9c80b5db6f99d5a961d6155caed5d3e13_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7909874cd7653aae0f55e08d3c63b22a02e324650967acefc5e40545f8c1f1a8_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:020287f5644bbd3e2f01fa221a908c3b8e74113ed85859b05bd3b3f507af400f_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0fabbcf98018c9c9597ebc16fa864ef45f43b47d7a75353dd6aecb542ef9a3e5_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9840668b9b82bda03ffccefa58c5002015807222200151fb798307f226568a2e_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e4ea9b23c5ac7288cc576232d3a0b98a0d398e08f90154d0613976b182fba038_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:24499dcd1c9de94812ef61f9bb50b0a713483f86c50df99df37fa2c4e632561b_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4d978e1a76351d5e337edf5ae66ee425152eb2d562a8a54e9202c5595f79d339_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:501eac97f95fb5a72530b12c6ac8bbbf17a1c6348f1ce5d25cb7c1cddaecff31_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:734cb1c08439fec290f1ea7b9c5a00f3c3b26e75d0b2e112c35b4625492dfa99_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:1129ce92b963cb25eae6006fbfce9cda35c3ce514538d7d2b5881f8541749882_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:34360a5495ca71316c018793742b70be41eb6a6139c03e45db496dd6d2fe532c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:47af4b671dd25b0e8576595850630686f0718ef7bb11a5d5ad3d3e7955c49ba2_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:94eb4d10d6b6e05c32ca29a0fd37578abf7fa2838a584ec333c2d62f6fedeed0_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:288ef9df4c84bffa8e7acff3bb9f5e44bb144a1620d0f9e5ca494be3d136c037_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:45dd08bc77c689c66b0c401fc2751aa139f0b57e6e40563165563b9b517eb74a_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:61cf11297b8449488d472fd78a2334946d5dc936062c24c2807954e90fef0b6e_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dcdfdfebd6add32bd83d82f0dac1159bf883171681bea6edd3a8650cdb026234_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-10T15:00:17+00:00",
"details": "For OpenShift Container Platform 4.19 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/ocp-4-19-release-notes\n\nFor Red Hat OpenShift Logging 6.3, see the following instructions to apply this update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_logging/6.3",
"product_ids": [
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:23d447d0847b5c4ebf2798f80167a7b8e97a15b734d54f7e4ea852745d0e3b95_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:373c27773d014a5413b55271cc1b0b774fb93a5b3f560fa139a3a36fedd189cd_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:5fdc68c4c0ab11dcedc1d7fde9e04ec75cb57ff84d37e201a67fdcc85250295f_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:ed1c01e9a18a7929ece023c97f6fee51b643b7caa5f0489d23287cecf8823721_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23057"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:56ee655fc9fd5aca984a7c552c00112b7314d2e79117f58c469ef91f3cefe640_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:3338d940bd19f77f8b888f7e61805937cb90226793349d4d861e92c24c81b993_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:8e9573cf43ea8b4dcf8f0a0174e566d75a97b5bbd71208706520b42a05e180e0_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:b4bc01399f7aeb2a36fed08f31d4f6e5170c98e718a33251de144403c79b6665_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:eafe3558a324eb200ab277c3961788037cb710626b1a85f94299787094c38e5e_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:44de517efe694375afa446d41299731981a2a6ee6b55ab2b5d43ef3806d2f01d_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:918b36bcd8652409366b3196dabc1764572026279d5182467973de9ac43ac418_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:91cb18fb8d5a0efc0cee76be01a812e56371fdaa0debdb3f982521b4d49d369a_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:f2d412a28544f4f964687f99060d16941f14230cc9bfbf23742b4e54d1d714b4_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:91bb2ddc8ac8f66f0df0ba089ee12afd9c059dc965eb6ae342eb1653b5b6efe7_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:d2f5c6b4d9e9a79238cef3997f5d9e093ca4a7a0535f8ac9eb969c7639bcb9bd_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fb91fab65f49cf0c64e6c3cc876be134c472c56cc994334d943ccdd22d623b90_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fd7ab9403e535ad092c73371f9b73dd9c80b5db6f99d5a961d6155caed5d3e13_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:23d447d0847b5c4ebf2798f80167a7b8e97a15b734d54f7e4ea852745d0e3b95_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:373c27773d014a5413b55271cc1b0b774fb93a5b3f560fa139a3a36fedd189cd_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:5fdc68c4c0ab11dcedc1d7fde9e04ec75cb57ff84d37e201a67fdcc85250295f_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:ed1c01e9a18a7929ece023c97f6fee51b643b7caa5f0489d23287cecf8823721_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7909874cd7653aae0f55e08d3c63b22a02e324650967acefc5e40545f8c1f1a8_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:020287f5644bbd3e2f01fa221a908c3b8e74113ed85859b05bd3b3f507af400f_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0fabbcf98018c9c9597ebc16fa864ef45f43b47d7a75353dd6aecb542ef9a3e5_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9840668b9b82bda03ffccefa58c5002015807222200151fb798307f226568a2e_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e4ea9b23c5ac7288cc576232d3a0b98a0d398e08f90154d0613976b182fba038_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:24499dcd1c9de94812ef61f9bb50b0a713483f86c50df99df37fa2c4e632561b_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4d978e1a76351d5e337edf5ae66ee425152eb2d562a8a54e9202c5595f79d339_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:501eac97f95fb5a72530b12c6ac8bbbf17a1c6348f1ce5d25cb7c1cddaecff31_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:734cb1c08439fec290f1ea7b9c5a00f3c3b26e75d0b2e112c35b4625492dfa99_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:1129ce92b963cb25eae6006fbfce9cda35c3ce514538d7d2b5881f8541749882_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:34360a5495ca71316c018793742b70be41eb6a6139c03e45db496dd6d2fe532c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:47af4b671dd25b0e8576595850630686f0718ef7bb11a5d5ad3d3e7955c49ba2_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:94eb4d10d6b6e05c32ca29a0fd37578abf7fa2838a584ec333c2d62f6fedeed0_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:288ef9df4c84bffa8e7acff3bb9f5e44bb144a1620d0f9e5ca494be3d136c037_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:45dd08bc77c689c66b0c401fc2751aa139f0b57e6e40563165563b9b517eb74a_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:61cf11297b8449488d472fd78a2334946d5dc936062c24c2807954e90fef0b6e_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dcdfdfebd6add32bd83d82f0dac1159bf883171681bea6edd3a8650cdb026234_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": [
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:56ee655fc9fd5aca984a7c552c00112b7314d2e79117f58c469ef91f3cefe640_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:3338d940bd19f77f8b888f7e61805937cb90226793349d4d861e92c24c81b993_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:8e9573cf43ea8b4dcf8f0a0174e566d75a97b5bbd71208706520b42a05e180e0_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:b4bc01399f7aeb2a36fed08f31d4f6e5170c98e718a33251de144403c79b6665_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:eafe3558a324eb200ab277c3961788037cb710626b1a85f94299787094c38e5e_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:44de517efe694375afa446d41299731981a2a6ee6b55ab2b5d43ef3806d2f01d_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:918b36bcd8652409366b3196dabc1764572026279d5182467973de9ac43ac418_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:91cb18fb8d5a0efc0cee76be01a812e56371fdaa0debdb3f982521b4d49d369a_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:f2d412a28544f4f964687f99060d16941f14230cc9bfbf23742b4e54d1d714b4_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:91bb2ddc8ac8f66f0df0ba089ee12afd9c059dc965eb6ae342eb1653b5b6efe7_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:d2f5c6b4d9e9a79238cef3997f5d9e093ca4a7a0535f8ac9eb969c7639bcb9bd_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fb91fab65f49cf0c64e6c3cc876be134c472c56cc994334d943ccdd22d623b90_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fd7ab9403e535ad092c73371f9b73dd9c80b5db6f99d5a961d6155caed5d3e13_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:23d447d0847b5c4ebf2798f80167a7b8e97a15b734d54f7e4ea852745d0e3b95_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:373c27773d014a5413b55271cc1b0b774fb93a5b3f560fa139a3a36fedd189cd_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:5fdc68c4c0ab11dcedc1d7fde9e04ec75cb57ff84d37e201a67fdcc85250295f_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:ed1c01e9a18a7929ece023c97f6fee51b643b7caa5f0489d23287cecf8823721_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7909874cd7653aae0f55e08d3c63b22a02e324650967acefc5e40545f8c1f1a8_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:020287f5644bbd3e2f01fa221a908c3b8e74113ed85859b05bd3b3f507af400f_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0fabbcf98018c9c9597ebc16fa864ef45f43b47d7a75353dd6aecb542ef9a3e5_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9840668b9b82bda03ffccefa58c5002015807222200151fb798307f226568a2e_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e4ea9b23c5ac7288cc576232d3a0b98a0d398e08f90154d0613976b182fba038_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:24499dcd1c9de94812ef61f9bb50b0a713483f86c50df99df37fa2c4e632561b_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4d978e1a76351d5e337edf5ae66ee425152eb2d562a8a54e9202c5595f79d339_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:501eac97f95fb5a72530b12c6ac8bbbf17a1c6348f1ce5d25cb7c1cddaecff31_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:734cb1c08439fec290f1ea7b9c5a00f3c3b26e75d0b2e112c35b4625492dfa99_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:1129ce92b963cb25eae6006fbfce9cda35c3ce514538d7d2b5881f8541749882_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:34360a5495ca71316c018793742b70be41eb6a6139c03e45db496dd6d2fe532c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:47af4b671dd25b0e8576595850630686f0718ef7bb11a5d5ad3d3e7955c49ba2_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:94eb4d10d6b6e05c32ca29a0fd37578abf7fa2838a584ec333c2d62f6fedeed0_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:288ef9df4c84bffa8e7acff3bb9f5e44bb144a1620d0f9e5ca494be3d136c037_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:45dd08bc77c689c66b0c401fc2751aa139f0b57e6e40563165563b9b517eb74a_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:61cf11297b8449488d472fd78a2334946d5dc936062c24c2807954e90fef0b6e_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dcdfdfebd6add32bd83d82f0dac1159bf883171681bea6edd3a8650cdb026234_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:56ee655fc9fd5aca984a7c552c00112b7314d2e79117f58c469ef91f3cefe640_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:3338d940bd19f77f8b888f7e61805937cb90226793349d4d861e92c24c81b993_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:8e9573cf43ea8b4dcf8f0a0174e566d75a97b5bbd71208706520b42a05e180e0_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:b4bc01399f7aeb2a36fed08f31d4f6e5170c98e718a33251de144403c79b6665_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:eafe3558a324eb200ab277c3961788037cb710626b1a85f94299787094c38e5e_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:44de517efe694375afa446d41299731981a2a6ee6b55ab2b5d43ef3806d2f01d_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:918b36bcd8652409366b3196dabc1764572026279d5182467973de9ac43ac418_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:91cb18fb8d5a0efc0cee76be01a812e56371fdaa0debdb3f982521b4d49d369a_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:f2d412a28544f4f964687f99060d16941f14230cc9bfbf23742b4e54d1d714b4_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:91bb2ddc8ac8f66f0df0ba089ee12afd9c059dc965eb6ae342eb1653b5b6efe7_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:d2f5c6b4d9e9a79238cef3997f5d9e093ca4a7a0535f8ac9eb969c7639bcb9bd_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fb91fab65f49cf0c64e6c3cc876be134c472c56cc994334d943ccdd22d623b90_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fd7ab9403e535ad092c73371f9b73dd9c80b5db6f99d5a961d6155caed5d3e13_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7909874cd7653aae0f55e08d3c63b22a02e324650967acefc5e40545f8c1f1a8_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:020287f5644bbd3e2f01fa221a908c3b8e74113ed85859b05bd3b3f507af400f_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0fabbcf98018c9c9597ebc16fa864ef45f43b47d7a75353dd6aecb542ef9a3e5_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9840668b9b82bda03ffccefa58c5002015807222200151fb798307f226568a2e_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e4ea9b23c5ac7288cc576232d3a0b98a0d398e08f90154d0613976b182fba038_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:24499dcd1c9de94812ef61f9bb50b0a713483f86c50df99df37fa2c4e632561b_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4d978e1a76351d5e337edf5ae66ee425152eb2d562a8a54e9202c5595f79d339_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:501eac97f95fb5a72530b12c6ac8bbbf17a1c6348f1ce5d25cb7c1cddaecff31_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:734cb1c08439fec290f1ea7b9c5a00f3c3b26e75d0b2e112c35b4625492dfa99_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:1129ce92b963cb25eae6006fbfce9cda35c3ce514538d7d2b5881f8541749882_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:34360a5495ca71316c018793742b70be41eb6a6139c03e45db496dd6d2fe532c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:47af4b671dd25b0e8576595850630686f0718ef7bb11a5d5ad3d3e7955c49ba2_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:94eb4d10d6b6e05c32ca29a0fd37578abf7fa2838a584ec333c2d62f6fedeed0_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:288ef9df4c84bffa8e7acff3bb9f5e44bb144a1620d0f9e5ca494be3d136c037_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:45dd08bc77c689c66b0c401fc2751aa139f0b57e6e40563165563b9b517eb74a_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:61cf11297b8449488d472fd78a2334946d5dc936062c24c2807954e90fef0b6e_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dcdfdfebd6add32bd83d82f0dac1159bf883171681bea6edd3a8650cdb026234_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"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": [
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:23d447d0847b5c4ebf2798f80167a7b8e97a15b734d54f7e4ea852745d0e3b95_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:373c27773d014a5413b55271cc1b0b774fb93a5b3f560fa139a3a36fedd189cd_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:5fdc68c4c0ab11dcedc1d7fde9e04ec75cb57ff84d37e201a67fdcc85250295f_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:ed1c01e9a18a7929ece023c97f6fee51b643b7caa5f0489d23287cecf8823721_arm64"
],
"known_not_affected": [
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:56ee655fc9fd5aca984a7c552c00112b7314d2e79117f58c469ef91f3cefe640_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:3338d940bd19f77f8b888f7e61805937cb90226793349d4d861e92c24c81b993_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:8e9573cf43ea8b4dcf8f0a0174e566d75a97b5bbd71208706520b42a05e180e0_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:b4bc01399f7aeb2a36fed08f31d4f6e5170c98e718a33251de144403c79b6665_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:eafe3558a324eb200ab277c3961788037cb710626b1a85f94299787094c38e5e_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:44de517efe694375afa446d41299731981a2a6ee6b55ab2b5d43ef3806d2f01d_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:918b36bcd8652409366b3196dabc1764572026279d5182467973de9ac43ac418_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:91cb18fb8d5a0efc0cee76be01a812e56371fdaa0debdb3f982521b4d49d369a_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:f2d412a28544f4f964687f99060d16941f14230cc9bfbf23742b4e54d1d714b4_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:91bb2ddc8ac8f66f0df0ba089ee12afd9c059dc965eb6ae342eb1653b5b6efe7_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:d2f5c6b4d9e9a79238cef3997f5d9e093ca4a7a0535f8ac9eb969c7639bcb9bd_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fb91fab65f49cf0c64e6c3cc876be134c472c56cc994334d943ccdd22d623b90_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fd7ab9403e535ad092c73371f9b73dd9c80b5db6f99d5a961d6155caed5d3e13_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7909874cd7653aae0f55e08d3c63b22a02e324650967acefc5e40545f8c1f1a8_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:020287f5644bbd3e2f01fa221a908c3b8e74113ed85859b05bd3b3f507af400f_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0fabbcf98018c9c9597ebc16fa864ef45f43b47d7a75353dd6aecb542ef9a3e5_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9840668b9b82bda03ffccefa58c5002015807222200151fb798307f226568a2e_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e4ea9b23c5ac7288cc576232d3a0b98a0d398e08f90154d0613976b182fba038_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:24499dcd1c9de94812ef61f9bb50b0a713483f86c50df99df37fa2c4e632561b_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4d978e1a76351d5e337edf5ae66ee425152eb2d562a8a54e9202c5595f79d339_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:501eac97f95fb5a72530b12c6ac8bbbf17a1c6348f1ce5d25cb7c1cddaecff31_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:734cb1c08439fec290f1ea7b9c5a00f3c3b26e75d0b2e112c35b4625492dfa99_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:1129ce92b963cb25eae6006fbfce9cda35c3ce514538d7d2b5881f8541749882_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:34360a5495ca71316c018793742b70be41eb6a6139c03e45db496dd6d2fe532c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:47af4b671dd25b0e8576595850630686f0718ef7bb11a5d5ad3d3e7955c49ba2_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:94eb4d10d6b6e05c32ca29a0fd37578abf7fa2838a584ec333c2d62f6fedeed0_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:288ef9df4c84bffa8e7acff3bb9f5e44bb144a1620d0f9e5ca494be3d136c037_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:45dd08bc77c689c66b0c401fc2751aa139f0b57e6e40563165563b9b517eb74a_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:61cf11297b8449488d472fd78a2334946d5dc936062c24c2807954e90fef0b6e_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dcdfdfebd6add32bd83d82f0dac1159bf883171681bea6edd3a8650cdb026234_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-10T15:00:17+00:00",
"details": "For OpenShift Container Platform 4.19 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/ocp-4-19-release-notes\n\nFor Red Hat OpenShift Logging 6.3, see the following instructions to apply this update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_logging/6.3",
"product_ids": [
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:23d447d0847b5c4ebf2798f80167a7b8e97a15b734d54f7e4ea852745d0e3b95_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:373c27773d014a5413b55271cc1b0b774fb93a5b3f560fa139a3a36fedd189cd_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:5fdc68c4c0ab11dcedc1d7fde9e04ec75cb57ff84d37e201a67fdcc85250295f_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:ed1c01e9a18a7929ece023c97f6fee51b643b7caa5f0489d23287cecf8823721_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23057"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:56ee655fc9fd5aca984a7c552c00112b7314d2e79117f58c469ef91f3cefe640_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:3338d940bd19f77f8b888f7e61805937cb90226793349d4d861e92c24c81b993_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:8e9573cf43ea8b4dcf8f0a0174e566d75a97b5bbd71208706520b42a05e180e0_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:b4bc01399f7aeb2a36fed08f31d4f6e5170c98e718a33251de144403c79b6665_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:eafe3558a324eb200ab277c3961788037cb710626b1a85f94299787094c38e5e_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:44de517efe694375afa446d41299731981a2a6ee6b55ab2b5d43ef3806d2f01d_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:918b36bcd8652409366b3196dabc1764572026279d5182467973de9ac43ac418_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:91cb18fb8d5a0efc0cee76be01a812e56371fdaa0debdb3f982521b4d49d369a_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:f2d412a28544f4f964687f99060d16941f14230cc9bfbf23742b4e54d1d714b4_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:91bb2ddc8ac8f66f0df0ba089ee12afd9c059dc965eb6ae342eb1653b5b6efe7_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:d2f5c6b4d9e9a79238cef3997f5d9e093ca4a7a0535f8ac9eb969c7639bcb9bd_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fb91fab65f49cf0c64e6c3cc876be134c472c56cc994334d943ccdd22d623b90_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fd7ab9403e535ad092c73371f9b73dd9c80b5db6f99d5a961d6155caed5d3e13_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:23d447d0847b5c4ebf2798f80167a7b8e97a15b734d54f7e4ea852745d0e3b95_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:373c27773d014a5413b55271cc1b0b774fb93a5b3f560fa139a3a36fedd189cd_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:5fdc68c4c0ab11dcedc1d7fde9e04ec75cb57ff84d37e201a67fdcc85250295f_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:ed1c01e9a18a7929ece023c97f6fee51b643b7caa5f0489d23287cecf8823721_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7909874cd7653aae0f55e08d3c63b22a02e324650967acefc5e40545f8c1f1a8_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:020287f5644bbd3e2f01fa221a908c3b8e74113ed85859b05bd3b3f507af400f_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0fabbcf98018c9c9597ebc16fa864ef45f43b47d7a75353dd6aecb542ef9a3e5_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9840668b9b82bda03ffccefa58c5002015807222200151fb798307f226568a2e_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e4ea9b23c5ac7288cc576232d3a0b98a0d398e08f90154d0613976b182fba038_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:24499dcd1c9de94812ef61f9bb50b0a713483f86c50df99df37fa2c4e632561b_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4d978e1a76351d5e337edf5ae66ee425152eb2d562a8a54e9202c5595f79d339_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:501eac97f95fb5a72530b12c6ac8bbbf17a1c6348f1ce5d25cb7c1cddaecff31_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:734cb1c08439fec290f1ea7b9c5a00f3c3b26e75d0b2e112c35b4625492dfa99_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:1129ce92b963cb25eae6006fbfce9cda35c3ce514538d7d2b5881f8541749882_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:34360a5495ca71316c018793742b70be41eb6a6139c03e45db496dd6d2fe532c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:47af4b671dd25b0e8576595850630686f0718ef7bb11a5d5ad3d3e7955c49ba2_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:94eb4d10d6b6e05c32ca29a0fd37578abf7fa2838a584ec333c2d62f6fedeed0_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:288ef9df4c84bffa8e7acff3bb9f5e44bb144a1620d0f9e5ca494be3d136c037_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:45dd08bc77c689c66b0c401fc2751aa139f0b57e6e40563165563b9b517eb74a_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:61cf11297b8449488d472fd78a2334946d5dc936062c24c2807954e90fef0b6e_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dcdfdfebd6add32bd83d82f0dac1159bf883171681bea6edd3a8650cdb026234_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": [
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:56ee655fc9fd5aca984a7c552c00112b7314d2e79117f58c469ef91f3cefe640_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:3338d940bd19f77f8b888f7e61805937cb90226793349d4d861e92c24c81b993_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:8e9573cf43ea8b4dcf8f0a0174e566d75a97b5bbd71208706520b42a05e180e0_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:b4bc01399f7aeb2a36fed08f31d4f6e5170c98e718a33251de144403c79b6665_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:eafe3558a324eb200ab277c3961788037cb710626b1a85f94299787094c38e5e_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:44de517efe694375afa446d41299731981a2a6ee6b55ab2b5d43ef3806d2f01d_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:918b36bcd8652409366b3196dabc1764572026279d5182467973de9ac43ac418_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:91cb18fb8d5a0efc0cee76be01a812e56371fdaa0debdb3f982521b4d49d369a_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:f2d412a28544f4f964687f99060d16941f14230cc9bfbf23742b4e54d1d714b4_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:91bb2ddc8ac8f66f0df0ba089ee12afd9c059dc965eb6ae342eb1653b5b6efe7_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:d2f5c6b4d9e9a79238cef3997f5d9e093ca4a7a0535f8ac9eb969c7639bcb9bd_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fb91fab65f49cf0c64e6c3cc876be134c472c56cc994334d943ccdd22d623b90_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:fd7ab9403e535ad092c73371f9b73dd9c80b5db6f99d5a961d6155caed5d3e13_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:23d447d0847b5c4ebf2798f80167a7b8e97a15b734d54f7e4ea852745d0e3b95_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:373c27773d014a5413b55271cc1b0b774fb93a5b3f560fa139a3a36fedd189cd_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:5fdc68c4c0ab11dcedc1d7fde9e04ec75cb57ff84d37e201a67fdcc85250295f_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:ed1c01e9a18a7929ece023c97f6fee51b643b7caa5f0489d23287cecf8823721_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7909874cd7653aae0f55e08d3c63b22a02e324650967acefc5e40545f8c1f1a8_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:020287f5644bbd3e2f01fa221a908c3b8e74113ed85859b05bd3b3f507af400f_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0fabbcf98018c9c9597ebc16fa864ef45f43b47d7a75353dd6aecb542ef9a3e5_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:9840668b9b82bda03ffccefa58c5002015807222200151fb798307f226568a2e_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e4ea9b23c5ac7288cc576232d3a0b98a0d398e08f90154d0613976b182fba038_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:24499dcd1c9de94812ef61f9bb50b0a713483f86c50df99df37fa2c4e632561b_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:4d978e1a76351d5e337edf5ae66ee425152eb2d562a8a54e9202c5595f79d339_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:501eac97f95fb5a72530b12c6ac8bbbf17a1c6348f1ce5d25cb7c1cddaecff31_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:734cb1c08439fec290f1ea7b9c5a00f3c3b26e75d0b2e112c35b4625492dfa99_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:1129ce92b963cb25eae6006fbfce9cda35c3ce514538d7d2b5881f8541749882_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:34360a5495ca71316c018793742b70be41eb6a6139c03e45db496dd6d2fe532c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:47af4b671dd25b0e8576595850630686f0718ef7bb11a5d5ad3d3e7955c49ba2_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:94eb4d10d6b6e05c32ca29a0fd37578abf7fa2838a584ec333c2d62f6fedeed0_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:288ef9df4c84bffa8e7acff3bb9f5e44bb144a1620d0f9e5ca494be3d136c037_amd64",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:45dd08bc77c689c66b0c401fc2751aa139f0b57e6e40563165563b9b517eb74a_s390x",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:61cf11297b8449488d472fd78a2334946d5dc936062c24c2807954e90fef0b6e_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.3:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dcdfdfebd6add32bd83d82f0dac1159bf883171681bea6edd3a8650cdb026234_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
RHSA-2025:23534
Vulnerability from csaf_redhat - Published: 2025-12-17 15:37 - Updated: 2026-06-20 07:51A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, ".")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1a20be1b195c25223f0f39fe34f2cebdff157cd5a9759e98d9926188303badc0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1c6090d7388df3d04171d6424f305f27d0e94e8e3e3fcd9ce01ee10228458232_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:6caf0c59ba27523f927bbd3beee510883ecf9b07ca43478012c3082c44116c0a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9d75a5f20193ebc028931123bd305bff0404c73949eb4e9364b239a198016de8_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:912e0be15a46e77b2495db1dad335edc4116027c342698cedd8e7718cc15a5c1_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:11d2e6ca9a3406ebc4e4426efe4b27b70775b9f74ebe79a3b144d6a975cb7532_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:56402df10d454bad662e726383c0d71da8d5f5b52993e4a4d041a247897061c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:aed9911a4013cf031cf7397f91f5dc07390b07f13d08df37fa8bb8c3c89fc36d_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:f6c2983c766aa0781a38d8990c9fa806c78dd699ebfe4206cd25f0480bc44831_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:10df3b13ce20f4b96be7f56ab50e164086194c785e565325ad392f016bd4c6c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:424cf4c9f4df5a3f958b68869a3cad6dcda351fd863edc9e33b7da30c71f626e_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:467699207e663131466c2ca929090adec4692515cae4af4c104de59286143701_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:d0ce4099e7b19248523f1833225482d31af789934bb82ddae9c41546a4109b06_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0b84d9a2faa81ad599adc3403de1af7d049979df177e4725b214b4a66335abc1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0f8658ed23924a3b59fda14288d721fcd5ee4750d1060c316af1c2cb0180dbca_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:4fe3dddaba9e364d1e8a90e7d4b830824a22ace6af8a79504034af12a37161e8_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:a1c17a5607dee49ab89c2e17cbc37db80c17db8a5e43b57df55e447067dcab3c_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7122d656b12bd9ae0c0db81acf99778d5e7ebe570e203eb1fa87a981cc9aa81e_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0f0d94828898971bd34ca73af416ccaa11d52772beeb5346cff9ed27d6f6b0a0_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:ba0c576afe3876ea101af54d5073092f89833585c2d52422d7130f3f337e3a5f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:c88d0b886366991bb212aa43f5c983f284f8ebeb9da44c64f08324c2ba2d999d_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:cd039ebbae3373ec31196541193114e5ac90facb6d23e05b3a9080dd7539a805_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:3c5bc1f3096debe90dfbad33db5b844ec82ae576bcf0f7a6344f79b2f146b9de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:84f8582df47c806c2fc8ebcee9c3a0dd1b440fb830618b8c7dbea717d381440e_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:94cd467b2d31f9768d1259169654739a311a43a7983f250bbee397c2a85f3f34_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ffe4ec982e1838027e7f70ff71adcead812cbb5f4b446e6ec835a42083533b50_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:2e861ab6966c4cb4739f26a0b27367ca909ebcdd854c5834e1fed861b05f6dce_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:6b60f5aa59999d2cb5cdef94189f8b2d0d637bc97ddfa4cdbe312e823d02f0d9_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:89e70e5e65669b1bdc846bdd51a731832b006e537dccdf9262df2105c72f9beb_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:eebc9c9a55f853cbeec80b1a9de0680544a22f4e0b0cfe448d97df68510c3c6c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:09d3f0c9faad3f4535b74fadfc968a1ca5f050612a1e97c1213ea7912c93f5a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:b368a5eb4d4782485763240c2b24e476117d8a7e17d0b39839a733f8e60e9f02_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dc69c9c31f053dac9d43a18a551c07e2ffbfca93d7957cc2ab842c7ff3013426_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dfd187d0ffc8597b30060d9b74e39505dae34783c2560cefc3b2ea5dfb1f4993_ppc64le | — |
Workaround
|
A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1a20be1b195c25223f0f39fe34f2cebdff157cd5a9759e98d9926188303badc0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1c6090d7388df3d04171d6424f305f27d0e94e8e3e3fcd9ce01ee10228458232_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:6caf0c59ba27523f927bbd3beee510883ecf9b07ca43478012c3082c44116c0a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9d75a5f20193ebc028931123bd305bff0404c73949eb4e9364b239a198016de8_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:912e0be15a46e77b2495db1dad335edc4116027c342698cedd8e7718cc15a5c1_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:11d2e6ca9a3406ebc4e4426efe4b27b70775b9f74ebe79a3b144d6a975cb7532_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:56402df10d454bad662e726383c0d71da8d5f5b52993e4a4d041a247897061c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:aed9911a4013cf031cf7397f91f5dc07390b07f13d08df37fa8bb8c3c89fc36d_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:f6c2983c766aa0781a38d8990c9fa806c78dd699ebfe4206cd25f0480bc44831_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:10df3b13ce20f4b96be7f56ab50e164086194c785e565325ad392f016bd4c6c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:424cf4c9f4df5a3f958b68869a3cad6dcda351fd863edc9e33b7da30c71f626e_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:467699207e663131466c2ca929090adec4692515cae4af4c104de59286143701_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:d0ce4099e7b19248523f1833225482d31af789934bb82ddae9c41546a4109b06_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0b84d9a2faa81ad599adc3403de1af7d049979df177e4725b214b4a66335abc1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0f8658ed23924a3b59fda14288d721fcd5ee4750d1060c316af1c2cb0180dbca_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:4fe3dddaba9e364d1e8a90e7d4b830824a22ace6af8a79504034af12a37161e8_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:a1c17a5607dee49ab89c2e17cbc37db80c17db8a5e43b57df55e447067dcab3c_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7122d656b12bd9ae0c0db81acf99778d5e7ebe570e203eb1fa87a981cc9aa81e_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0f0d94828898971bd34ca73af416ccaa11d52772beeb5346cff9ed27d6f6b0a0_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:ba0c576afe3876ea101af54d5073092f89833585c2d52422d7130f3f337e3a5f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:c88d0b886366991bb212aa43f5c983f284f8ebeb9da44c64f08324c2ba2d999d_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:cd039ebbae3373ec31196541193114e5ac90facb6d23e05b3a9080dd7539a805_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:3c5bc1f3096debe90dfbad33db5b844ec82ae576bcf0f7a6344f79b2f146b9de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:84f8582df47c806c2fc8ebcee9c3a0dd1b440fb830618b8c7dbea717d381440e_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:94cd467b2d31f9768d1259169654739a311a43a7983f250bbee397c2a85f3f34_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ffe4ec982e1838027e7f70ff71adcead812cbb5f4b446e6ec835a42083533b50_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:2e861ab6966c4cb4739f26a0b27367ca909ebcdd854c5834e1fed861b05f6dce_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:6b60f5aa59999d2cb5cdef94189f8b2d0d637bc97ddfa4cdbe312e823d02f0d9_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:89e70e5e65669b1bdc846bdd51a731832b006e537dccdf9262df2105c72f9beb_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:eebc9c9a55f853cbeec80b1a9de0680544a22f4e0b0cfe448d97df68510c3c6c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:09d3f0c9faad3f4535b74fadfc968a1ca5f050612a1e97c1213ea7912c93f5a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:b368a5eb4d4782485763240c2b24e476117d8a7e17d0b39839a733f8e60e9f02_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dc69c9c31f053dac9d43a18a551c07e2ffbfca93d7957cc2ab842c7ff3013426_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dfd187d0ffc8597b30060d9b74e39505dae34783c2560cefc3b2ea5dfb1f4993_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": "Logging for Red Hat OpenShift - 6.2.7",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Logging 6.2.7 is a cluster-wide logging solution for OpenShift that collects and manages applications, infrastructure, and audit logs.",
"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-2025:23534",
"url": "https://access.redhat.com/errata/RHSA-2025:23534"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22868",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-30204",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"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/2025/rhsa-2025_23534.json"
}
],
"title": "Red Hat Security Advisory: Logging for Red Hat OpenShift - 6.2.7",
"tracking": {
"current_release_date": "2026-06-20T07:51:29+00:00",
"generator": {
"date": "2026-06-20T07:51:29+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2025:23534",
"initial_release_date": "2025-12-17T15:37:08+00:00",
"revision_history": [
{
"date": "2025-12-17T15:37:08+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-17T15:37:15+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-20T07:51:29+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Logging Subsystem for Red Hat OpenShift 6.2",
"product": {
"name": "Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:logging:6.2::el9"
}
}
}
],
"category": "product_family",
"name": "Logging Subsystem for Red Hat OpenShift"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:912e0be15a46e77b2495db1dad335edc4116027c342698cedd8e7718cc15a5c1_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:912e0be15a46e77b2495db1dad335edc4116027c342698cedd8e7718cc15a5c1_amd64",
"product_id": "registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:912e0be15a46e77b2495db1dad335edc4116027c342698cedd8e7718cc15a5c1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-operator-bundle@sha256%3A912e0be15a46e77b2495db1dad335edc4116027c342698cedd8e7718cc15a5c1?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:56402df10d454bad662e726383c0d71da8d5f5b52993e4a4d041a247897061c2_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:56402df10d454bad662e726383c0d71da8d5f5b52993e4a4d041a247897061c2_amd64",
"product_id": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:56402df10d454bad662e726383c0d71da8d5f5b52993e4a4d041a247897061c2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel9-operator@sha256%3A56402df10d454bad662e726383c0d71da8d5f5b52993e4a4d041a247897061c2?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0f8658ed23924a3b59fda14288d721fcd5ee4750d1060c316af1c2cb0180dbca_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0f8658ed23924a3b59fda14288d721fcd5ee4750d1060c316af1c2cb0180dbca_amd64",
"product_id": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0f8658ed23924a3b59fda14288d721fcd5ee4750d1060c316af1c2cb0180dbca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel9@sha256%3A0f8658ed23924a3b59fda14288d721fcd5ee4750d1060c316af1c2cb0180dbca?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:10df3b13ce20f4b96be7f56ab50e164086194c785e565325ad392f016bd4c6c0_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:10df3b13ce20f4b96be7f56ab50e164086194c785e565325ad392f016bd4c6c0_amd64",
"product_id": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:10df3b13ce20f4b96be7f56ab50e164086194c785e565325ad392f016bd4c6c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel9@sha256%3A10df3b13ce20f4b96be7f56ab50e164086194c785e565325ad392f016bd4c6c0?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1c6090d7388df3d04171d6424f305f27d0e94e8e3e3fcd9ce01ee10228458232_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1c6090d7388df3d04171d6424f305f27d0e94e8e3e3fcd9ce01ee10228458232_amd64",
"product_id": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1c6090d7388df3d04171d6424f305f27d0e94e8e3e3fcd9ce01ee10228458232_amd64",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel9@sha256%3A1c6090d7388df3d04171d6424f305f27d0e94e8e3e3fcd9ce01ee10228458232?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:09d3f0c9faad3f4535b74fadfc968a1ca5f050612a1e97c1213ea7912c93f5a5_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:09d3f0c9faad3f4535b74fadfc968a1ca5f050612a1e97c1213ea7912c93f5a5_amd64",
"product_id": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:09d3f0c9faad3f4535b74fadfc968a1ca5f050612a1e97c1213ea7912c93f5a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel9@sha256%3A09d3f0c9faad3f4535b74fadfc968a1ca5f050612a1e97c1213ea7912c93f5a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7122d656b12bd9ae0c0db81acf99778d5e7ebe570e203eb1fa87a981cc9aa81e_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7122d656b12bd9ae0c0db81acf99778d5e7ebe570e203eb1fa87a981cc9aa81e_amd64",
"product_id": "registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7122d656b12bd9ae0c0db81acf99778d5e7ebe570e203eb1fa87a981cc9aa81e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/loki-operator-bundle@sha256%3A7122d656b12bd9ae0c0db81acf99778d5e7ebe570e203eb1fa87a981cc9aa81e?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:c88d0b886366991bb212aa43f5c983f284f8ebeb9da44c64f08324c2ba2d999d_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:c88d0b886366991bb212aa43f5c983f284f8ebeb9da44c64f08324c2ba2d999d_amd64",
"product_id": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:c88d0b886366991bb212aa43f5c983f284f8ebeb9da44c64f08324c2ba2d999d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel9-operator@sha256%3Ac88d0b886366991bb212aa43f5c983f284f8ebeb9da44c64f08324c2ba2d999d?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ffe4ec982e1838027e7f70ff71adcead812cbb5f4b446e6ec835a42083533b50_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ffe4ec982e1838027e7f70ff71adcead812cbb5f4b446e6ec835a42083533b50_amd64",
"product_id": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ffe4ec982e1838027e7f70ff71adcead812cbb5f4b446e6ec835a42083533b50_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel9@sha256%3Affe4ec982e1838027e7f70ff71adcead812cbb5f4b446e6ec835a42083533b50?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:89e70e5e65669b1bdc846bdd51a731832b006e537dccdf9262df2105c72f9beb_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:89e70e5e65669b1bdc846bdd51a731832b006e537dccdf9262df2105c72f9beb_amd64",
"product_id": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:89e70e5e65669b1bdc846bdd51a731832b006e537dccdf9262df2105c72f9beb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel9@sha256%3A89e70e5e65669b1bdc846bdd51a731832b006e537dccdf9262df2105c72f9beb?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:aed9911a4013cf031cf7397f91f5dc07390b07f13d08df37fa8bb8c3c89fc36d_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:aed9911a4013cf031cf7397f91f5dc07390b07f13d08df37fa8bb8c3c89fc36d_arm64",
"product_id": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:aed9911a4013cf031cf7397f91f5dc07390b07f13d08df37fa8bb8c3c89fc36d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel9-operator@sha256%3Aaed9911a4013cf031cf7397f91f5dc07390b07f13d08df37fa8bb8c3c89fc36d?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:a1c17a5607dee49ab89c2e17cbc37db80c17db8a5e43b57df55e447067dcab3c_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:a1c17a5607dee49ab89c2e17cbc37db80c17db8a5e43b57df55e447067dcab3c_arm64",
"product_id": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:a1c17a5607dee49ab89c2e17cbc37db80c17db8a5e43b57df55e447067dcab3c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel9@sha256%3Aa1c17a5607dee49ab89c2e17cbc37db80c17db8a5e43b57df55e447067dcab3c?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:424cf4c9f4df5a3f958b68869a3cad6dcda351fd863edc9e33b7da30c71f626e_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:424cf4c9f4df5a3f958b68869a3cad6dcda351fd863edc9e33b7da30c71f626e_arm64",
"product_id": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:424cf4c9f4df5a3f958b68869a3cad6dcda351fd863edc9e33b7da30c71f626e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel9@sha256%3A424cf4c9f4df5a3f958b68869a3cad6dcda351fd863edc9e33b7da30c71f626e?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:6caf0c59ba27523f927bbd3beee510883ecf9b07ca43478012c3082c44116c0a_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:6caf0c59ba27523f927bbd3beee510883ecf9b07ca43478012c3082c44116c0a_arm64",
"product_id": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:6caf0c59ba27523f927bbd3beee510883ecf9b07ca43478012c3082c44116c0a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel9@sha256%3A6caf0c59ba27523f927bbd3beee510883ecf9b07ca43478012c3082c44116c0a?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:b368a5eb4d4782485763240c2b24e476117d8a7e17d0b39839a733f8e60e9f02_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:b368a5eb4d4782485763240c2b24e476117d8a7e17d0b39839a733f8e60e9f02_arm64",
"product_id": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:b368a5eb4d4782485763240c2b24e476117d8a7e17d0b39839a733f8e60e9f02_arm64",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel9@sha256%3Ab368a5eb4d4782485763240c2b24e476117d8a7e17d0b39839a733f8e60e9f02?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:cd039ebbae3373ec31196541193114e5ac90facb6d23e05b3a9080dd7539a805_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:cd039ebbae3373ec31196541193114e5ac90facb6d23e05b3a9080dd7539a805_arm64",
"product_id": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:cd039ebbae3373ec31196541193114e5ac90facb6d23e05b3a9080dd7539a805_arm64",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel9-operator@sha256%3Acd039ebbae3373ec31196541193114e5ac90facb6d23e05b3a9080dd7539a805?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:94cd467b2d31f9768d1259169654739a311a43a7983f250bbee397c2a85f3f34_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:94cd467b2d31f9768d1259169654739a311a43a7983f250bbee397c2a85f3f34_arm64",
"product_id": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:94cd467b2d31f9768d1259169654739a311a43a7983f250bbee397c2a85f3f34_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel9@sha256%3A94cd467b2d31f9768d1259169654739a311a43a7983f250bbee397c2a85f3f34?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:2e861ab6966c4cb4739f26a0b27367ca909ebcdd854c5834e1fed861b05f6dce_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:2e861ab6966c4cb4739f26a0b27367ca909ebcdd854c5834e1fed861b05f6dce_arm64",
"product_id": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:2e861ab6966c4cb4739f26a0b27367ca909ebcdd854c5834e1fed861b05f6dce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel9@sha256%3A2e861ab6966c4cb4739f26a0b27367ca909ebcdd854c5834e1fed861b05f6dce?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:11d2e6ca9a3406ebc4e4426efe4b27b70775b9f74ebe79a3b144d6a975cb7532_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:11d2e6ca9a3406ebc4e4426efe4b27b70775b9f74ebe79a3b144d6a975cb7532_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:11d2e6ca9a3406ebc4e4426efe4b27b70775b9f74ebe79a3b144d6a975cb7532_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel9-operator@sha256%3A11d2e6ca9a3406ebc4e4426efe4b27b70775b9f74ebe79a3b144d6a975cb7532?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0b84d9a2faa81ad599adc3403de1af7d049979df177e4725b214b4a66335abc1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0b84d9a2faa81ad599adc3403de1af7d049979df177e4725b214b4a66335abc1_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0b84d9a2faa81ad599adc3403de1af7d049979df177e4725b214b4a66335abc1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel9@sha256%3A0b84d9a2faa81ad599adc3403de1af7d049979df177e4725b214b4a66335abc1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:d0ce4099e7b19248523f1833225482d31af789934bb82ddae9c41546a4109b06_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:d0ce4099e7b19248523f1833225482d31af789934bb82ddae9c41546a4109b06_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:d0ce4099e7b19248523f1833225482d31af789934bb82ddae9c41546a4109b06_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel9@sha256%3Ad0ce4099e7b19248523f1833225482d31af789934bb82ddae9c41546a4109b06?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1a20be1b195c25223f0f39fe34f2cebdff157cd5a9759e98d9926188303badc0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1a20be1b195c25223f0f39fe34f2cebdff157cd5a9759e98d9926188303badc0_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1a20be1b195c25223f0f39fe34f2cebdff157cd5a9759e98d9926188303badc0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel9@sha256%3A1a20be1b195c25223f0f39fe34f2cebdff157cd5a9759e98d9926188303badc0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:dfd187d0ffc8597b30060d9b74e39505dae34783c2560cefc3b2ea5dfb1f4993_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:dfd187d0ffc8597b30060d9b74e39505dae34783c2560cefc3b2ea5dfb1f4993_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:dfd187d0ffc8597b30060d9b74e39505dae34783c2560cefc3b2ea5dfb1f4993_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel9@sha256%3Adfd187d0ffc8597b30060d9b74e39505dae34783c2560cefc3b2ea5dfb1f4993?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:ba0c576afe3876ea101af54d5073092f89833585c2d52422d7130f3f337e3a5f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:ba0c576afe3876ea101af54d5073092f89833585c2d52422d7130f3f337e3a5f_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:ba0c576afe3876ea101af54d5073092f89833585c2d52422d7130f3f337e3a5f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel9-operator@sha256%3Aba0c576afe3876ea101af54d5073092f89833585c2d52422d7130f3f337e3a5f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:3c5bc1f3096debe90dfbad33db5b844ec82ae576bcf0f7a6344f79b2f146b9de_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:3c5bc1f3096debe90dfbad33db5b844ec82ae576bcf0f7a6344f79b2f146b9de_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:3c5bc1f3096debe90dfbad33db5b844ec82ae576bcf0f7a6344f79b2f146b9de_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel9@sha256%3A3c5bc1f3096debe90dfbad33db5b844ec82ae576bcf0f7a6344f79b2f146b9de?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:eebc9c9a55f853cbeec80b1a9de0680544a22f4e0b0cfe448d97df68510c3c6c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:eebc9c9a55f853cbeec80b1a9de0680544a22f4e0b0cfe448d97df68510c3c6c_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:eebc9c9a55f853cbeec80b1a9de0680544a22f4e0b0cfe448d97df68510c3c6c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel9@sha256%3Aeebc9c9a55f853cbeec80b1a9de0680544a22f4e0b0cfe448d97df68510c3c6c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:f6c2983c766aa0781a38d8990c9fa806c78dd699ebfe4206cd25f0480bc44831_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:f6c2983c766aa0781a38d8990c9fa806c78dd699ebfe4206cd25f0480bc44831_s390x",
"product_id": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:f6c2983c766aa0781a38d8990c9fa806c78dd699ebfe4206cd25f0480bc44831_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel9-operator@sha256%3Af6c2983c766aa0781a38d8990c9fa806c78dd699ebfe4206cd25f0480bc44831?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:4fe3dddaba9e364d1e8a90e7d4b830824a22ace6af8a79504034af12a37161e8_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:4fe3dddaba9e364d1e8a90e7d4b830824a22ace6af8a79504034af12a37161e8_s390x",
"product_id": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:4fe3dddaba9e364d1e8a90e7d4b830824a22ace6af8a79504034af12a37161e8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel9@sha256%3A4fe3dddaba9e364d1e8a90e7d4b830824a22ace6af8a79504034af12a37161e8?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:467699207e663131466c2ca929090adec4692515cae4af4c104de59286143701_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:467699207e663131466c2ca929090adec4692515cae4af4c104de59286143701_s390x",
"product_id": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:467699207e663131466c2ca929090adec4692515cae4af4c104de59286143701_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel9@sha256%3A467699207e663131466c2ca929090adec4692515cae4af4c104de59286143701?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9d75a5f20193ebc028931123bd305bff0404c73949eb4e9364b239a198016de8_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9d75a5f20193ebc028931123bd305bff0404c73949eb4e9364b239a198016de8_s390x",
"product_id": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9d75a5f20193ebc028931123bd305bff0404c73949eb4e9364b239a198016de8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel9@sha256%3A9d75a5f20193ebc028931123bd305bff0404c73949eb4e9364b239a198016de8?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:dc69c9c31f053dac9d43a18a551c07e2ffbfca93d7957cc2ab842c7ff3013426_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:dc69c9c31f053dac9d43a18a551c07e2ffbfca93d7957cc2ab842c7ff3013426_s390x",
"product_id": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:dc69c9c31f053dac9d43a18a551c07e2ffbfca93d7957cc2ab842c7ff3013426_s390x",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel9@sha256%3Adc69c9c31f053dac9d43a18a551c07e2ffbfca93d7957cc2ab842c7ff3013426?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0f0d94828898971bd34ca73af416ccaa11d52772beeb5346cff9ed27d6f6b0a0_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0f0d94828898971bd34ca73af416ccaa11d52772beeb5346cff9ed27d6f6b0a0_s390x",
"product_id": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0f0d94828898971bd34ca73af416ccaa11d52772beeb5346cff9ed27d6f6b0a0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel9-operator@sha256%3A0f0d94828898971bd34ca73af416ccaa11d52772beeb5346cff9ed27d6f6b0a0?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:84f8582df47c806c2fc8ebcee9c3a0dd1b440fb830618b8c7dbea717d381440e_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:84f8582df47c806c2fc8ebcee9c3a0dd1b440fb830618b8c7dbea717d381440e_s390x",
"product_id": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:84f8582df47c806c2fc8ebcee9c3a0dd1b440fb830618b8c7dbea717d381440e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel9@sha256%3A84f8582df47c806c2fc8ebcee9c3a0dd1b440fb830618b8c7dbea717d381440e?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:6b60f5aa59999d2cb5cdef94189f8b2d0d637bc97ddfa4cdbe312e823d02f0d9_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:6b60f5aa59999d2cb5cdef94189f8b2d0d637bc97ddfa4cdbe312e823d02f0d9_s390x",
"product_id": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:6b60f5aa59999d2cb5cdef94189f8b2d0d637bc97ddfa4cdbe312e823d02f0d9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel9@sha256%3A6b60f5aa59999d2cb5cdef94189f8b2d0d637bc97ddfa4cdbe312e823d02f0d9?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:912e0be15a46e77b2495db1dad335edc4116027c342698cedd8e7718cc15a5c1_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:912e0be15a46e77b2495db1dad335edc4116027c342698cedd8e7718cc15a5c1_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:912e0be15a46e77b2495db1dad335edc4116027c342698cedd8e7718cc15a5c1_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:11d2e6ca9a3406ebc4e4426efe4b27b70775b9f74ebe79a3b144d6a975cb7532_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:11d2e6ca9a3406ebc4e4426efe4b27b70775b9f74ebe79a3b144d6a975cb7532_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:11d2e6ca9a3406ebc4e4426efe4b27b70775b9f74ebe79a3b144d6a975cb7532_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:56402df10d454bad662e726383c0d71da8d5f5b52993e4a4d041a247897061c2_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:56402df10d454bad662e726383c0d71da8d5f5b52993e4a4d041a247897061c2_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:56402df10d454bad662e726383c0d71da8d5f5b52993e4a4d041a247897061c2_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:aed9911a4013cf031cf7397f91f5dc07390b07f13d08df37fa8bb8c3c89fc36d_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:aed9911a4013cf031cf7397f91f5dc07390b07f13d08df37fa8bb8c3c89fc36d_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:aed9911a4013cf031cf7397f91f5dc07390b07f13d08df37fa8bb8c3c89fc36d_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:f6c2983c766aa0781a38d8990c9fa806c78dd699ebfe4206cd25f0480bc44831_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:f6c2983c766aa0781a38d8990c9fa806c78dd699ebfe4206cd25f0480bc44831_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:f6c2983c766aa0781a38d8990c9fa806c78dd699ebfe4206cd25f0480bc44831_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:10df3b13ce20f4b96be7f56ab50e164086194c785e565325ad392f016bd4c6c0_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:10df3b13ce20f4b96be7f56ab50e164086194c785e565325ad392f016bd4c6c0_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:10df3b13ce20f4b96be7f56ab50e164086194c785e565325ad392f016bd4c6c0_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:424cf4c9f4df5a3f958b68869a3cad6dcda351fd863edc9e33b7da30c71f626e_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:424cf4c9f4df5a3f958b68869a3cad6dcda351fd863edc9e33b7da30c71f626e_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:424cf4c9f4df5a3f958b68869a3cad6dcda351fd863edc9e33b7da30c71f626e_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:467699207e663131466c2ca929090adec4692515cae4af4c104de59286143701_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:467699207e663131466c2ca929090adec4692515cae4af4c104de59286143701_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:467699207e663131466c2ca929090adec4692515cae4af4c104de59286143701_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:d0ce4099e7b19248523f1833225482d31af789934bb82ddae9c41546a4109b06_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:d0ce4099e7b19248523f1833225482d31af789934bb82ddae9c41546a4109b06_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:d0ce4099e7b19248523f1833225482d31af789934bb82ddae9c41546a4109b06_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0b84d9a2faa81ad599adc3403de1af7d049979df177e4725b214b4a66335abc1_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0b84d9a2faa81ad599adc3403de1af7d049979df177e4725b214b4a66335abc1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0b84d9a2faa81ad599adc3403de1af7d049979df177e4725b214b4a66335abc1_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0f8658ed23924a3b59fda14288d721fcd5ee4750d1060c316af1c2cb0180dbca_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0f8658ed23924a3b59fda14288d721fcd5ee4750d1060c316af1c2cb0180dbca_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0f8658ed23924a3b59fda14288d721fcd5ee4750d1060c316af1c2cb0180dbca_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:4fe3dddaba9e364d1e8a90e7d4b830824a22ace6af8a79504034af12a37161e8_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:4fe3dddaba9e364d1e8a90e7d4b830824a22ace6af8a79504034af12a37161e8_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:4fe3dddaba9e364d1e8a90e7d4b830824a22ace6af8a79504034af12a37161e8_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:a1c17a5607dee49ab89c2e17cbc37db80c17db8a5e43b57df55e447067dcab3c_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:a1c17a5607dee49ab89c2e17cbc37db80c17db8a5e43b57df55e447067dcab3c_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:a1c17a5607dee49ab89c2e17cbc37db80c17db8a5e43b57df55e447067dcab3c_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1a20be1b195c25223f0f39fe34f2cebdff157cd5a9759e98d9926188303badc0_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1a20be1b195c25223f0f39fe34f2cebdff157cd5a9759e98d9926188303badc0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1a20be1b195c25223f0f39fe34f2cebdff157cd5a9759e98d9926188303badc0_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1c6090d7388df3d04171d6424f305f27d0e94e8e3e3fcd9ce01ee10228458232_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1c6090d7388df3d04171d6424f305f27d0e94e8e3e3fcd9ce01ee10228458232_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1c6090d7388df3d04171d6424f305f27d0e94e8e3e3fcd9ce01ee10228458232_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:6caf0c59ba27523f927bbd3beee510883ecf9b07ca43478012c3082c44116c0a_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:6caf0c59ba27523f927bbd3beee510883ecf9b07ca43478012c3082c44116c0a_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:6caf0c59ba27523f927bbd3beee510883ecf9b07ca43478012c3082c44116c0a_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9d75a5f20193ebc028931123bd305bff0404c73949eb4e9364b239a198016de8_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9d75a5f20193ebc028931123bd305bff0404c73949eb4e9364b239a198016de8_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9d75a5f20193ebc028931123bd305bff0404c73949eb4e9364b239a198016de8_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7122d656b12bd9ae0c0db81acf99778d5e7ebe570e203eb1fa87a981cc9aa81e_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7122d656b12bd9ae0c0db81acf99778d5e7ebe570e203eb1fa87a981cc9aa81e_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7122d656b12bd9ae0c0db81acf99778d5e7ebe570e203eb1fa87a981cc9aa81e_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0f0d94828898971bd34ca73af416ccaa11d52772beeb5346cff9ed27d6f6b0a0_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0f0d94828898971bd34ca73af416ccaa11d52772beeb5346cff9ed27d6f6b0a0_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0f0d94828898971bd34ca73af416ccaa11d52772beeb5346cff9ed27d6f6b0a0_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:ba0c576afe3876ea101af54d5073092f89833585c2d52422d7130f3f337e3a5f_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:ba0c576afe3876ea101af54d5073092f89833585c2d52422d7130f3f337e3a5f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:ba0c576afe3876ea101af54d5073092f89833585c2d52422d7130f3f337e3a5f_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:c88d0b886366991bb212aa43f5c983f284f8ebeb9da44c64f08324c2ba2d999d_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:c88d0b886366991bb212aa43f5c983f284f8ebeb9da44c64f08324c2ba2d999d_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:c88d0b886366991bb212aa43f5c983f284f8ebeb9da44c64f08324c2ba2d999d_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:cd039ebbae3373ec31196541193114e5ac90facb6d23e05b3a9080dd7539a805_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:cd039ebbae3373ec31196541193114e5ac90facb6d23e05b3a9080dd7539a805_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:cd039ebbae3373ec31196541193114e5ac90facb6d23e05b3a9080dd7539a805_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:3c5bc1f3096debe90dfbad33db5b844ec82ae576bcf0f7a6344f79b2f146b9de_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:3c5bc1f3096debe90dfbad33db5b844ec82ae576bcf0f7a6344f79b2f146b9de_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:3c5bc1f3096debe90dfbad33db5b844ec82ae576bcf0f7a6344f79b2f146b9de_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:84f8582df47c806c2fc8ebcee9c3a0dd1b440fb830618b8c7dbea717d381440e_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:84f8582df47c806c2fc8ebcee9c3a0dd1b440fb830618b8c7dbea717d381440e_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:84f8582df47c806c2fc8ebcee9c3a0dd1b440fb830618b8c7dbea717d381440e_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:94cd467b2d31f9768d1259169654739a311a43a7983f250bbee397c2a85f3f34_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:94cd467b2d31f9768d1259169654739a311a43a7983f250bbee397c2a85f3f34_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:94cd467b2d31f9768d1259169654739a311a43a7983f250bbee397c2a85f3f34_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ffe4ec982e1838027e7f70ff71adcead812cbb5f4b446e6ec835a42083533b50_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ffe4ec982e1838027e7f70ff71adcead812cbb5f4b446e6ec835a42083533b50_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ffe4ec982e1838027e7f70ff71adcead812cbb5f4b446e6ec835a42083533b50_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:2e861ab6966c4cb4739f26a0b27367ca909ebcdd854c5834e1fed861b05f6dce_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:2e861ab6966c4cb4739f26a0b27367ca909ebcdd854c5834e1fed861b05f6dce_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:2e861ab6966c4cb4739f26a0b27367ca909ebcdd854c5834e1fed861b05f6dce_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:6b60f5aa59999d2cb5cdef94189f8b2d0d637bc97ddfa4cdbe312e823d02f0d9_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:6b60f5aa59999d2cb5cdef94189f8b2d0d637bc97ddfa4cdbe312e823d02f0d9_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:6b60f5aa59999d2cb5cdef94189f8b2d0d637bc97ddfa4cdbe312e823d02f0d9_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:89e70e5e65669b1bdc846bdd51a731832b006e537dccdf9262df2105c72f9beb_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:89e70e5e65669b1bdc846bdd51a731832b006e537dccdf9262df2105c72f9beb_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:89e70e5e65669b1bdc846bdd51a731832b006e537dccdf9262df2105c72f9beb_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:eebc9c9a55f853cbeec80b1a9de0680544a22f4e0b0cfe448d97df68510c3c6c_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:eebc9c9a55f853cbeec80b1a9de0680544a22f4e0b0cfe448d97df68510c3c6c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:eebc9c9a55f853cbeec80b1a9de0680544a22f4e0b0cfe448d97df68510c3c6c_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:09d3f0c9faad3f4535b74fadfc968a1ca5f050612a1e97c1213ea7912c93f5a5_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:09d3f0c9faad3f4535b74fadfc968a1ca5f050612a1e97c1213ea7912c93f5a5_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:09d3f0c9faad3f4535b74fadfc968a1ca5f050612a1e97c1213ea7912c93f5a5_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:b368a5eb4d4782485763240c2b24e476117d8a7e17d0b39839a733f8e60e9f02_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:b368a5eb4d4782485763240c2b24e476117d8a7e17d0b39839a733f8e60e9f02_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:b368a5eb4d4782485763240c2b24e476117d8a7e17d0b39839a733f8e60e9f02_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:dc69c9c31f053dac9d43a18a551c07e2ffbfca93d7957cc2ab842c7ff3013426_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dc69c9c31f053dac9d43a18a551c07e2ffbfca93d7957cc2ab842c7ff3013426_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:dc69c9c31f053dac9d43a18a551c07e2ffbfca93d7957cc2ab842c7ff3013426_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:dfd187d0ffc8597b30060d9b74e39505dae34783c2560cefc3b2ea5dfb1f4993_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.2",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dfd187d0ffc8597b30060d9b74e39505dae34783c2560cefc3b2ea5dfb1f4993_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:dfd187d0ffc8597b30060d9b74e39505dae34783c2560cefc3b2ea5dfb1f4993_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.2"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:912e0be15a46e77b2495db1dad335edc4116027c342698cedd8e7718cc15a5c1_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:11d2e6ca9a3406ebc4e4426efe4b27b70775b9f74ebe79a3b144d6a975cb7532_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:56402df10d454bad662e726383c0d71da8d5f5b52993e4a4d041a247897061c2_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:aed9911a4013cf031cf7397f91f5dc07390b07f13d08df37fa8bb8c3c89fc36d_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:f6c2983c766aa0781a38d8990c9fa806c78dd699ebfe4206cd25f0480bc44831_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:10df3b13ce20f4b96be7f56ab50e164086194c785e565325ad392f016bd4c6c0_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:424cf4c9f4df5a3f958b68869a3cad6dcda351fd863edc9e33b7da30c71f626e_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:467699207e663131466c2ca929090adec4692515cae4af4c104de59286143701_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:d0ce4099e7b19248523f1833225482d31af789934bb82ddae9c41546a4109b06_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0b84d9a2faa81ad599adc3403de1af7d049979df177e4725b214b4a66335abc1_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0f8658ed23924a3b59fda14288d721fcd5ee4750d1060c316af1c2cb0180dbca_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:4fe3dddaba9e364d1e8a90e7d4b830824a22ace6af8a79504034af12a37161e8_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:a1c17a5607dee49ab89c2e17cbc37db80c17db8a5e43b57df55e447067dcab3c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7122d656b12bd9ae0c0db81acf99778d5e7ebe570e203eb1fa87a981cc9aa81e_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0f0d94828898971bd34ca73af416ccaa11d52772beeb5346cff9ed27d6f6b0a0_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:ba0c576afe3876ea101af54d5073092f89833585c2d52422d7130f3f337e3a5f_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:c88d0b886366991bb212aa43f5c983f284f8ebeb9da44c64f08324c2ba2d999d_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:cd039ebbae3373ec31196541193114e5ac90facb6d23e05b3a9080dd7539a805_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:3c5bc1f3096debe90dfbad33db5b844ec82ae576bcf0f7a6344f79b2f146b9de_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:84f8582df47c806c2fc8ebcee9c3a0dd1b440fb830618b8c7dbea717d381440e_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:94cd467b2d31f9768d1259169654739a311a43a7983f250bbee397c2a85f3f34_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ffe4ec982e1838027e7f70ff71adcead812cbb5f4b446e6ec835a42083533b50_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:2e861ab6966c4cb4739f26a0b27367ca909ebcdd854c5834e1fed861b05f6dce_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:6b60f5aa59999d2cb5cdef94189f8b2d0d637bc97ddfa4cdbe312e823d02f0d9_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:89e70e5e65669b1bdc846bdd51a731832b006e537dccdf9262df2105c72f9beb_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:eebc9c9a55f853cbeec80b1a9de0680544a22f4e0b0cfe448d97df68510c3c6c_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:09d3f0c9faad3f4535b74fadfc968a1ca5f050612a1e97c1213ea7912c93f5a5_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:b368a5eb4d4782485763240c2b24e476117d8a7e17d0b39839a733f8e60e9f02_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dc69c9c31f053dac9d43a18a551c07e2ffbfca93d7957cc2ab842c7ff3013426_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dfd187d0ffc8597b30060d9b74e39505dae34783c2560cefc3b2ea5dfb1f4993_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"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": [
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1a20be1b195c25223f0f39fe34f2cebdff157cd5a9759e98d9926188303badc0_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1c6090d7388df3d04171d6424f305f27d0e94e8e3e3fcd9ce01ee10228458232_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:6caf0c59ba27523f927bbd3beee510883ecf9b07ca43478012c3082c44116c0a_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9d75a5f20193ebc028931123bd305bff0404c73949eb4e9364b239a198016de8_s390x"
],
"known_not_affected": [
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:912e0be15a46e77b2495db1dad335edc4116027c342698cedd8e7718cc15a5c1_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:11d2e6ca9a3406ebc4e4426efe4b27b70775b9f74ebe79a3b144d6a975cb7532_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:56402df10d454bad662e726383c0d71da8d5f5b52993e4a4d041a247897061c2_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:aed9911a4013cf031cf7397f91f5dc07390b07f13d08df37fa8bb8c3c89fc36d_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:f6c2983c766aa0781a38d8990c9fa806c78dd699ebfe4206cd25f0480bc44831_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:10df3b13ce20f4b96be7f56ab50e164086194c785e565325ad392f016bd4c6c0_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:424cf4c9f4df5a3f958b68869a3cad6dcda351fd863edc9e33b7da30c71f626e_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:467699207e663131466c2ca929090adec4692515cae4af4c104de59286143701_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:d0ce4099e7b19248523f1833225482d31af789934bb82ddae9c41546a4109b06_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0b84d9a2faa81ad599adc3403de1af7d049979df177e4725b214b4a66335abc1_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0f8658ed23924a3b59fda14288d721fcd5ee4750d1060c316af1c2cb0180dbca_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:4fe3dddaba9e364d1e8a90e7d4b830824a22ace6af8a79504034af12a37161e8_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:a1c17a5607dee49ab89c2e17cbc37db80c17db8a5e43b57df55e447067dcab3c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7122d656b12bd9ae0c0db81acf99778d5e7ebe570e203eb1fa87a981cc9aa81e_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0f0d94828898971bd34ca73af416ccaa11d52772beeb5346cff9ed27d6f6b0a0_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:ba0c576afe3876ea101af54d5073092f89833585c2d52422d7130f3f337e3a5f_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:c88d0b886366991bb212aa43f5c983f284f8ebeb9da44c64f08324c2ba2d999d_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:cd039ebbae3373ec31196541193114e5ac90facb6d23e05b3a9080dd7539a805_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:3c5bc1f3096debe90dfbad33db5b844ec82ae576bcf0f7a6344f79b2f146b9de_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:84f8582df47c806c2fc8ebcee9c3a0dd1b440fb830618b8c7dbea717d381440e_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:94cd467b2d31f9768d1259169654739a311a43a7983f250bbee397c2a85f3f34_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ffe4ec982e1838027e7f70ff71adcead812cbb5f4b446e6ec835a42083533b50_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:2e861ab6966c4cb4739f26a0b27367ca909ebcdd854c5834e1fed861b05f6dce_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:6b60f5aa59999d2cb5cdef94189f8b2d0d637bc97ddfa4cdbe312e823d02f0d9_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:89e70e5e65669b1bdc846bdd51a731832b006e537dccdf9262df2105c72f9beb_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:eebc9c9a55f853cbeec80b1a9de0680544a22f4e0b0cfe448d97df68510c3c6c_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:09d3f0c9faad3f4535b74fadfc968a1ca5f050612a1e97c1213ea7912c93f5a5_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:b368a5eb4d4782485763240c2b24e476117d8a7e17d0b39839a733f8e60e9f02_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dc69c9c31f053dac9d43a18a551c07e2ffbfca93d7957cc2ab842c7ff3013426_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dfd187d0ffc8597b30060d9b74e39505dae34783c2560cefc3b2ea5dfb1f4993_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-17T15:37:08+00:00",
"details": "For OpenShift Container Platform 4.18 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/release_notes/ocp-4-18-release-notes\n\nFor Red Hat OpenShift Logging 6.2, see the following instructions to apply this update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_logging/6.2",
"product_ids": [
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1a20be1b195c25223f0f39fe34f2cebdff157cd5a9759e98d9926188303badc0_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1c6090d7388df3d04171d6424f305f27d0e94e8e3e3fcd9ce01ee10228458232_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:6caf0c59ba27523f927bbd3beee510883ecf9b07ca43478012c3082c44116c0a_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9d75a5f20193ebc028931123bd305bff0404c73949eb4e9364b239a198016de8_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23534"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:912e0be15a46e77b2495db1dad335edc4116027c342698cedd8e7718cc15a5c1_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:11d2e6ca9a3406ebc4e4426efe4b27b70775b9f74ebe79a3b144d6a975cb7532_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:56402df10d454bad662e726383c0d71da8d5f5b52993e4a4d041a247897061c2_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:aed9911a4013cf031cf7397f91f5dc07390b07f13d08df37fa8bb8c3c89fc36d_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:f6c2983c766aa0781a38d8990c9fa806c78dd699ebfe4206cd25f0480bc44831_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:10df3b13ce20f4b96be7f56ab50e164086194c785e565325ad392f016bd4c6c0_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:424cf4c9f4df5a3f958b68869a3cad6dcda351fd863edc9e33b7da30c71f626e_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:467699207e663131466c2ca929090adec4692515cae4af4c104de59286143701_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:d0ce4099e7b19248523f1833225482d31af789934bb82ddae9c41546a4109b06_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0b84d9a2faa81ad599adc3403de1af7d049979df177e4725b214b4a66335abc1_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0f8658ed23924a3b59fda14288d721fcd5ee4750d1060c316af1c2cb0180dbca_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:4fe3dddaba9e364d1e8a90e7d4b830824a22ace6af8a79504034af12a37161e8_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:a1c17a5607dee49ab89c2e17cbc37db80c17db8a5e43b57df55e447067dcab3c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1a20be1b195c25223f0f39fe34f2cebdff157cd5a9759e98d9926188303badc0_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1c6090d7388df3d04171d6424f305f27d0e94e8e3e3fcd9ce01ee10228458232_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:6caf0c59ba27523f927bbd3beee510883ecf9b07ca43478012c3082c44116c0a_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9d75a5f20193ebc028931123bd305bff0404c73949eb4e9364b239a198016de8_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7122d656b12bd9ae0c0db81acf99778d5e7ebe570e203eb1fa87a981cc9aa81e_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0f0d94828898971bd34ca73af416ccaa11d52772beeb5346cff9ed27d6f6b0a0_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:ba0c576afe3876ea101af54d5073092f89833585c2d52422d7130f3f337e3a5f_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:c88d0b886366991bb212aa43f5c983f284f8ebeb9da44c64f08324c2ba2d999d_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:cd039ebbae3373ec31196541193114e5ac90facb6d23e05b3a9080dd7539a805_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:3c5bc1f3096debe90dfbad33db5b844ec82ae576bcf0f7a6344f79b2f146b9de_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:84f8582df47c806c2fc8ebcee9c3a0dd1b440fb830618b8c7dbea717d381440e_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:94cd467b2d31f9768d1259169654739a311a43a7983f250bbee397c2a85f3f34_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ffe4ec982e1838027e7f70ff71adcead812cbb5f4b446e6ec835a42083533b50_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:2e861ab6966c4cb4739f26a0b27367ca909ebcdd854c5834e1fed861b05f6dce_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:6b60f5aa59999d2cb5cdef94189f8b2d0d637bc97ddfa4cdbe312e823d02f0d9_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:89e70e5e65669b1bdc846bdd51a731832b006e537dccdf9262df2105c72f9beb_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:eebc9c9a55f853cbeec80b1a9de0680544a22f4e0b0cfe448d97df68510c3c6c_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:09d3f0c9faad3f4535b74fadfc968a1ca5f050612a1e97c1213ea7912c93f5a5_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:b368a5eb4d4782485763240c2b24e476117d8a7e17d0b39839a733f8e60e9f02_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dc69c9c31f053dac9d43a18a551c07e2ffbfca93d7957cc2ab842c7ff3013426_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dfd187d0ffc8597b30060d9b74e39505dae34783c2560cefc3b2ea5dfb1f4993_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:912e0be15a46e77b2495db1dad335edc4116027c342698cedd8e7718cc15a5c1_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:11d2e6ca9a3406ebc4e4426efe4b27b70775b9f74ebe79a3b144d6a975cb7532_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:56402df10d454bad662e726383c0d71da8d5f5b52993e4a4d041a247897061c2_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:aed9911a4013cf031cf7397f91f5dc07390b07f13d08df37fa8bb8c3c89fc36d_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:f6c2983c766aa0781a38d8990c9fa806c78dd699ebfe4206cd25f0480bc44831_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:10df3b13ce20f4b96be7f56ab50e164086194c785e565325ad392f016bd4c6c0_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:424cf4c9f4df5a3f958b68869a3cad6dcda351fd863edc9e33b7da30c71f626e_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:467699207e663131466c2ca929090adec4692515cae4af4c104de59286143701_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:d0ce4099e7b19248523f1833225482d31af789934bb82ddae9c41546a4109b06_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0b84d9a2faa81ad599adc3403de1af7d049979df177e4725b214b4a66335abc1_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0f8658ed23924a3b59fda14288d721fcd5ee4750d1060c316af1c2cb0180dbca_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:4fe3dddaba9e364d1e8a90e7d4b830824a22ace6af8a79504034af12a37161e8_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:a1c17a5607dee49ab89c2e17cbc37db80c17db8a5e43b57df55e447067dcab3c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1a20be1b195c25223f0f39fe34f2cebdff157cd5a9759e98d9926188303badc0_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1c6090d7388df3d04171d6424f305f27d0e94e8e3e3fcd9ce01ee10228458232_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:6caf0c59ba27523f927bbd3beee510883ecf9b07ca43478012c3082c44116c0a_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9d75a5f20193ebc028931123bd305bff0404c73949eb4e9364b239a198016de8_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7122d656b12bd9ae0c0db81acf99778d5e7ebe570e203eb1fa87a981cc9aa81e_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0f0d94828898971bd34ca73af416ccaa11d52772beeb5346cff9ed27d6f6b0a0_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:ba0c576afe3876ea101af54d5073092f89833585c2d52422d7130f3f337e3a5f_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:c88d0b886366991bb212aa43f5c983f284f8ebeb9da44c64f08324c2ba2d999d_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:cd039ebbae3373ec31196541193114e5ac90facb6d23e05b3a9080dd7539a805_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:3c5bc1f3096debe90dfbad33db5b844ec82ae576bcf0f7a6344f79b2f146b9de_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:84f8582df47c806c2fc8ebcee9c3a0dd1b440fb830618b8c7dbea717d381440e_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:94cd467b2d31f9768d1259169654739a311a43a7983f250bbee397c2a85f3f34_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ffe4ec982e1838027e7f70ff71adcead812cbb5f4b446e6ec835a42083533b50_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:2e861ab6966c4cb4739f26a0b27367ca909ebcdd854c5834e1fed861b05f6dce_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:6b60f5aa59999d2cb5cdef94189f8b2d0d637bc97ddfa4cdbe312e823d02f0d9_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:89e70e5e65669b1bdc846bdd51a731832b006e537dccdf9262df2105c72f9beb_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:eebc9c9a55f853cbeec80b1a9de0680544a22f4e0b0cfe448d97df68510c3c6c_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:09d3f0c9faad3f4535b74fadfc968a1ca5f050612a1e97c1213ea7912c93f5a5_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:b368a5eb4d4782485763240c2b24e476117d8a7e17d0b39839a733f8e60e9f02_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dc69c9c31f053dac9d43a18a551c07e2ffbfca93d7957cc2ab842c7ff3013426_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dfd187d0ffc8597b30060d9b74e39505dae34783c2560cefc3b2ea5dfb1f4993_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:912e0be15a46e77b2495db1dad335edc4116027c342698cedd8e7718cc15a5c1_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:11d2e6ca9a3406ebc4e4426efe4b27b70775b9f74ebe79a3b144d6a975cb7532_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:56402df10d454bad662e726383c0d71da8d5f5b52993e4a4d041a247897061c2_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:aed9911a4013cf031cf7397f91f5dc07390b07f13d08df37fa8bb8c3c89fc36d_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:f6c2983c766aa0781a38d8990c9fa806c78dd699ebfe4206cd25f0480bc44831_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:10df3b13ce20f4b96be7f56ab50e164086194c785e565325ad392f016bd4c6c0_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:424cf4c9f4df5a3f958b68869a3cad6dcda351fd863edc9e33b7da30c71f626e_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:467699207e663131466c2ca929090adec4692515cae4af4c104de59286143701_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:d0ce4099e7b19248523f1833225482d31af789934bb82ddae9c41546a4109b06_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0b84d9a2faa81ad599adc3403de1af7d049979df177e4725b214b4a66335abc1_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0f8658ed23924a3b59fda14288d721fcd5ee4750d1060c316af1c2cb0180dbca_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:4fe3dddaba9e364d1e8a90e7d4b830824a22ace6af8a79504034af12a37161e8_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:a1c17a5607dee49ab89c2e17cbc37db80c17db8a5e43b57df55e447067dcab3c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7122d656b12bd9ae0c0db81acf99778d5e7ebe570e203eb1fa87a981cc9aa81e_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0f0d94828898971bd34ca73af416ccaa11d52772beeb5346cff9ed27d6f6b0a0_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:ba0c576afe3876ea101af54d5073092f89833585c2d52422d7130f3f337e3a5f_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:c88d0b886366991bb212aa43f5c983f284f8ebeb9da44c64f08324c2ba2d999d_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:cd039ebbae3373ec31196541193114e5ac90facb6d23e05b3a9080dd7539a805_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:3c5bc1f3096debe90dfbad33db5b844ec82ae576bcf0f7a6344f79b2f146b9de_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:84f8582df47c806c2fc8ebcee9c3a0dd1b440fb830618b8c7dbea717d381440e_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:94cd467b2d31f9768d1259169654739a311a43a7983f250bbee397c2a85f3f34_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ffe4ec982e1838027e7f70ff71adcead812cbb5f4b446e6ec835a42083533b50_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:2e861ab6966c4cb4739f26a0b27367ca909ebcdd854c5834e1fed861b05f6dce_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:6b60f5aa59999d2cb5cdef94189f8b2d0d637bc97ddfa4cdbe312e823d02f0d9_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:89e70e5e65669b1bdc846bdd51a731832b006e537dccdf9262df2105c72f9beb_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:eebc9c9a55f853cbeec80b1a9de0680544a22f4e0b0cfe448d97df68510c3c6c_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:09d3f0c9faad3f4535b74fadfc968a1ca5f050612a1e97c1213ea7912c93f5a5_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:b368a5eb4d4782485763240c2b24e476117d8a7e17d0b39839a733f8e60e9f02_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dc69c9c31f053dac9d43a18a551c07e2ffbfca93d7957cc2ab842c7ff3013426_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dfd187d0ffc8597b30060d9b74e39505dae34783c2560cefc3b2ea5dfb1f4993_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"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": [
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1a20be1b195c25223f0f39fe34f2cebdff157cd5a9759e98d9926188303badc0_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1c6090d7388df3d04171d6424f305f27d0e94e8e3e3fcd9ce01ee10228458232_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:6caf0c59ba27523f927bbd3beee510883ecf9b07ca43478012c3082c44116c0a_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9d75a5f20193ebc028931123bd305bff0404c73949eb4e9364b239a198016de8_s390x"
],
"known_not_affected": [
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:912e0be15a46e77b2495db1dad335edc4116027c342698cedd8e7718cc15a5c1_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:11d2e6ca9a3406ebc4e4426efe4b27b70775b9f74ebe79a3b144d6a975cb7532_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:56402df10d454bad662e726383c0d71da8d5f5b52993e4a4d041a247897061c2_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:aed9911a4013cf031cf7397f91f5dc07390b07f13d08df37fa8bb8c3c89fc36d_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:f6c2983c766aa0781a38d8990c9fa806c78dd699ebfe4206cd25f0480bc44831_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:10df3b13ce20f4b96be7f56ab50e164086194c785e565325ad392f016bd4c6c0_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:424cf4c9f4df5a3f958b68869a3cad6dcda351fd863edc9e33b7da30c71f626e_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:467699207e663131466c2ca929090adec4692515cae4af4c104de59286143701_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:d0ce4099e7b19248523f1833225482d31af789934bb82ddae9c41546a4109b06_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0b84d9a2faa81ad599adc3403de1af7d049979df177e4725b214b4a66335abc1_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0f8658ed23924a3b59fda14288d721fcd5ee4750d1060c316af1c2cb0180dbca_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:4fe3dddaba9e364d1e8a90e7d4b830824a22ace6af8a79504034af12a37161e8_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:a1c17a5607dee49ab89c2e17cbc37db80c17db8a5e43b57df55e447067dcab3c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7122d656b12bd9ae0c0db81acf99778d5e7ebe570e203eb1fa87a981cc9aa81e_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0f0d94828898971bd34ca73af416ccaa11d52772beeb5346cff9ed27d6f6b0a0_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:ba0c576afe3876ea101af54d5073092f89833585c2d52422d7130f3f337e3a5f_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:c88d0b886366991bb212aa43f5c983f284f8ebeb9da44c64f08324c2ba2d999d_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:cd039ebbae3373ec31196541193114e5ac90facb6d23e05b3a9080dd7539a805_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:3c5bc1f3096debe90dfbad33db5b844ec82ae576bcf0f7a6344f79b2f146b9de_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:84f8582df47c806c2fc8ebcee9c3a0dd1b440fb830618b8c7dbea717d381440e_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:94cd467b2d31f9768d1259169654739a311a43a7983f250bbee397c2a85f3f34_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ffe4ec982e1838027e7f70ff71adcead812cbb5f4b446e6ec835a42083533b50_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:2e861ab6966c4cb4739f26a0b27367ca909ebcdd854c5834e1fed861b05f6dce_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:6b60f5aa59999d2cb5cdef94189f8b2d0d637bc97ddfa4cdbe312e823d02f0d9_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:89e70e5e65669b1bdc846bdd51a731832b006e537dccdf9262df2105c72f9beb_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:eebc9c9a55f853cbeec80b1a9de0680544a22f4e0b0cfe448d97df68510c3c6c_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:09d3f0c9faad3f4535b74fadfc968a1ca5f050612a1e97c1213ea7912c93f5a5_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:b368a5eb4d4782485763240c2b24e476117d8a7e17d0b39839a733f8e60e9f02_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dc69c9c31f053dac9d43a18a551c07e2ffbfca93d7957cc2ab842c7ff3013426_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dfd187d0ffc8597b30060d9b74e39505dae34783c2560cefc3b2ea5dfb1f4993_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-17T15:37:08+00:00",
"details": "For OpenShift Container Platform 4.18 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/release_notes/ocp-4-18-release-notes\n\nFor Red Hat OpenShift Logging 6.2, see the following instructions to apply this update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_logging/6.2",
"product_ids": [
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1a20be1b195c25223f0f39fe34f2cebdff157cd5a9759e98d9926188303badc0_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1c6090d7388df3d04171d6424f305f27d0e94e8e3e3fcd9ce01ee10228458232_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:6caf0c59ba27523f927bbd3beee510883ecf9b07ca43478012c3082c44116c0a_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9d75a5f20193ebc028931123bd305bff0404c73949eb4e9364b239a198016de8_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23534"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:912e0be15a46e77b2495db1dad335edc4116027c342698cedd8e7718cc15a5c1_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:11d2e6ca9a3406ebc4e4426efe4b27b70775b9f74ebe79a3b144d6a975cb7532_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:56402df10d454bad662e726383c0d71da8d5f5b52993e4a4d041a247897061c2_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:aed9911a4013cf031cf7397f91f5dc07390b07f13d08df37fa8bb8c3c89fc36d_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:f6c2983c766aa0781a38d8990c9fa806c78dd699ebfe4206cd25f0480bc44831_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:10df3b13ce20f4b96be7f56ab50e164086194c785e565325ad392f016bd4c6c0_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:424cf4c9f4df5a3f958b68869a3cad6dcda351fd863edc9e33b7da30c71f626e_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:467699207e663131466c2ca929090adec4692515cae4af4c104de59286143701_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:d0ce4099e7b19248523f1833225482d31af789934bb82ddae9c41546a4109b06_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0b84d9a2faa81ad599adc3403de1af7d049979df177e4725b214b4a66335abc1_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0f8658ed23924a3b59fda14288d721fcd5ee4750d1060c316af1c2cb0180dbca_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:4fe3dddaba9e364d1e8a90e7d4b830824a22ace6af8a79504034af12a37161e8_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:a1c17a5607dee49ab89c2e17cbc37db80c17db8a5e43b57df55e447067dcab3c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1a20be1b195c25223f0f39fe34f2cebdff157cd5a9759e98d9926188303badc0_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1c6090d7388df3d04171d6424f305f27d0e94e8e3e3fcd9ce01ee10228458232_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:6caf0c59ba27523f927bbd3beee510883ecf9b07ca43478012c3082c44116c0a_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9d75a5f20193ebc028931123bd305bff0404c73949eb4e9364b239a198016de8_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7122d656b12bd9ae0c0db81acf99778d5e7ebe570e203eb1fa87a981cc9aa81e_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0f0d94828898971bd34ca73af416ccaa11d52772beeb5346cff9ed27d6f6b0a0_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:ba0c576afe3876ea101af54d5073092f89833585c2d52422d7130f3f337e3a5f_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:c88d0b886366991bb212aa43f5c983f284f8ebeb9da44c64f08324c2ba2d999d_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:cd039ebbae3373ec31196541193114e5ac90facb6d23e05b3a9080dd7539a805_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:3c5bc1f3096debe90dfbad33db5b844ec82ae576bcf0f7a6344f79b2f146b9de_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:84f8582df47c806c2fc8ebcee9c3a0dd1b440fb830618b8c7dbea717d381440e_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:94cd467b2d31f9768d1259169654739a311a43a7983f250bbee397c2a85f3f34_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ffe4ec982e1838027e7f70ff71adcead812cbb5f4b446e6ec835a42083533b50_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:2e861ab6966c4cb4739f26a0b27367ca909ebcdd854c5834e1fed861b05f6dce_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:6b60f5aa59999d2cb5cdef94189f8b2d0d637bc97ddfa4cdbe312e823d02f0d9_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:89e70e5e65669b1bdc846bdd51a731832b006e537dccdf9262df2105c72f9beb_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:eebc9c9a55f853cbeec80b1a9de0680544a22f4e0b0cfe448d97df68510c3c6c_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:09d3f0c9faad3f4535b74fadfc968a1ca5f050612a1e97c1213ea7912c93f5a5_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:b368a5eb4d4782485763240c2b24e476117d8a7e17d0b39839a733f8e60e9f02_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dc69c9c31f053dac9d43a18a551c07e2ffbfca93d7957cc2ab842c7ff3013426_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dfd187d0ffc8597b30060d9b74e39505dae34783c2560cefc3b2ea5dfb1f4993_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:912e0be15a46e77b2495db1dad335edc4116027c342698cedd8e7718cc15a5c1_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:11d2e6ca9a3406ebc4e4426efe4b27b70775b9f74ebe79a3b144d6a975cb7532_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:56402df10d454bad662e726383c0d71da8d5f5b52993e4a4d041a247897061c2_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:aed9911a4013cf031cf7397f91f5dc07390b07f13d08df37fa8bb8c3c89fc36d_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:f6c2983c766aa0781a38d8990c9fa806c78dd699ebfe4206cd25f0480bc44831_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:10df3b13ce20f4b96be7f56ab50e164086194c785e565325ad392f016bd4c6c0_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:424cf4c9f4df5a3f958b68869a3cad6dcda351fd863edc9e33b7da30c71f626e_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:467699207e663131466c2ca929090adec4692515cae4af4c104de59286143701_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:d0ce4099e7b19248523f1833225482d31af789934bb82ddae9c41546a4109b06_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0b84d9a2faa81ad599adc3403de1af7d049979df177e4725b214b4a66335abc1_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:0f8658ed23924a3b59fda14288d721fcd5ee4750d1060c316af1c2cb0180dbca_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:4fe3dddaba9e364d1e8a90e7d4b830824a22ace6af8a79504034af12a37161e8_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:a1c17a5607dee49ab89c2e17cbc37db80c17db8a5e43b57df55e447067dcab3c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1a20be1b195c25223f0f39fe34f2cebdff157cd5a9759e98d9926188303badc0_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:1c6090d7388df3d04171d6424f305f27d0e94e8e3e3fcd9ce01ee10228458232_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:6caf0c59ba27523f927bbd3beee510883ecf9b07ca43478012c3082c44116c0a_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9d75a5f20193ebc028931123bd305bff0404c73949eb4e9364b239a198016de8_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:7122d656b12bd9ae0c0db81acf99778d5e7ebe570e203eb1fa87a981cc9aa81e_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:0f0d94828898971bd34ca73af416ccaa11d52772beeb5346cff9ed27d6f6b0a0_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:ba0c576afe3876ea101af54d5073092f89833585c2d52422d7130f3f337e3a5f_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:c88d0b886366991bb212aa43f5c983f284f8ebeb9da44c64f08324c2ba2d999d_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:cd039ebbae3373ec31196541193114e5ac90facb6d23e05b3a9080dd7539a805_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:3c5bc1f3096debe90dfbad33db5b844ec82ae576bcf0f7a6344f79b2f146b9de_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:84f8582df47c806c2fc8ebcee9c3a0dd1b440fb830618b8c7dbea717d381440e_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:94cd467b2d31f9768d1259169654739a311a43a7983f250bbee397c2a85f3f34_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ffe4ec982e1838027e7f70ff71adcead812cbb5f4b446e6ec835a42083533b50_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:2e861ab6966c4cb4739f26a0b27367ca909ebcdd854c5834e1fed861b05f6dce_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:6b60f5aa59999d2cb5cdef94189f8b2d0d637bc97ddfa4cdbe312e823d02f0d9_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:89e70e5e65669b1bdc846bdd51a731832b006e537dccdf9262df2105c72f9beb_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:eebc9c9a55f853cbeec80b1a9de0680544a22f4e0b0cfe448d97df68510c3c6c_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:09d3f0c9faad3f4535b74fadfc968a1ca5f050612a1e97c1213ea7912c93f5a5_amd64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:b368a5eb4d4782485763240c2b24e476117d8a7e17d0b39839a733f8e60e9f02_arm64",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dc69c9c31f053dac9d43a18a551c07e2ffbfca93d7957cc2ab842c7ff3013426_s390x",
"Logging Subsystem for Red Hat OpenShift 6.2:registry.redhat.io/openshift-logging/vector-rhel9@sha256:dfd187d0ffc8597b30060d9b74e39505dae34783c2560cefc3b2ea5dfb1f4993_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
RHSA-2025:23535
Vulnerability from csaf_redhat - Published: 2025-12-17 15:38 - Updated: 2026-06-20 07:51A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, ".")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:26bae3fe2cfa6bfd4c66f074b637b6be3ee491a8fcf59ea7f272849e2ee7d38e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:2bf16d5208f908a6f26a8d193b344bd3eef69f2d766fc2a859a5e216c5c58656_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:61652d19b8a6ca9b9c6dc34b7bfc2415ef2684fcc86bf94a098e5b03a9c24fe4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9c3e5a34329dff33a1a29dae8a96ee24212edb032e10b9cccf345c5bdf6ac2a5_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:83771fed3881ab61f5b3d7aa11db0a86b7c87237197d191d54735b60e01e7939_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:345b9e0c00ef641102898314742bdd4be793f899dcf6dec430da6abc5ab53e8a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:5dcec9384f1f7189ad363dac7efcd8932359b0fa6e3e9310c7d244ef7ef1aa09_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:97d0150d7260df28c6c41f528f454ce7855109ccc59b04e221e8b87ea75eed0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:e2afd43aea7d4e6bb10d60585bf527686b216ca6c211027b9afa53a8be820eed_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:045e31d27e80898d582539e4aede878b7366846ea743d48f20a9eb33464d6489_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:0cad06e0ff93ba51a793a960e309ee53d88de910b0c009569d03b6c03457656b_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:131fd2a11c0b6911a0aefa29cef7ad6dcb7618ef0324246bb3303bc3c91c7cf9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:bce21467c15cd0a822dbde6b5943b1c6f68c915b9893222fca0111da8b11d399_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:1b40836fec3571e4a9710120874fc75de3f6ea38829c8860d53b8e3ed76e632f_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:2c71346ac12a1f5aa121ec082f3bc1723bfd77742310f73edae7df13cf65a151_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:829d2c60e16e59d8311d7348edac73677a9839378264b1d6a82215307a6b9f22_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:8c2ac63098801c50b78c588c7e29e7c3748a156874305437804e1e61e07129d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:296f123cd3f5d397abc51c241c57a225dc3b8d2bfd32bbef0fe8d6e77fc48c33_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:15b49a85899061c8cf0172c067896833eb8810115b1bfe231cd5a41125392f91_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:4bf78ed2299f3f0c7029d1f37e35f3df7a24e0213a5efe9c967fba4d5559f990_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:7f972a0d3252fca8b8b99bae6a03e5e1648a5ec8a435e07d996975e757a6cb24_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e6ce4dbcb87786295696d784fe039b7275c1bbc9a6bdecb0d2e9ec5b6922bc7a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0744387e8b3383f621b53242f7dddb77546321d4d7e5094526a88c9dcf3b9d82_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:7ffb21d2bd7207dcd7ce33fccf7d779f08931f1bfd823172b56a2eff7124dd75_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ece2162f631dddd7c91041ed0fd0c4446a322128593704be8e672e60660a86e1_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:f8ba2cca143df538ffa21825d95789497207c3c9207f10ff8ba4c00c48797fa0_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:a658762b93bc3e3113760b6778c45165a25c23144c354f5372a50ea197987b87_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:b7dc0077d567dc8ec652909bdb9b95119d8178677d5fb0aad9c4055edee37287_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c1627f33e642d33da6bafd402f48649c32d10ad85cb3ab18c1058374767cc3e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c526292a6f136a436dcb33b4bd7d63cb454492a83aead840b5cd912b814c2620_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:31eda02b3898d93abdeedae01a898ae4f96325c3fc878e35da1c1438fe867790_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:c86e4792ce5c5312c7b5e08532c9b7eba932f4f93f49d335f57c5bc421e8c74c_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:f983defb833d61c9fb652ea9d43ec60ba57b3c822eccd7a3b930728d413275a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:fc793a57ed674bfab7bfa3fe90712ea139d5ac4c10bc248e2af053354aa59d83_amd64 | — |
Workaround
|
A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:26bae3fe2cfa6bfd4c66f074b637b6be3ee491a8fcf59ea7f272849e2ee7d38e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:2bf16d5208f908a6f26a8d193b344bd3eef69f2d766fc2a859a5e216c5c58656_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:61652d19b8a6ca9b9c6dc34b7bfc2415ef2684fcc86bf94a098e5b03a9c24fe4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9c3e5a34329dff33a1a29dae8a96ee24212edb032e10b9cccf345c5bdf6ac2a5_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:83771fed3881ab61f5b3d7aa11db0a86b7c87237197d191d54735b60e01e7939_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:345b9e0c00ef641102898314742bdd4be793f899dcf6dec430da6abc5ab53e8a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:5dcec9384f1f7189ad363dac7efcd8932359b0fa6e3e9310c7d244ef7ef1aa09_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:97d0150d7260df28c6c41f528f454ce7855109ccc59b04e221e8b87ea75eed0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:e2afd43aea7d4e6bb10d60585bf527686b216ca6c211027b9afa53a8be820eed_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:045e31d27e80898d582539e4aede878b7366846ea743d48f20a9eb33464d6489_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:0cad06e0ff93ba51a793a960e309ee53d88de910b0c009569d03b6c03457656b_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:131fd2a11c0b6911a0aefa29cef7ad6dcb7618ef0324246bb3303bc3c91c7cf9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:bce21467c15cd0a822dbde6b5943b1c6f68c915b9893222fca0111da8b11d399_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:1b40836fec3571e4a9710120874fc75de3f6ea38829c8860d53b8e3ed76e632f_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:2c71346ac12a1f5aa121ec082f3bc1723bfd77742310f73edae7df13cf65a151_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:829d2c60e16e59d8311d7348edac73677a9839378264b1d6a82215307a6b9f22_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:8c2ac63098801c50b78c588c7e29e7c3748a156874305437804e1e61e07129d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:296f123cd3f5d397abc51c241c57a225dc3b8d2bfd32bbef0fe8d6e77fc48c33_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:15b49a85899061c8cf0172c067896833eb8810115b1bfe231cd5a41125392f91_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:4bf78ed2299f3f0c7029d1f37e35f3df7a24e0213a5efe9c967fba4d5559f990_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:7f972a0d3252fca8b8b99bae6a03e5e1648a5ec8a435e07d996975e757a6cb24_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e6ce4dbcb87786295696d784fe039b7275c1bbc9a6bdecb0d2e9ec5b6922bc7a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0744387e8b3383f621b53242f7dddb77546321d4d7e5094526a88c9dcf3b9d82_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:7ffb21d2bd7207dcd7ce33fccf7d779f08931f1bfd823172b56a2eff7124dd75_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ece2162f631dddd7c91041ed0fd0c4446a322128593704be8e672e60660a86e1_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:f8ba2cca143df538ffa21825d95789497207c3c9207f10ff8ba4c00c48797fa0_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:a658762b93bc3e3113760b6778c45165a25c23144c354f5372a50ea197987b87_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:b7dc0077d567dc8ec652909bdb9b95119d8178677d5fb0aad9c4055edee37287_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c1627f33e642d33da6bafd402f48649c32d10ad85cb3ab18c1058374767cc3e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c526292a6f136a436dcb33b4bd7d63cb454492a83aead840b5cd912b814c2620_amd64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:31eda02b3898d93abdeedae01a898ae4f96325c3fc878e35da1c1438fe867790_s390x | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:c86e4792ce5c5312c7b5e08532c9b7eba932f4f93f49d335f57c5bc421e8c74c_arm64 | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:f983defb833d61c9fb652ea9d43ec60ba57b3c822eccd7a3b930728d413275a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:fc793a57ed674bfab7bfa3fe90712ea139d5ac4c10bc248e2af053354aa59d83_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": "Logging for Red Hat OpenShift - 6.0.12",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Logging 6.0.12 is a cluster-wide logging solution for OpenShift that collects and manages applications, infrastructure, and audit logs.",
"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-2025:23535",
"url": "https://access.redhat.com/errata/RHSA-2025:23535"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22868",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-30204",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"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/2025/rhsa-2025_23535.json"
}
],
"title": "Red Hat Security Advisory: Logging for Red Hat OpenShift - 6.0.12",
"tracking": {
"current_release_date": "2026-06-20T07:51:31+00:00",
"generator": {
"date": "2026-06-20T07:51:31+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2025:23535",
"initial_release_date": "2025-12-17T15:38:59+00:00",
"revision_history": [
{
"date": "2025-12-17T15:38:59+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-17T15:39:05+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-20T07:51:31+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Logging Subsystem for Red Hat OpenShift 6.0",
"product": {
"name": "Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:logging:6.0::el9"
}
}
}
],
"category": "product_family",
"name": "Logging Subsystem for Red Hat OpenShift"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:83771fed3881ab61f5b3d7aa11db0a86b7c87237197d191d54735b60e01e7939_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:83771fed3881ab61f5b3d7aa11db0a86b7c87237197d191d54735b60e01e7939_amd64",
"product_id": "registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:83771fed3881ab61f5b3d7aa11db0a86b7c87237197d191d54735b60e01e7939_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-operator-bundle@sha256%3A83771fed3881ab61f5b3d7aa11db0a86b7c87237197d191d54735b60e01e7939?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:5dcec9384f1f7189ad363dac7efcd8932359b0fa6e3e9310c7d244ef7ef1aa09_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:5dcec9384f1f7189ad363dac7efcd8932359b0fa6e3e9310c7d244ef7ef1aa09_amd64",
"product_id": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:5dcec9384f1f7189ad363dac7efcd8932359b0fa6e3e9310c7d244ef7ef1aa09_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel9-operator@sha256%3A5dcec9384f1f7189ad363dac7efcd8932359b0fa6e3e9310c7d244ef7ef1aa09?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:2c71346ac12a1f5aa121ec082f3bc1723bfd77742310f73edae7df13cf65a151_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:2c71346ac12a1f5aa121ec082f3bc1723bfd77742310f73edae7df13cf65a151_amd64",
"product_id": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:2c71346ac12a1f5aa121ec082f3bc1723bfd77742310f73edae7df13cf65a151_amd64",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel9@sha256%3A2c71346ac12a1f5aa121ec082f3bc1723bfd77742310f73edae7df13cf65a151?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:bce21467c15cd0a822dbde6b5943b1c6f68c915b9893222fca0111da8b11d399_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:bce21467c15cd0a822dbde6b5943b1c6f68c915b9893222fca0111da8b11d399_amd64",
"product_id": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:bce21467c15cd0a822dbde6b5943b1c6f68c915b9893222fca0111da8b11d399_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel9@sha256%3Abce21467c15cd0a822dbde6b5943b1c6f68c915b9893222fca0111da8b11d399?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9c3e5a34329dff33a1a29dae8a96ee24212edb032e10b9cccf345c5bdf6ac2a5_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9c3e5a34329dff33a1a29dae8a96ee24212edb032e10b9cccf345c5bdf6ac2a5_amd64",
"product_id": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9c3e5a34329dff33a1a29dae8a96ee24212edb032e10b9cccf345c5bdf6ac2a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel9@sha256%3A9c3e5a34329dff33a1a29dae8a96ee24212edb032e10b9cccf345c5bdf6ac2a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:fc793a57ed674bfab7bfa3fe90712ea139d5ac4c10bc248e2af053354aa59d83_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:fc793a57ed674bfab7bfa3fe90712ea139d5ac4c10bc248e2af053354aa59d83_amd64",
"product_id": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:fc793a57ed674bfab7bfa3fe90712ea139d5ac4c10bc248e2af053354aa59d83_amd64",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel9@sha256%3Afc793a57ed674bfab7bfa3fe90712ea139d5ac4c10bc248e2af053354aa59d83?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:296f123cd3f5d397abc51c241c57a225dc3b8d2bfd32bbef0fe8d6e77fc48c33_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:296f123cd3f5d397abc51c241c57a225dc3b8d2bfd32bbef0fe8d6e77fc48c33_amd64",
"product_id": "registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:296f123cd3f5d397abc51c241c57a225dc3b8d2bfd32bbef0fe8d6e77fc48c33_amd64",
"product_identification_helper": {
"purl": "pkg:oci/loki-operator-bundle@sha256%3A296f123cd3f5d397abc51c241c57a225dc3b8d2bfd32bbef0fe8d6e77fc48c33?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:4bf78ed2299f3f0c7029d1f37e35f3df7a24e0213a5efe9c967fba4d5559f990_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:4bf78ed2299f3f0c7029d1f37e35f3df7a24e0213a5efe9c967fba4d5559f990_amd64",
"product_id": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:4bf78ed2299f3f0c7029d1f37e35f3df7a24e0213a5efe9c967fba4d5559f990_amd64",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel9-operator@sha256%3A4bf78ed2299f3f0c7029d1f37e35f3df7a24e0213a5efe9c967fba4d5559f990?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:f8ba2cca143df538ffa21825d95789497207c3c9207f10ff8ba4c00c48797fa0_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:f8ba2cca143df538ffa21825d95789497207c3c9207f10ff8ba4c00c48797fa0_amd64",
"product_id": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:f8ba2cca143df538ffa21825d95789497207c3c9207f10ff8ba4c00c48797fa0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel9@sha256%3Af8ba2cca143df538ffa21825d95789497207c3c9207f10ff8ba4c00c48797fa0?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c526292a6f136a436dcb33b4bd7d63cb454492a83aead840b5cd912b814c2620_amd64",
"product": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c526292a6f136a436dcb33b4bd7d63cb454492a83aead840b5cd912b814c2620_amd64",
"product_id": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c526292a6f136a436dcb33b4bd7d63cb454492a83aead840b5cd912b814c2620_amd64",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel9@sha256%3Ac526292a6f136a436dcb33b4bd7d63cb454492a83aead840b5cd912b814c2620?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:97d0150d7260df28c6c41f528f454ce7855109ccc59b04e221e8b87ea75eed0b_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:97d0150d7260df28c6c41f528f454ce7855109ccc59b04e221e8b87ea75eed0b_arm64",
"product_id": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:97d0150d7260df28c6c41f528f454ce7855109ccc59b04e221e8b87ea75eed0b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel9-operator@sha256%3A97d0150d7260df28c6c41f528f454ce7855109ccc59b04e221e8b87ea75eed0b?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:1b40836fec3571e4a9710120874fc75de3f6ea38829c8860d53b8e3ed76e632f_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:1b40836fec3571e4a9710120874fc75de3f6ea38829c8860d53b8e3ed76e632f_arm64",
"product_id": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:1b40836fec3571e4a9710120874fc75de3f6ea38829c8860d53b8e3ed76e632f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel9@sha256%3A1b40836fec3571e4a9710120874fc75de3f6ea38829c8860d53b8e3ed76e632f?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:0cad06e0ff93ba51a793a960e309ee53d88de910b0c009569d03b6c03457656b_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:0cad06e0ff93ba51a793a960e309ee53d88de910b0c009569d03b6c03457656b_arm64",
"product_id": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:0cad06e0ff93ba51a793a960e309ee53d88de910b0c009569d03b6c03457656b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel9@sha256%3A0cad06e0ff93ba51a793a960e309ee53d88de910b0c009569d03b6c03457656b?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:26bae3fe2cfa6bfd4c66f074b637b6be3ee491a8fcf59ea7f272849e2ee7d38e_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:26bae3fe2cfa6bfd4c66f074b637b6be3ee491a8fcf59ea7f272849e2ee7d38e_arm64",
"product_id": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:26bae3fe2cfa6bfd4c66f074b637b6be3ee491a8fcf59ea7f272849e2ee7d38e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel9@sha256%3A26bae3fe2cfa6bfd4c66f074b637b6be3ee491a8fcf59ea7f272849e2ee7d38e?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:c86e4792ce5c5312c7b5e08532c9b7eba932f4f93f49d335f57c5bc421e8c74c_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:c86e4792ce5c5312c7b5e08532c9b7eba932f4f93f49d335f57c5bc421e8c74c_arm64",
"product_id": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:c86e4792ce5c5312c7b5e08532c9b7eba932f4f93f49d335f57c5bc421e8c74c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel9@sha256%3Ac86e4792ce5c5312c7b5e08532c9b7eba932f4f93f49d335f57c5bc421e8c74c?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:7f972a0d3252fca8b8b99bae6a03e5e1648a5ec8a435e07d996975e757a6cb24_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:7f972a0d3252fca8b8b99bae6a03e5e1648a5ec8a435e07d996975e757a6cb24_arm64",
"product_id": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:7f972a0d3252fca8b8b99bae6a03e5e1648a5ec8a435e07d996975e757a6cb24_arm64",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel9-operator@sha256%3A7f972a0d3252fca8b8b99bae6a03e5e1648a5ec8a435e07d996975e757a6cb24?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:7ffb21d2bd7207dcd7ce33fccf7d779f08931f1bfd823172b56a2eff7124dd75_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:7ffb21d2bd7207dcd7ce33fccf7d779f08931f1bfd823172b56a2eff7124dd75_arm64",
"product_id": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:7ffb21d2bd7207dcd7ce33fccf7d779f08931f1bfd823172b56a2eff7124dd75_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel9@sha256%3A7ffb21d2bd7207dcd7ce33fccf7d779f08931f1bfd823172b56a2eff7124dd75?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:a658762b93bc3e3113760b6778c45165a25c23144c354f5372a50ea197987b87_arm64",
"product": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:a658762b93bc3e3113760b6778c45165a25c23144c354f5372a50ea197987b87_arm64",
"product_id": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:a658762b93bc3e3113760b6778c45165a25c23144c354f5372a50ea197987b87_arm64",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel9@sha256%3Aa658762b93bc3e3113760b6778c45165a25c23144c354f5372a50ea197987b87?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:345b9e0c00ef641102898314742bdd4be793f899dcf6dec430da6abc5ab53e8a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:345b9e0c00ef641102898314742bdd4be793f899dcf6dec430da6abc5ab53e8a_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:345b9e0c00ef641102898314742bdd4be793f899dcf6dec430da6abc5ab53e8a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel9-operator@sha256%3A345b9e0c00ef641102898314742bdd4be793f899dcf6dec430da6abc5ab53e8a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:8c2ac63098801c50b78c588c7e29e7c3748a156874305437804e1e61e07129d3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:8c2ac63098801c50b78c588c7e29e7c3748a156874305437804e1e61e07129d3_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:8c2ac63098801c50b78c588c7e29e7c3748a156874305437804e1e61e07129d3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel9@sha256%3A8c2ac63098801c50b78c588c7e29e7c3748a156874305437804e1e61e07129d3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:131fd2a11c0b6911a0aefa29cef7ad6dcb7618ef0324246bb3303bc3c91c7cf9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:131fd2a11c0b6911a0aefa29cef7ad6dcb7618ef0324246bb3303bc3c91c7cf9_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:131fd2a11c0b6911a0aefa29cef7ad6dcb7618ef0324246bb3303bc3c91c7cf9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel9@sha256%3A131fd2a11c0b6911a0aefa29cef7ad6dcb7618ef0324246bb3303bc3c91c7cf9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:61652d19b8a6ca9b9c6dc34b7bfc2415ef2684fcc86bf94a098e5b03a9c24fe4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:61652d19b8a6ca9b9c6dc34b7bfc2415ef2684fcc86bf94a098e5b03a9c24fe4_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:61652d19b8a6ca9b9c6dc34b7bfc2415ef2684fcc86bf94a098e5b03a9c24fe4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel9@sha256%3A61652d19b8a6ca9b9c6dc34b7bfc2415ef2684fcc86bf94a098e5b03a9c24fe4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:f983defb833d61c9fb652ea9d43ec60ba57b3c822eccd7a3b930728d413275a2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:f983defb833d61c9fb652ea9d43ec60ba57b3c822eccd7a3b930728d413275a2_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:f983defb833d61c9fb652ea9d43ec60ba57b3c822eccd7a3b930728d413275a2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel9@sha256%3Af983defb833d61c9fb652ea9d43ec60ba57b3c822eccd7a3b930728d413275a2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e6ce4dbcb87786295696d784fe039b7275c1bbc9a6bdecb0d2e9ec5b6922bc7a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e6ce4dbcb87786295696d784fe039b7275c1bbc9a6bdecb0d2e9ec5b6922bc7a_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e6ce4dbcb87786295696d784fe039b7275c1bbc9a6bdecb0d2e9ec5b6922bc7a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel9-operator@sha256%3Ae6ce4dbcb87786295696d784fe039b7275c1bbc9a6bdecb0d2e9ec5b6922bc7a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0744387e8b3383f621b53242f7dddb77546321d4d7e5094526a88c9dcf3b9d82_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0744387e8b3383f621b53242f7dddb77546321d4d7e5094526a88c9dcf3b9d82_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0744387e8b3383f621b53242f7dddb77546321d4d7e5094526a88c9dcf3b9d82_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel9@sha256%3A0744387e8b3383f621b53242f7dddb77546321d4d7e5094526a88c9dcf3b9d82?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c1627f33e642d33da6bafd402f48649c32d10ad85cb3ab18c1058374767cc3e8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c1627f33e642d33da6bafd402f48649c32d10ad85cb3ab18c1058374767cc3e8_ppc64le",
"product_id": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c1627f33e642d33da6bafd402f48649c32d10ad85cb3ab18c1058374767cc3e8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel9@sha256%3Ac1627f33e642d33da6bafd402f48649c32d10ad85cb3ab18c1058374767cc3e8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:e2afd43aea7d4e6bb10d60585bf527686b216ca6c211027b9afa53a8be820eed_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:e2afd43aea7d4e6bb10d60585bf527686b216ca6c211027b9afa53a8be820eed_s390x",
"product_id": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:e2afd43aea7d4e6bb10d60585bf527686b216ca6c211027b9afa53a8be820eed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel9-operator@sha256%3Ae2afd43aea7d4e6bb10d60585bf527686b216ca6c211027b9afa53a8be820eed?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:829d2c60e16e59d8311d7348edac73677a9839378264b1d6a82215307a6b9f22_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:829d2c60e16e59d8311d7348edac73677a9839378264b1d6a82215307a6b9f22_s390x",
"product_id": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:829d2c60e16e59d8311d7348edac73677a9839378264b1d6a82215307a6b9f22_s390x",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel9@sha256%3A829d2c60e16e59d8311d7348edac73677a9839378264b1d6a82215307a6b9f22?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:045e31d27e80898d582539e4aede878b7366846ea743d48f20a9eb33464d6489_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:045e31d27e80898d582539e4aede878b7366846ea743d48f20a9eb33464d6489_s390x",
"product_id": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:045e31d27e80898d582539e4aede878b7366846ea743d48f20a9eb33464d6489_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel9@sha256%3A045e31d27e80898d582539e4aede878b7366846ea743d48f20a9eb33464d6489?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:2bf16d5208f908a6f26a8d193b344bd3eef69f2d766fc2a859a5e216c5c58656_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:2bf16d5208f908a6f26a8d193b344bd3eef69f2d766fc2a859a5e216c5c58656_s390x",
"product_id": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:2bf16d5208f908a6f26a8d193b344bd3eef69f2d766fc2a859a5e216c5c58656_s390x",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel9@sha256%3A2bf16d5208f908a6f26a8d193b344bd3eef69f2d766fc2a859a5e216c5c58656?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:31eda02b3898d93abdeedae01a898ae4f96325c3fc878e35da1c1438fe867790_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:31eda02b3898d93abdeedae01a898ae4f96325c3fc878e35da1c1438fe867790_s390x",
"product_id": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:31eda02b3898d93abdeedae01a898ae4f96325c3fc878e35da1c1438fe867790_s390x",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel9@sha256%3A31eda02b3898d93abdeedae01a898ae4f96325c3fc878e35da1c1438fe867790?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:15b49a85899061c8cf0172c067896833eb8810115b1bfe231cd5a41125392f91_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:15b49a85899061c8cf0172c067896833eb8810115b1bfe231cd5a41125392f91_s390x",
"product_id": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:15b49a85899061c8cf0172c067896833eb8810115b1bfe231cd5a41125392f91_s390x",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel9-operator@sha256%3A15b49a85899061c8cf0172c067896833eb8810115b1bfe231cd5a41125392f91?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ece2162f631dddd7c91041ed0fd0c4446a322128593704be8e672e60660a86e1_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ece2162f631dddd7c91041ed0fd0c4446a322128593704be8e672e60660a86e1_s390x",
"product_id": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ece2162f631dddd7c91041ed0fd0c4446a322128593704be8e672e60660a86e1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel9@sha256%3Aece2162f631dddd7c91041ed0fd0c4446a322128593704be8e672e60660a86e1?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:b7dc0077d567dc8ec652909bdb9b95119d8178677d5fb0aad9c4055edee37287_s390x",
"product": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:b7dc0077d567dc8ec652909bdb9b95119d8178677d5fb0aad9c4055edee37287_s390x",
"product_id": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:b7dc0077d567dc8ec652909bdb9b95119d8178677d5fb0aad9c4055edee37287_s390x",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel9@sha256%3Ab7dc0077d567dc8ec652909bdb9b95119d8178677d5fb0aad9c4055edee37287?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:83771fed3881ab61f5b3d7aa11db0a86b7c87237197d191d54735b60e01e7939_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:83771fed3881ab61f5b3d7aa11db0a86b7c87237197d191d54735b60e01e7939_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:83771fed3881ab61f5b3d7aa11db0a86b7c87237197d191d54735b60e01e7939_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:345b9e0c00ef641102898314742bdd4be793f899dcf6dec430da6abc5ab53e8a_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:345b9e0c00ef641102898314742bdd4be793f899dcf6dec430da6abc5ab53e8a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:345b9e0c00ef641102898314742bdd4be793f899dcf6dec430da6abc5ab53e8a_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:5dcec9384f1f7189ad363dac7efcd8932359b0fa6e3e9310c7d244ef7ef1aa09_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:5dcec9384f1f7189ad363dac7efcd8932359b0fa6e3e9310c7d244ef7ef1aa09_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:5dcec9384f1f7189ad363dac7efcd8932359b0fa6e3e9310c7d244ef7ef1aa09_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:97d0150d7260df28c6c41f528f454ce7855109ccc59b04e221e8b87ea75eed0b_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:97d0150d7260df28c6c41f528f454ce7855109ccc59b04e221e8b87ea75eed0b_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:97d0150d7260df28c6c41f528f454ce7855109ccc59b04e221e8b87ea75eed0b_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:e2afd43aea7d4e6bb10d60585bf527686b216ca6c211027b9afa53a8be820eed_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:e2afd43aea7d4e6bb10d60585bf527686b216ca6c211027b9afa53a8be820eed_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:e2afd43aea7d4e6bb10d60585bf527686b216ca6c211027b9afa53a8be820eed_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:045e31d27e80898d582539e4aede878b7366846ea743d48f20a9eb33464d6489_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:045e31d27e80898d582539e4aede878b7366846ea743d48f20a9eb33464d6489_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:045e31d27e80898d582539e4aede878b7366846ea743d48f20a9eb33464d6489_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:0cad06e0ff93ba51a793a960e309ee53d88de910b0c009569d03b6c03457656b_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:0cad06e0ff93ba51a793a960e309ee53d88de910b0c009569d03b6c03457656b_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:0cad06e0ff93ba51a793a960e309ee53d88de910b0c009569d03b6c03457656b_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:131fd2a11c0b6911a0aefa29cef7ad6dcb7618ef0324246bb3303bc3c91c7cf9_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:131fd2a11c0b6911a0aefa29cef7ad6dcb7618ef0324246bb3303bc3c91c7cf9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:131fd2a11c0b6911a0aefa29cef7ad6dcb7618ef0324246bb3303bc3c91c7cf9_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:bce21467c15cd0a822dbde6b5943b1c6f68c915b9893222fca0111da8b11d399_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:bce21467c15cd0a822dbde6b5943b1c6f68c915b9893222fca0111da8b11d399_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:bce21467c15cd0a822dbde6b5943b1c6f68c915b9893222fca0111da8b11d399_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:1b40836fec3571e4a9710120874fc75de3f6ea38829c8860d53b8e3ed76e632f_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:1b40836fec3571e4a9710120874fc75de3f6ea38829c8860d53b8e3ed76e632f_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:1b40836fec3571e4a9710120874fc75de3f6ea38829c8860d53b8e3ed76e632f_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:2c71346ac12a1f5aa121ec082f3bc1723bfd77742310f73edae7df13cf65a151_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:2c71346ac12a1f5aa121ec082f3bc1723bfd77742310f73edae7df13cf65a151_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:2c71346ac12a1f5aa121ec082f3bc1723bfd77742310f73edae7df13cf65a151_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:829d2c60e16e59d8311d7348edac73677a9839378264b1d6a82215307a6b9f22_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:829d2c60e16e59d8311d7348edac73677a9839378264b1d6a82215307a6b9f22_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:829d2c60e16e59d8311d7348edac73677a9839378264b1d6a82215307a6b9f22_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:8c2ac63098801c50b78c588c7e29e7c3748a156874305437804e1e61e07129d3_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:8c2ac63098801c50b78c588c7e29e7c3748a156874305437804e1e61e07129d3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:8c2ac63098801c50b78c588c7e29e7c3748a156874305437804e1e61e07129d3_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:26bae3fe2cfa6bfd4c66f074b637b6be3ee491a8fcf59ea7f272849e2ee7d38e_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:26bae3fe2cfa6bfd4c66f074b637b6be3ee491a8fcf59ea7f272849e2ee7d38e_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:26bae3fe2cfa6bfd4c66f074b637b6be3ee491a8fcf59ea7f272849e2ee7d38e_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:2bf16d5208f908a6f26a8d193b344bd3eef69f2d766fc2a859a5e216c5c58656_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:2bf16d5208f908a6f26a8d193b344bd3eef69f2d766fc2a859a5e216c5c58656_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:2bf16d5208f908a6f26a8d193b344bd3eef69f2d766fc2a859a5e216c5c58656_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:61652d19b8a6ca9b9c6dc34b7bfc2415ef2684fcc86bf94a098e5b03a9c24fe4_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:61652d19b8a6ca9b9c6dc34b7bfc2415ef2684fcc86bf94a098e5b03a9c24fe4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:61652d19b8a6ca9b9c6dc34b7bfc2415ef2684fcc86bf94a098e5b03a9c24fe4_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9c3e5a34329dff33a1a29dae8a96ee24212edb032e10b9cccf345c5bdf6ac2a5_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9c3e5a34329dff33a1a29dae8a96ee24212edb032e10b9cccf345c5bdf6ac2a5_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9c3e5a34329dff33a1a29dae8a96ee24212edb032e10b9cccf345c5bdf6ac2a5_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:296f123cd3f5d397abc51c241c57a225dc3b8d2bfd32bbef0fe8d6e77fc48c33_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:296f123cd3f5d397abc51c241c57a225dc3b8d2bfd32bbef0fe8d6e77fc48c33_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:296f123cd3f5d397abc51c241c57a225dc3b8d2bfd32bbef0fe8d6e77fc48c33_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:15b49a85899061c8cf0172c067896833eb8810115b1bfe231cd5a41125392f91_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:15b49a85899061c8cf0172c067896833eb8810115b1bfe231cd5a41125392f91_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:15b49a85899061c8cf0172c067896833eb8810115b1bfe231cd5a41125392f91_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:4bf78ed2299f3f0c7029d1f37e35f3df7a24e0213a5efe9c967fba4d5559f990_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:4bf78ed2299f3f0c7029d1f37e35f3df7a24e0213a5efe9c967fba4d5559f990_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:4bf78ed2299f3f0c7029d1f37e35f3df7a24e0213a5efe9c967fba4d5559f990_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:7f972a0d3252fca8b8b99bae6a03e5e1648a5ec8a435e07d996975e757a6cb24_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:7f972a0d3252fca8b8b99bae6a03e5e1648a5ec8a435e07d996975e757a6cb24_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:7f972a0d3252fca8b8b99bae6a03e5e1648a5ec8a435e07d996975e757a6cb24_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e6ce4dbcb87786295696d784fe039b7275c1bbc9a6bdecb0d2e9ec5b6922bc7a_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e6ce4dbcb87786295696d784fe039b7275c1bbc9a6bdecb0d2e9ec5b6922bc7a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e6ce4dbcb87786295696d784fe039b7275c1bbc9a6bdecb0d2e9ec5b6922bc7a_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0744387e8b3383f621b53242f7dddb77546321d4d7e5094526a88c9dcf3b9d82_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0744387e8b3383f621b53242f7dddb77546321d4d7e5094526a88c9dcf3b9d82_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0744387e8b3383f621b53242f7dddb77546321d4d7e5094526a88c9dcf3b9d82_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:7ffb21d2bd7207dcd7ce33fccf7d779f08931f1bfd823172b56a2eff7124dd75_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:7ffb21d2bd7207dcd7ce33fccf7d779f08931f1bfd823172b56a2eff7124dd75_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:7ffb21d2bd7207dcd7ce33fccf7d779f08931f1bfd823172b56a2eff7124dd75_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ece2162f631dddd7c91041ed0fd0c4446a322128593704be8e672e60660a86e1_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ece2162f631dddd7c91041ed0fd0c4446a322128593704be8e672e60660a86e1_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ece2162f631dddd7c91041ed0fd0c4446a322128593704be8e672e60660a86e1_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:f8ba2cca143df538ffa21825d95789497207c3c9207f10ff8ba4c00c48797fa0_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:f8ba2cca143df538ffa21825d95789497207c3c9207f10ff8ba4c00c48797fa0_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:f8ba2cca143df538ffa21825d95789497207c3c9207f10ff8ba4c00c48797fa0_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:a658762b93bc3e3113760b6778c45165a25c23144c354f5372a50ea197987b87_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:a658762b93bc3e3113760b6778c45165a25c23144c354f5372a50ea197987b87_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:a658762b93bc3e3113760b6778c45165a25c23144c354f5372a50ea197987b87_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:b7dc0077d567dc8ec652909bdb9b95119d8178677d5fb0aad9c4055edee37287_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:b7dc0077d567dc8ec652909bdb9b95119d8178677d5fb0aad9c4055edee37287_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:b7dc0077d567dc8ec652909bdb9b95119d8178677d5fb0aad9c4055edee37287_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c1627f33e642d33da6bafd402f48649c32d10ad85cb3ab18c1058374767cc3e8_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c1627f33e642d33da6bafd402f48649c32d10ad85cb3ab18c1058374767cc3e8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c1627f33e642d33da6bafd402f48649c32d10ad85cb3ab18c1058374767cc3e8_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c526292a6f136a436dcb33b4bd7d63cb454492a83aead840b5cd912b814c2620_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c526292a6f136a436dcb33b4bd7d63cb454492a83aead840b5cd912b814c2620_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c526292a6f136a436dcb33b4bd7d63cb454492a83aead840b5cd912b814c2620_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:31eda02b3898d93abdeedae01a898ae4f96325c3fc878e35da1c1438fe867790_s390x as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:31eda02b3898d93abdeedae01a898ae4f96325c3fc878e35da1c1438fe867790_s390x"
},
"product_reference": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:31eda02b3898d93abdeedae01a898ae4f96325c3fc878e35da1c1438fe867790_s390x",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:c86e4792ce5c5312c7b5e08532c9b7eba932f4f93f49d335f57c5bc421e8c74c_arm64 as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:c86e4792ce5c5312c7b5e08532c9b7eba932f4f93f49d335f57c5bc421e8c74c_arm64"
},
"product_reference": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:c86e4792ce5c5312c7b5e08532c9b7eba932f4f93f49d335f57c5bc421e8c74c_arm64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:f983defb833d61c9fb652ea9d43ec60ba57b3c822eccd7a3b930728d413275a2_ppc64le as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:f983defb833d61c9fb652ea9d43ec60ba57b3c822eccd7a3b930728d413275a2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:f983defb833d61c9fb652ea9d43ec60ba57b3c822eccd7a3b930728d413275a2_ppc64le",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:fc793a57ed674bfab7bfa3fe90712ea139d5ac4c10bc248e2af053354aa59d83_amd64 as a component of Logging Subsystem for Red Hat OpenShift 6.0",
"product_id": "Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:fc793a57ed674bfab7bfa3fe90712ea139d5ac4c10bc248e2af053354aa59d83_amd64"
},
"product_reference": "registry.redhat.io/openshift-logging/vector-rhel9@sha256:fc793a57ed674bfab7bfa3fe90712ea139d5ac4c10bc248e2af053354aa59d83_amd64",
"relates_to_product_reference": "Logging Subsystem for Red Hat OpenShift 6.0"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:83771fed3881ab61f5b3d7aa11db0a86b7c87237197d191d54735b60e01e7939_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:345b9e0c00ef641102898314742bdd4be793f899dcf6dec430da6abc5ab53e8a_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:5dcec9384f1f7189ad363dac7efcd8932359b0fa6e3e9310c7d244ef7ef1aa09_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:97d0150d7260df28c6c41f528f454ce7855109ccc59b04e221e8b87ea75eed0b_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:e2afd43aea7d4e6bb10d60585bf527686b216ca6c211027b9afa53a8be820eed_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:045e31d27e80898d582539e4aede878b7366846ea743d48f20a9eb33464d6489_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:0cad06e0ff93ba51a793a960e309ee53d88de910b0c009569d03b6c03457656b_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:131fd2a11c0b6911a0aefa29cef7ad6dcb7618ef0324246bb3303bc3c91c7cf9_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:bce21467c15cd0a822dbde6b5943b1c6f68c915b9893222fca0111da8b11d399_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:1b40836fec3571e4a9710120874fc75de3f6ea38829c8860d53b8e3ed76e632f_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:2c71346ac12a1f5aa121ec082f3bc1723bfd77742310f73edae7df13cf65a151_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:829d2c60e16e59d8311d7348edac73677a9839378264b1d6a82215307a6b9f22_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:8c2ac63098801c50b78c588c7e29e7c3748a156874305437804e1e61e07129d3_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:296f123cd3f5d397abc51c241c57a225dc3b8d2bfd32bbef0fe8d6e77fc48c33_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:15b49a85899061c8cf0172c067896833eb8810115b1bfe231cd5a41125392f91_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:4bf78ed2299f3f0c7029d1f37e35f3df7a24e0213a5efe9c967fba4d5559f990_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:7f972a0d3252fca8b8b99bae6a03e5e1648a5ec8a435e07d996975e757a6cb24_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e6ce4dbcb87786295696d784fe039b7275c1bbc9a6bdecb0d2e9ec5b6922bc7a_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0744387e8b3383f621b53242f7dddb77546321d4d7e5094526a88c9dcf3b9d82_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:7ffb21d2bd7207dcd7ce33fccf7d779f08931f1bfd823172b56a2eff7124dd75_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ece2162f631dddd7c91041ed0fd0c4446a322128593704be8e672e60660a86e1_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:f8ba2cca143df538ffa21825d95789497207c3c9207f10ff8ba4c00c48797fa0_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:a658762b93bc3e3113760b6778c45165a25c23144c354f5372a50ea197987b87_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:b7dc0077d567dc8ec652909bdb9b95119d8178677d5fb0aad9c4055edee37287_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c1627f33e642d33da6bafd402f48649c32d10ad85cb3ab18c1058374767cc3e8_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c526292a6f136a436dcb33b4bd7d63cb454492a83aead840b5cd912b814c2620_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:31eda02b3898d93abdeedae01a898ae4f96325c3fc878e35da1c1438fe867790_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:c86e4792ce5c5312c7b5e08532c9b7eba932f4f93f49d335f57c5bc421e8c74c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:f983defb833d61c9fb652ea9d43ec60ba57b3c822eccd7a3b930728d413275a2_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:fc793a57ed674bfab7bfa3fe90712ea139d5ac4c10bc248e2af053354aa59d83_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"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": [
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:26bae3fe2cfa6bfd4c66f074b637b6be3ee491a8fcf59ea7f272849e2ee7d38e_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:2bf16d5208f908a6f26a8d193b344bd3eef69f2d766fc2a859a5e216c5c58656_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:61652d19b8a6ca9b9c6dc34b7bfc2415ef2684fcc86bf94a098e5b03a9c24fe4_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9c3e5a34329dff33a1a29dae8a96ee24212edb032e10b9cccf345c5bdf6ac2a5_amd64"
],
"known_not_affected": [
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:83771fed3881ab61f5b3d7aa11db0a86b7c87237197d191d54735b60e01e7939_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:345b9e0c00ef641102898314742bdd4be793f899dcf6dec430da6abc5ab53e8a_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:5dcec9384f1f7189ad363dac7efcd8932359b0fa6e3e9310c7d244ef7ef1aa09_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:97d0150d7260df28c6c41f528f454ce7855109ccc59b04e221e8b87ea75eed0b_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:e2afd43aea7d4e6bb10d60585bf527686b216ca6c211027b9afa53a8be820eed_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:045e31d27e80898d582539e4aede878b7366846ea743d48f20a9eb33464d6489_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:0cad06e0ff93ba51a793a960e309ee53d88de910b0c009569d03b6c03457656b_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:131fd2a11c0b6911a0aefa29cef7ad6dcb7618ef0324246bb3303bc3c91c7cf9_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:bce21467c15cd0a822dbde6b5943b1c6f68c915b9893222fca0111da8b11d399_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:1b40836fec3571e4a9710120874fc75de3f6ea38829c8860d53b8e3ed76e632f_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:2c71346ac12a1f5aa121ec082f3bc1723bfd77742310f73edae7df13cf65a151_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:829d2c60e16e59d8311d7348edac73677a9839378264b1d6a82215307a6b9f22_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:8c2ac63098801c50b78c588c7e29e7c3748a156874305437804e1e61e07129d3_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:296f123cd3f5d397abc51c241c57a225dc3b8d2bfd32bbef0fe8d6e77fc48c33_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:15b49a85899061c8cf0172c067896833eb8810115b1bfe231cd5a41125392f91_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:4bf78ed2299f3f0c7029d1f37e35f3df7a24e0213a5efe9c967fba4d5559f990_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:7f972a0d3252fca8b8b99bae6a03e5e1648a5ec8a435e07d996975e757a6cb24_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e6ce4dbcb87786295696d784fe039b7275c1bbc9a6bdecb0d2e9ec5b6922bc7a_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0744387e8b3383f621b53242f7dddb77546321d4d7e5094526a88c9dcf3b9d82_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:7ffb21d2bd7207dcd7ce33fccf7d779f08931f1bfd823172b56a2eff7124dd75_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ece2162f631dddd7c91041ed0fd0c4446a322128593704be8e672e60660a86e1_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:f8ba2cca143df538ffa21825d95789497207c3c9207f10ff8ba4c00c48797fa0_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:a658762b93bc3e3113760b6778c45165a25c23144c354f5372a50ea197987b87_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:b7dc0077d567dc8ec652909bdb9b95119d8178677d5fb0aad9c4055edee37287_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c1627f33e642d33da6bafd402f48649c32d10ad85cb3ab18c1058374767cc3e8_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c526292a6f136a436dcb33b4bd7d63cb454492a83aead840b5cd912b814c2620_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:31eda02b3898d93abdeedae01a898ae4f96325c3fc878e35da1c1438fe867790_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:c86e4792ce5c5312c7b5e08532c9b7eba932f4f93f49d335f57c5bc421e8c74c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:f983defb833d61c9fb652ea9d43ec60ba57b3c822eccd7a3b930728d413275a2_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:fc793a57ed674bfab7bfa3fe90712ea139d5ac4c10bc248e2af053354aa59d83_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-17T15:38:59+00:00",
"details": "For OpenShift Container Platform 4.16 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html/release_notes/ocp-4-16-release-notes\n\nFor Red Hat OpenShift Logging 6.0, see the following instructions to apply this update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_logging/6.0",
"product_ids": [
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:26bae3fe2cfa6bfd4c66f074b637b6be3ee491a8fcf59ea7f272849e2ee7d38e_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:2bf16d5208f908a6f26a8d193b344bd3eef69f2d766fc2a859a5e216c5c58656_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:61652d19b8a6ca9b9c6dc34b7bfc2415ef2684fcc86bf94a098e5b03a9c24fe4_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9c3e5a34329dff33a1a29dae8a96ee24212edb032e10b9cccf345c5bdf6ac2a5_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23535"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:83771fed3881ab61f5b3d7aa11db0a86b7c87237197d191d54735b60e01e7939_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:345b9e0c00ef641102898314742bdd4be793f899dcf6dec430da6abc5ab53e8a_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:5dcec9384f1f7189ad363dac7efcd8932359b0fa6e3e9310c7d244ef7ef1aa09_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:97d0150d7260df28c6c41f528f454ce7855109ccc59b04e221e8b87ea75eed0b_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:e2afd43aea7d4e6bb10d60585bf527686b216ca6c211027b9afa53a8be820eed_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:045e31d27e80898d582539e4aede878b7366846ea743d48f20a9eb33464d6489_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:0cad06e0ff93ba51a793a960e309ee53d88de910b0c009569d03b6c03457656b_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:131fd2a11c0b6911a0aefa29cef7ad6dcb7618ef0324246bb3303bc3c91c7cf9_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:bce21467c15cd0a822dbde6b5943b1c6f68c915b9893222fca0111da8b11d399_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:1b40836fec3571e4a9710120874fc75de3f6ea38829c8860d53b8e3ed76e632f_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:2c71346ac12a1f5aa121ec082f3bc1723bfd77742310f73edae7df13cf65a151_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:829d2c60e16e59d8311d7348edac73677a9839378264b1d6a82215307a6b9f22_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:8c2ac63098801c50b78c588c7e29e7c3748a156874305437804e1e61e07129d3_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:26bae3fe2cfa6bfd4c66f074b637b6be3ee491a8fcf59ea7f272849e2ee7d38e_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:2bf16d5208f908a6f26a8d193b344bd3eef69f2d766fc2a859a5e216c5c58656_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:61652d19b8a6ca9b9c6dc34b7bfc2415ef2684fcc86bf94a098e5b03a9c24fe4_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9c3e5a34329dff33a1a29dae8a96ee24212edb032e10b9cccf345c5bdf6ac2a5_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:296f123cd3f5d397abc51c241c57a225dc3b8d2bfd32bbef0fe8d6e77fc48c33_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:15b49a85899061c8cf0172c067896833eb8810115b1bfe231cd5a41125392f91_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:4bf78ed2299f3f0c7029d1f37e35f3df7a24e0213a5efe9c967fba4d5559f990_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:7f972a0d3252fca8b8b99bae6a03e5e1648a5ec8a435e07d996975e757a6cb24_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e6ce4dbcb87786295696d784fe039b7275c1bbc9a6bdecb0d2e9ec5b6922bc7a_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0744387e8b3383f621b53242f7dddb77546321d4d7e5094526a88c9dcf3b9d82_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:7ffb21d2bd7207dcd7ce33fccf7d779f08931f1bfd823172b56a2eff7124dd75_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ece2162f631dddd7c91041ed0fd0c4446a322128593704be8e672e60660a86e1_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:f8ba2cca143df538ffa21825d95789497207c3c9207f10ff8ba4c00c48797fa0_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:a658762b93bc3e3113760b6778c45165a25c23144c354f5372a50ea197987b87_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:b7dc0077d567dc8ec652909bdb9b95119d8178677d5fb0aad9c4055edee37287_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c1627f33e642d33da6bafd402f48649c32d10ad85cb3ab18c1058374767cc3e8_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c526292a6f136a436dcb33b4bd7d63cb454492a83aead840b5cd912b814c2620_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:31eda02b3898d93abdeedae01a898ae4f96325c3fc878e35da1c1438fe867790_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:c86e4792ce5c5312c7b5e08532c9b7eba932f4f93f49d335f57c5bc421e8c74c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:f983defb833d61c9fb652ea9d43ec60ba57b3c822eccd7a3b930728d413275a2_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:fc793a57ed674bfab7bfa3fe90712ea139d5ac4c10bc248e2af053354aa59d83_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:83771fed3881ab61f5b3d7aa11db0a86b7c87237197d191d54735b60e01e7939_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:345b9e0c00ef641102898314742bdd4be793f899dcf6dec430da6abc5ab53e8a_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:5dcec9384f1f7189ad363dac7efcd8932359b0fa6e3e9310c7d244ef7ef1aa09_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:97d0150d7260df28c6c41f528f454ce7855109ccc59b04e221e8b87ea75eed0b_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:e2afd43aea7d4e6bb10d60585bf527686b216ca6c211027b9afa53a8be820eed_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:045e31d27e80898d582539e4aede878b7366846ea743d48f20a9eb33464d6489_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:0cad06e0ff93ba51a793a960e309ee53d88de910b0c009569d03b6c03457656b_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:131fd2a11c0b6911a0aefa29cef7ad6dcb7618ef0324246bb3303bc3c91c7cf9_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:bce21467c15cd0a822dbde6b5943b1c6f68c915b9893222fca0111da8b11d399_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:1b40836fec3571e4a9710120874fc75de3f6ea38829c8860d53b8e3ed76e632f_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:2c71346ac12a1f5aa121ec082f3bc1723bfd77742310f73edae7df13cf65a151_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:829d2c60e16e59d8311d7348edac73677a9839378264b1d6a82215307a6b9f22_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:8c2ac63098801c50b78c588c7e29e7c3748a156874305437804e1e61e07129d3_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:26bae3fe2cfa6bfd4c66f074b637b6be3ee491a8fcf59ea7f272849e2ee7d38e_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:2bf16d5208f908a6f26a8d193b344bd3eef69f2d766fc2a859a5e216c5c58656_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:61652d19b8a6ca9b9c6dc34b7bfc2415ef2684fcc86bf94a098e5b03a9c24fe4_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9c3e5a34329dff33a1a29dae8a96ee24212edb032e10b9cccf345c5bdf6ac2a5_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:296f123cd3f5d397abc51c241c57a225dc3b8d2bfd32bbef0fe8d6e77fc48c33_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:15b49a85899061c8cf0172c067896833eb8810115b1bfe231cd5a41125392f91_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:4bf78ed2299f3f0c7029d1f37e35f3df7a24e0213a5efe9c967fba4d5559f990_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:7f972a0d3252fca8b8b99bae6a03e5e1648a5ec8a435e07d996975e757a6cb24_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e6ce4dbcb87786295696d784fe039b7275c1bbc9a6bdecb0d2e9ec5b6922bc7a_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0744387e8b3383f621b53242f7dddb77546321d4d7e5094526a88c9dcf3b9d82_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:7ffb21d2bd7207dcd7ce33fccf7d779f08931f1bfd823172b56a2eff7124dd75_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ece2162f631dddd7c91041ed0fd0c4446a322128593704be8e672e60660a86e1_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:f8ba2cca143df538ffa21825d95789497207c3c9207f10ff8ba4c00c48797fa0_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:a658762b93bc3e3113760b6778c45165a25c23144c354f5372a50ea197987b87_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:b7dc0077d567dc8ec652909bdb9b95119d8178677d5fb0aad9c4055edee37287_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c1627f33e642d33da6bafd402f48649c32d10ad85cb3ab18c1058374767cc3e8_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c526292a6f136a436dcb33b4bd7d63cb454492a83aead840b5cd912b814c2620_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:31eda02b3898d93abdeedae01a898ae4f96325c3fc878e35da1c1438fe867790_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:c86e4792ce5c5312c7b5e08532c9b7eba932f4f93f49d335f57c5bc421e8c74c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:f983defb833d61c9fb652ea9d43ec60ba57b3c822eccd7a3b930728d413275a2_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:fc793a57ed674bfab7bfa3fe90712ea139d5ac4c10bc248e2af053354aa59d83_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:83771fed3881ab61f5b3d7aa11db0a86b7c87237197d191d54735b60e01e7939_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:345b9e0c00ef641102898314742bdd4be793f899dcf6dec430da6abc5ab53e8a_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:5dcec9384f1f7189ad363dac7efcd8932359b0fa6e3e9310c7d244ef7ef1aa09_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:97d0150d7260df28c6c41f528f454ce7855109ccc59b04e221e8b87ea75eed0b_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:e2afd43aea7d4e6bb10d60585bf527686b216ca6c211027b9afa53a8be820eed_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:045e31d27e80898d582539e4aede878b7366846ea743d48f20a9eb33464d6489_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:0cad06e0ff93ba51a793a960e309ee53d88de910b0c009569d03b6c03457656b_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:131fd2a11c0b6911a0aefa29cef7ad6dcb7618ef0324246bb3303bc3c91c7cf9_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:bce21467c15cd0a822dbde6b5943b1c6f68c915b9893222fca0111da8b11d399_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:1b40836fec3571e4a9710120874fc75de3f6ea38829c8860d53b8e3ed76e632f_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:2c71346ac12a1f5aa121ec082f3bc1723bfd77742310f73edae7df13cf65a151_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:829d2c60e16e59d8311d7348edac73677a9839378264b1d6a82215307a6b9f22_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:8c2ac63098801c50b78c588c7e29e7c3748a156874305437804e1e61e07129d3_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:296f123cd3f5d397abc51c241c57a225dc3b8d2bfd32bbef0fe8d6e77fc48c33_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:15b49a85899061c8cf0172c067896833eb8810115b1bfe231cd5a41125392f91_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:4bf78ed2299f3f0c7029d1f37e35f3df7a24e0213a5efe9c967fba4d5559f990_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:7f972a0d3252fca8b8b99bae6a03e5e1648a5ec8a435e07d996975e757a6cb24_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e6ce4dbcb87786295696d784fe039b7275c1bbc9a6bdecb0d2e9ec5b6922bc7a_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0744387e8b3383f621b53242f7dddb77546321d4d7e5094526a88c9dcf3b9d82_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:7ffb21d2bd7207dcd7ce33fccf7d779f08931f1bfd823172b56a2eff7124dd75_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ece2162f631dddd7c91041ed0fd0c4446a322128593704be8e672e60660a86e1_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:f8ba2cca143df538ffa21825d95789497207c3c9207f10ff8ba4c00c48797fa0_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:a658762b93bc3e3113760b6778c45165a25c23144c354f5372a50ea197987b87_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:b7dc0077d567dc8ec652909bdb9b95119d8178677d5fb0aad9c4055edee37287_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c1627f33e642d33da6bafd402f48649c32d10ad85cb3ab18c1058374767cc3e8_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c526292a6f136a436dcb33b4bd7d63cb454492a83aead840b5cd912b814c2620_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:31eda02b3898d93abdeedae01a898ae4f96325c3fc878e35da1c1438fe867790_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:c86e4792ce5c5312c7b5e08532c9b7eba932f4f93f49d335f57c5bc421e8c74c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:f983defb833d61c9fb652ea9d43ec60ba57b3c822eccd7a3b930728d413275a2_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:fc793a57ed674bfab7bfa3fe90712ea139d5ac4c10bc248e2af053354aa59d83_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"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": [
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:26bae3fe2cfa6bfd4c66f074b637b6be3ee491a8fcf59ea7f272849e2ee7d38e_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:2bf16d5208f908a6f26a8d193b344bd3eef69f2d766fc2a859a5e216c5c58656_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:61652d19b8a6ca9b9c6dc34b7bfc2415ef2684fcc86bf94a098e5b03a9c24fe4_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9c3e5a34329dff33a1a29dae8a96ee24212edb032e10b9cccf345c5bdf6ac2a5_amd64"
],
"known_not_affected": [
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:83771fed3881ab61f5b3d7aa11db0a86b7c87237197d191d54735b60e01e7939_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:345b9e0c00ef641102898314742bdd4be793f899dcf6dec430da6abc5ab53e8a_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:5dcec9384f1f7189ad363dac7efcd8932359b0fa6e3e9310c7d244ef7ef1aa09_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:97d0150d7260df28c6c41f528f454ce7855109ccc59b04e221e8b87ea75eed0b_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:e2afd43aea7d4e6bb10d60585bf527686b216ca6c211027b9afa53a8be820eed_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:045e31d27e80898d582539e4aede878b7366846ea743d48f20a9eb33464d6489_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:0cad06e0ff93ba51a793a960e309ee53d88de910b0c009569d03b6c03457656b_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:131fd2a11c0b6911a0aefa29cef7ad6dcb7618ef0324246bb3303bc3c91c7cf9_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:bce21467c15cd0a822dbde6b5943b1c6f68c915b9893222fca0111da8b11d399_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:1b40836fec3571e4a9710120874fc75de3f6ea38829c8860d53b8e3ed76e632f_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:2c71346ac12a1f5aa121ec082f3bc1723bfd77742310f73edae7df13cf65a151_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:829d2c60e16e59d8311d7348edac73677a9839378264b1d6a82215307a6b9f22_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:8c2ac63098801c50b78c588c7e29e7c3748a156874305437804e1e61e07129d3_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:296f123cd3f5d397abc51c241c57a225dc3b8d2bfd32bbef0fe8d6e77fc48c33_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:15b49a85899061c8cf0172c067896833eb8810115b1bfe231cd5a41125392f91_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:4bf78ed2299f3f0c7029d1f37e35f3df7a24e0213a5efe9c967fba4d5559f990_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:7f972a0d3252fca8b8b99bae6a03e5e1648a5ec8a435e07d996975e757a6cb24_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e6ce4dbcb87786295696d784fe039b7275c1bbc9a6bdecb0d2e9ec5b6922bc7a_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0744387e8b3383f621b53242f7dddb77546321d4d7e5094526a88c9dcf3b9d82_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:7ffb21d2bd7207dcd7ce33fccf7d779f08931f1bfd823172b56a2eff7124dd75_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ece2162f631dddd7c91041ed0fd0c4446a322128593704be8e672e60660a86e1_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:f8ba2cca143df538ffa21825d95789497207c3c9207f10ff8ba4c00c48797fa0_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:a658762b93bc3e3113760b6778c45165a25c23144c354f5372a50ea197987b87_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:b7dc0077d567dc8ec652909bdb9b95119d8178677d5fb0aad9c4055edee37287_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c1627f33e642d33da6bafd402f48649c32d10ad85cb3ab18c1058374767cc3e8_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c526292a6f136a436dcb33b4bd7d63cb454492a83aead840b5cd912b814c2620_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:31eda02b3898d93abdeedae01a898ae4f96325c3fc878e35da1c1438fe867790_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:c86e4792ce5c5312c7b5e08532c9b7eba932f4f93f49d335f57c5bc421e8c74c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:f983defb833d61c9fb652ea9d43ec60ba57b3c822eccd7a3b930728d413275a2_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:fc793a57ed674bfab7bfa3fe90712ea139d5ac4c10bc248e2af053354aa59d83_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-17T15:38:59+00:00",
"details": "For OpenShift Container Platform 4.16 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html/release_notes/ocp-4-16-release-notes\n\nFor Red Hat OpenShift Logging 6.0, see the following instructions to apply this update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_logging/6.0",
"product_ids": [
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:26bae3fe2cfa6bfd4c66f074b637b6be3ee491a8fcf59ea7f272849e2ee7d38e_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:2bf16d5208f908a6f26a8d193b344bd3eef69f2d766fc2a859a5e216c5c58656_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:61652d19b8a6ca9b9c6dc34b7bfc2415ef2684fcc86bf94a098e5b03a9c24fe4_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9c3e5a34329dff33a1a29dae8a96ee24212edb032e10b9cccf345c5bdf6ac2a5_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23535"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:83771fed3881ab61f5b3d7aa11db0a86b7c87237197d191d54735b60e01e7939_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:345b9e0c00ef641102898314742bdd4be793f899dcf6dec430da6abc5ab53e8a_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:5dcec9384f1f7189ad363dac7efcd8932359b0fa6e3e9310c7d244ef7ef1aa09_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:97d0150d7260df28c6c41f528f454ce7855109ccc59b04e221e8b87ea75eed0b_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:e2afd43aea7d4e6bb10d60585bf527686b216ca6c211027b9afa53a8be820eed_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:045e31d27e80898d582539e4aede878b7366846ea743d48f20a9eb33464d6489_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:0cad06e0ff93ba51a793a960e309ee53d88de910b0c009569d03b6c03457656b_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:131fd2a11c0b6911a0aefa29cef7ad6dcb7618ef0324246bb3303bc3c91c7cf9_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:bce21467c15cd0a822dbde6b5943b1c6f68c915b9893222fca0111da8b11d399_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:1b40836fec3571e4a9710120874fc75de3f6ea38829c8860d53b8e3ed76e632f_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:2c71346ac12a1f5aa121ec082f3bc1723bfd77742310f73edae7df13cf65a151_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:829d2c60e16e59d8311d7348edac73677a9839378264b1d6a82215307a6b9f22_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:8c2ac63098801c50b78c588c7e29e7c3748a156874305437804e1e61e07129d3_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:26bae3fe2cfa6bfd4c66f074b637b6be3ee491a8fcf59ea7f272849e2ee7d38e_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:2bf16d5208f908a6f26a8d193b344bd3eef69f2d766fc2a859a5e216c5c58656_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:61652d19b8a6ca9b9c6dc34b7bfc2415ef2684fcc86bf94a098e5b03a9c24fe4_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9c3e5a34329dff33a1a29dae8a96ee24212edb032e10b9cccf345c5bdf6ac2a5_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:296f123cd3f5d397abc51c241c57a225dc3b8d2bfd32bbef0fe8d6e77fc48c33_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:15b49a85899061c8cf0172c067896833eb8810115b1bfe231cd5a41125392f91_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:4bf78ed2299f3f0c7029d1f37e35f3df7a24e0213a5efe9c967fba4d5559f990_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:7f972a0d3252fca8b8b99bae6a03e5e1648a5ec8a435e07d996975e757a6cb24_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e6ce4dbcb87786295696d784fe039b7275c1bbc9a6bdecb0d2e9ec5b6922bc7a_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0744387e8b3383f621b53242f7dddb77546321d4d7e5094526a88c9dcf3b9d82_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:7ffb21d2bd7207dcd7ce33fccf7d779f08931f1bfd823172b56a2eff7124dd75_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ece2162f631dddd7c91041ed0fd0c4446a322128593704be8e672e60660a86e1_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:f8ba2cca143df538ffa21825d95789497207c3c9207f10ff8ba4c00c48797fa0_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:a658762b93bc3e3113760b6778c45165a25c23144c354f5372a50ea197987b87_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:b7dc0077d567dc8ec652909bdb9b95119d8178677d5fb0aad9c4055edee37287_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c1627f33e642d33da6bafd402f48649c32d10ad85cb3ab18c1058374767cc3e8_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c526292a6f136a436dcb33b4bd7d63cb454492a83aead840b5cd912b814c2620_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:31eda02b3898d93abdeedae01a898ae4f96325c3fc878e35da1c1438fe867790_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:c86e4792ce5c5312c7b5e08532c9b7eba932f4f93f49d335f57c5bc421e8c74c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:f983defb833d61c9fb652ea9d43ec60ba57b3c822eccd7a3b930728d413275a2_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:fc793a57ed674bfab7bfa3fe90712ea139d5ac4c10bc248e2af053354aa59d83_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:83771fed3881ab61f5b3d7aa11db0a86b7c87237197d191d54735b60e01e7939_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:345b9e0c00ef641102898314742bdd4be793f899dcf6dec430da6abc5ab53e8a_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:5dcec9384f1f7189ad363dac7efcd8932359b0fa6e3e9310c7d244ef7ef1aa09_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:97d0150d7260df28c6c41f528f454ce7855109ccc59b04e221e8b87ea75eed0b_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator@sha256:e2afd43aea7d4e6bb10d60585bf527686b216ca6c211027b9afa53a8be820eed_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:045e31d27e80898d582539e4aede878b7366846ea743d48f20a9eb33464d6489_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:0cad06e0ff93ba51a793a960e309ee53d88de910b0c009569d03b6c03457656b_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:131fd2a11c0b6911a0aefa29cef7ad6dcb7618ef0324246bb3303bc3c91c7cf9_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/eventrouter-rhel9@sha256:bce21467c15cd0a822dbde6b5943b1c6f68c915b9893222fca0111da8b11d399_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:1b40836fec3571e4a9710120874fc75de3f6ea38829c8860d53b8e3ed76e632f_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:2c71346ac12a1f5aa121ec082f3bc1723bfd77742310f73edae7df13cf65a151_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:829d2c60e16e59d8311d7348edac73677a9839378264b1d6a82215307a6b9f22_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9@sha256:8c2ac63098801c50b78c588c7e29e7c3748a156874305437804e1e61e07129d3_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:26bae3fe2cfa6bfd4c66f074b637b6be3ee491a8fcf59ea7f272849e2ee7d38e_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:2bf16d5208f908a6f26a8d193b344bd3eef69f2d766fc2a859a5e216c5c58656_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:61652d19b8a6ca9b9c6dc34b7bfc2415ef2684fcc86bf94a098e5b03a9c24fe4_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/logging-loki-rhel9@sha256:9c3e5a34329dff33a1a29dae8a96ee24212edb032e10b9cccf345c5bdf6ac2a5_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-operator-bundle@sha256:296f123cd3f5d397abc51c241c57a225dc3b8d2bfd32bbef0fe8d6e77fc48c33_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:15b49a85899061c8cf0172c067896833eb8810115b1bfe231cd5a41125392f91_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:4bf78ed2299f3f0c7029d1f37e35f3df7a24e0213a5efe9c967fba4d5559f990_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:7f972a0d3252fca8b8b99bae6a03e5e1648a5ec8a435e07d996975e757a6cb24_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/loki-rhel9-operator@sha256:e6ce4dbcb87786295696d784fe039b7275c1bbc9a6bdecb0d2e9ec5b6922bc7a_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:0744387e8b3383f621b53242f7dddb77546321d4d7e5094526a88c9dcf3b9d82_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:7ffb21d2bd7207dcd7ce33fccf7d779f08931f1bfd823172b56a2eff7124dd75_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:ece2162f631dddd7c91041ed0fd0c4446a322128593704be8e672e60660a86e1_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/lokistack-gateway-rhel9@sha256:f8ba2cca143df538ffa21825d95789497207c3c9207f10ff8ba4c00c48797fa0_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:a658762b93bc3e3113760b6778c45165a25c23144c354f5372a50ea197987b87_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:b7dc0077d567dc8ec652909bdb9b95119d8178677d5fb0aad9c4055edee37287_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c1627f33e642d33da6bafd402f48649c32d10ad85cb3ab18c1058374767cc3e8_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/opa-openshift-rhel9@sha256:c526292a6f136a436dcb33b4bd7d63cb454492a83aead840b5cd912b814c2620_amd64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:31eda02b3898d93abdeedae01a898ae4f96325c3fc878e35da1c1438fe867790_s390x",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:c86e4792ce5c5312c7b5e08532c9b7eba932f4f93f49d335f57c5bc421e8c74c_arm64",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:f983defb833d61c9fb652ea9d43ec60ba57b3c822eccd7a3b930728d413275a2_ppc64le",
"Logging Subsystem for Red Hat OpenShift 6.0:registry.redhat.io/openshift-logging/vector-rhel9@sha256:fc793a57ed674bfab7bfa3fe90712ea139d5ac4c10bc248e2af053354aa59d83_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
RHSA-2025:23916
Vulnerability from csaf_redhat - Published: 2025-12-22 14:47 - Updated: 2026-06-20 07:51A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:047ba8340fc2c3e48707c1a1e81c8baad69082dd4da8c22d866b22906e02d309_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:076223f73aad6629a9a7846d94cff4a0a1b67bca585f93820d4640e67e903987_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:401d933317294c4c3a284001a44a38ea5c46afe94a3c61bd0296f86cb963ed1d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:5a49211ab0598aa2e4a1589062dc9da1df5c56c18d3b184357f060736b009aa6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:3d88ce93846d86607cb2a9ea3c0360c4adf63f9b0df3258dc08af5f6ac01207c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:5d4bc3b8907f38bdaeaf9a1c12e0955a81021147b87e7203e94471356065df0a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:b40c503ee411a75d143bcb6497f35a4345839f1cbb9347f9eec038c414c79e96_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:05c3a2e3422dee2f038c3ebd2e1a13e8a5c67281aacfc8bf02c8699133ce04f5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:968718cebe5204174fc2c507134429ed4d8e101b4988882a5c13ba7c5a9f9dae_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:f551154d140fcfd3cfa09b5b36b42adc7d493036ff01f472684e66dad207448e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5bd92751f13b4cba2fdb6a65825464b7a2d1f526f918ee9704c168dccebb40a7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b07ed290d3609284787f52017caac6e160cd1226a3694e0efdd4be8a28013a5f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e82294926f962d7ea6fe614ac05794cf4995e848ef09c1fece337dd62a7c3f17_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:f5867a6b5c6b730e6a0f5649a79d97c21ceb75bac5065380e2d412e154341178_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7b0756104016ca03177a2ec32739d8845bdfffe5323b327ae816589f21962f17_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7cc10b78251a0b1bfe76af67b2362d3f23613142bd33994a53b7d64c2e34d8cb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:a1301b098696bbde8094067be1905e71028f2a1e1844af3b9a98872a672fea93_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6342cb649629364a40f49c73196410f82643d2a281788953bde0d8486aeccd00_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ba41252fc409e022966bf18040deba7f4a06ff54f86c231cc07867a2f21b6523_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bc3421bd3f9f21ebf3511b91bcee2a1d2ed574cc8f75718f0f756482af78d2fb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:fc34b504bcdeb77f9ffc3a271d99515c2a4dc8f1c11ca40fc07b6613812bdf58_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:77d3c24f55997958dba201fcc6cfb2a500fc44317ad66c234fc2c2b02cd89fb0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7bd68eaa93b9720ba4d843a67d4aa73e82d431312250b8c4a3e92d4a8f9a3062_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:9dcc19c404b3b9ce0afc363f565d3f5c797a0486031cee23619dc38d9eab391c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1cf0c241cc8838b016282c4f742a9d420561b660e16eb03734590df05be5d18a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6bc9b8a4c85fa4323e4df0a2ab00a1fecfaea9c6582e77fcacbf1fa9af012ebb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7e42a80006e482e26b828c689d4eb838c1cf3de59f1db7724cece80c85f30958_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6f471b80aab998f6d60569bb4951f9e321fd1addebe4ad96f49bbb892ca9538_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:18389875fbd5150ff7fdf4073ba54b70e5cf7efaaa429e1c9f599ccb801ad9a0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:726d7805c11470a1af8bd47dc5cf7f0836e9d7f85ffb4275468ca53dc7f2f1c3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:ad41ce115db6b5176f2292c9964c9696ca725113090f1a9dc9bf839c62c0643f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:d7cdd6bd2d3e8b5f5f28d9021070b23ac6646a7f5b4369da34d9a7bc9e2043e6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:5aa53850fbb0b16ad92c1dcd6227e7f1cff05e589c9056632414538d28183381_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:a1d995304011a051eebccca1d3f76c4e88c140de3e59760b956c32b8aba7809e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:ccc33cdbbd4ec7f94a3ff46ea02c74ce2af58a19be63e489c63f49ea001dcb18_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4df1d094208fb10e4cacf2e19aed26c00367fabdff08dfc7c71b8854c76e22c0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:919e13c15f5b39c80bf725c643f2c577f8316ad16d0dd83fff4c365156ea5e23_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e7d39f7857213284b59148b9ea04e8dc67df12d5389ffb4fb585425272470a5a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:2596400c992752fe543a4e66160f46f870c601e931d46684fbec21bcb30d8ae4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9f43d5cfa8cb58807f9b2c0c21f6007972541449cd55e949f54f19066cf6e5ed_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bd3f394dfa1f711912be961080624710b363b7c5c9c259c69614ce365f8f77e4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cf7cff2bbf391af745c3d48865825d6c5584df5acc4dfd09f8dafca6d4622623_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3f2aaf862a9a77707f3712aaabb6cb6eda16a56a693d1ffd3c676e79eb788d91_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:d70ebc82f9ada555b2012c4752d0de8890e6535b17b221581401defc8d03baea_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:db3f0cfc81cbd00eaba341f3d8924e335147e258c3181fa319e34646f5aec5cb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f59104c56a4af5c9e78b4fcaad0da3595a2c5e55a36606ea8d4f9f0ed5d813e8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:400ea5db71be151c8d36944ecf6f11045de54d42d56318a601614d022fb3c156_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:b59c062f82c3e77a060c2ffbfc56408c8dde2bfb4b5da1b8f97d788f3123a10e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:dc0bdfb02e39115ec774fb1d7292902f61fb73e9fcd5aff90ab86c1fc8f0f833_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:37197a627aa761ba42dbf5bb91e769824fbb05492280a2bd62117de2ee13d3d3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:62120d23419e85f2fc75522e118e7128e3aae99b2827bdcfbeed511c4cd5c829_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:859ff4cb71b1f3baff23e4bd2143476c269eff41d44ef8ff163c398fb242b17a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a5b321affa939fc5b14c7a20f599fa71b80aa64620c2b5ff03703cee07cf4606_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:09a15ea2da78ae819b5e78270a932206a849ed1142534933b055c3e247955c92_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:33c4e1967eae1f9cef3abc5228929dddbdc803eb042e8eaea6c61c31b5c463bf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:8af4ccf39810a0a5e0543705632b2bc53f2e18c4478f4a0ccbbe60f2388eb214_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e0e9ae74d89ee53c7172d1fa8f0ff5bd35f9c242b139ce428bbec05b8122774a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:113005e1cb7d573d8df119d075a6a8f7036157e72a4e022918dde9e1bf26794c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:61c4953a881194a3721abe3606135e8998e5a8680eb994fdd8dacb6f6172531f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:bddbd2ed3177b010de2df7f69ce6d36afca3c216d62b75fe34983a600102b6ef_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f72bf2a3c0b0f68c1af60a5271c602811920b4e252a4f897b9682094f884e5db_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:049dd1a7ba5ba3139adf0080d6308f2f9cc8a2c5107a4bb21cfc2666f17745bd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:9e6e30483c87bd06d0a4c632fe71458130a03296cf45afc3bcab28d032ea5c61_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ce99ba471cec870a07af65ebe91906328f05cf24347a2ac18d6001f97149bc14_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ee11c555bb625609b807e10b7412d0de2b0def555e611e074cb17643ce53df05_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:28e471544609150a052f866cd1a8adbe4af3a80e2a5c5f093a0de5178a93f91b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5a8aab0d45ff44274c7331a55229c261ea3ce3ca9368f8dd285c6168e4ac9e4b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b6302dd39abd5628d6e262536ceb07e045569cf519ef15e33fea071defde2eb7_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:2ca2d0a10f44632d5d46c34598799acded803875c7374e57958c102704c0aa8e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:a81b595293533e51961d2855f3539dcbcdf634a3cb1877cca96de6f662bf4970_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:6da9acf1bd9fcf0958bedd3962bd63eb9e28aa7abc201427f8138330913d8fac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:4237b99289fe2e2a9da4ee0ea34c2093ca53d379c7dc5e6f8fb6cb54acc649ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:9b1336bd961f91f5570232408dc50733e27100ac2077cc880a99413b119517ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e21829f5eb1f9bfa410c106951249adbf9b409b004b0ab1c80e7c61c2ee6f166_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:2704e9b948f6cc5e4fbd54da3c93ba657c7f80e05b88b0dedfbde17e95455927_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:80cc40018d47da8d1d2a84aef55346cd98db4362e2e89a0a340f29c18e5c6276_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:4edc375b6b7b56179a3ec6cd57f0ad4fda42b2530ff070d4c18c966adc23f741_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6368ff64954c72dfa8c12e618198bcf486f7cd94cdd0e817f20185be573ff59e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:33fd6a4faeea4f116b9c4d7f78871c79509de61cbbd63fb92a980b07a5a87f2c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:1970a8bbb49e9851361b5c8ee0bb16692eb29e282449a7d264c1251c47672dd0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2310ae4eb2fbae0c59fc865e7642dab064e634b1d8274ffad0b506d71fe89cb3_amd64 | — |
Workaround
|
A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:047ba8340fc2c3e48707c1a1e81c8baad69082dd4da8c22d866b22906e02d309_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:076223f73aad6629a9a7846d94cff4a0a1b67bca585f93820d4640e67e903987_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:401d933317294c4c3a284001a44a38ea5c46afe94a3c61bd0296f86cb963ed1d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:5a49211ab0598aa2e4a1589062dc9da1df5c56c18d3b184357f060736b009aa6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:3d88ce93846d86607cb2a9ea3c0360c4adf63f9b0df3258dc08af5f6ac01207c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:5d4bc3b8907f38bdaeaf9a1c12e0955a81021147b87e7203e94471356065df0a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:b40c503ee411a75d143bcb6497f35a4345839f1cbb9347f9eec038c414c79e96_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:05c3a2e3422dee2f038c3ebd2e1a13e8a5c67281aacfc8bf02c8699133ce04f5_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:968718cebe5204174fc2c507134429ed4d8e101b4988882a5c13ba7c5a9f9dae_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:f551154d140fcfd3cfa09b5b36b42adc7d493036ff01f472684e66dad207448e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5bd92751f13b4cba2fdb6a65825464b7a2d1f526f918ee9704c168dccebb40a7_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b07ed290d3609284787f52017caac6e160cd1226a3694e0efdd4be8a28013a5f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e82294926f962d7ea6fe614ac05794cf4995e848ef09c1fece337dd62a7c3f17_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:f5867a6b5c6b730e6a0f5649a79d97c21ceb75bac5065380e2d412e154341178_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7b0756104016ca03177a2ec32739d8845bdfffe5323b327ae816589f21962f17_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7cc10b78251a0b1bfe76af67b2362d3f23613142bd33994a53b7d64c2e34d8cb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:a1301b098696bbde8094067be1905e71028f2a1e1844af3b9a98872a672fea93_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6342cb649629364a40f49c73196410f82643d2a281788953bde0d8486aeccd00_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ba41252fc409e022966bf18040deba7f4a06ff54f86c231cc07867a2f21b6523_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bc3421bd3f9f21ebf3511b91bcee2a1d2ed574cc8f75718f0f756482af78d2fb_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:fc34b504bcdeb77f9ffc3a271d99515c2a4dc8f1c11ca40fc07b6613812bdf58_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:77d3c24f55997958dba201fcc6cfb2a500fc44317ad66c234fc2c2b02cd89fb0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7bd68eaa93b9720ba4d843a67d4aa73e82d431312250b8c4a3e92d4a8f9a3062_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:9dcc19c404b3b9ce0afc363f565d3f5c797a0486031cee23619dc38d9eab391c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1cf0c241cc8838b016282c4f742a9d420561b660e16eb03734590df05be5d18a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6bc9b8a4c85fa4323e4df0a2ab00a1fecfaea9c6582e77fcacbf1fa9af012ebb_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7e42a80006e482e26b828c689d4eb838c1cf3de59f1db7724cece80c85f30958_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6f471b80aab998f6d60569bb4951f9e321fd1addebe4ad96f49bbb892ca9538_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:18389875fbd5150ff7fdf4073ba54b70e5cf7efaaa429e1c9f599ccb801ad9a0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:726d7805c11470a1af8bd47dc5cf7f0836e9d7f85ffb4275468ca53dc7f2f1c3_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:ad41ce115db6b5176f2292c9964c9696ca725113090f1a9dc9bf839c62c0643f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:d7cdd6bd2d3e8b5f5f28d9021070b23ac6646a7f5b4369da34d9a7bc9e2043e6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:5aa53850fbb0b16ad92c1dcd6227e7f1cff05e589c9056632414538d28183381_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:a1d995304011a051eebccca1d3f76c4e88c140de3e59760b956c32b8aba7809e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:ccc33cdbbd4ec7f94a3ff46ea02c74ce2af58a19be63e489c63f49ea001dcb18_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4df1d094208fb10e4cacf2e19aed26c00367fabdff08dfc7c71b8854c76e22c0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:919e13c15f5b39c80bf725c643f2c577f8316ad16d0dd83fff4c365156ea5e23_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e7d39f7857213284b59148b9ea04e8dc67df12d5389ffb4fb585425272470a5a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:2596400c992752fe543a4e66160f46f870c601e931d46684fbec21bcb30d8ae4_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9f43d5cfa8cb58807f9b2c0c21f6007972541449cd55e949f54f19066cf6e5ed_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bd3f394dfa1f711912be961080624710b363b7c5c9c259c69614ce365f8f77e4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cf7cff2bbf391af745c3d48865825d6c5584df5acc4dfd09f8dafca6d4622623_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3f2aaf862a9a77707f3712aaabb6cb6eda16a56a693d1ffd3c676e79eb788d91_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:d70ebc82f9ada555b2012c4752d0de8890e6535b17b221581401defc8d03baea_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:db3f0cfc81cbd00eaba341f3d8924e335147e258c3181fa319e34646f5aec5cb_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f59104c56a4af5c9e78b4fcaad0da3595a2c5e55a36606ea8d4f9f0ed5d813e8_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:400ea5db71be151c8d36944ecf6f11045de54d42d56318a601614d022fb3c156_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:b59c062f82c3e77a060c2ffbfc56408c8dde2bfb4b5da1b8f97d788f3123a10e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:dc0bdfb02e39115ec774fb1d7292902f61fb73e9fcd5aff90ab86c1fc8f0f833_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:37197a627aa761ba42dbf5bb91e769824fbb05492280a2bd62117de2ee13d3d3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:62120d23419e85f2fc75522e118e7128e3aae99b2827bdcfbeed511c4cd5c829_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:859ff4cb71b1f3baff23e4bd2143476c269eff41d44ef8ff163c398fb242b17a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a5b321affa939fc5b14c7a20f599fa71b80aa64620c2b5ff03703cee07cf4606_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:09a15ea2da78ae819b5e78270a932206a849ed1142534933b055c3e247955c92_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:33c4e1967eae1f9cef3abc5228929dddbdc803eb042e8eaea6c61c31b5c463bf_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:8af4ccf39810a0a5e0543705632b2bc53f2e18c4478f4a0ccbbe60f2388eb214_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e0e9ae74d89ee53c7172d1fa8f0ff5bd35f9c242b139ce428bbec05b8122774a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:113005e1cb7d573d8df119d075a6a8f7036157e72a4e022918dde9e1bf26794c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:61c4953a881194a3721abe3606135e8998e5a8680eb994fdd8dacb6f6172531f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:bddbd2ed3177b010de2df7f69ce6d36afca3c216d62b75fe34983a600102b6ef_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f72bf2a3c0b0f68c1af60a5271c602811920b4e252a4f897b9682094f884e5db_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:049dd1a7ba5ba3139adf0080d6308f2f9cc8a2c5107a4bb21cfc2666f17745bd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:9e6e30483c87bd06d0a4c632fe71458130a03296cf45afc3bcab28d032ea5c61_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ce99ba471cec870a07af65ebe91906328f05cf24347a2ac18d6001f97149bc14_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ee11c555bb625609b807e10b7412d0de2b0def555e611e074cb17643ce53df05_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:28e471544609150a052f866cd1a8adbe4af3a80e2a5c5f093a0de5178a93f91b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5a8aab0d45ff44274c7331a55229c261ea3ce3ca9368f8dd285c6168e4ac9e4b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b6302dd39abd5628d6e262536ceb07e045569cf519ef15e33fea071defde2eb7_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:2ca2d0a10f44632d5d46c34598799acded803875c7374e57958c102704c0aa8e_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:a81b595293533e51961d2855f3539dcbcdf634a3cb1877cca96de6f662bf4970_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:6da9acf1bd9fcf0958bedd3962bd63eb9e28aa7abc201427f8138330913d8fac_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:4237b99289fe2e2a9da4ee0ea34c2093ca53d379c7dc5e6f8fb6cb54acc649ed_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:9b1336bd961f91f5570232408dc50733e27100ac2077cc880a99413b119517ea_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e21829f5eb1f9bfa410c106951249adbf9b409b004b0ab1c80e7c61c2ee6f166_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:2704e9b948f6cc5e4fbd54da3c93ba657c7f80e05b88b0dedfbde17e95455927_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:80cc40018d47da8d1d2a84aef55346cd98db4362e2e89a0a340f29c18e5c6276_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:4edc375b6b7b56179a3ec6cd57f0ad4fda42b2530ff070d4c18c966adc23f741_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6368ff64954c72dfa8c12e618198bcf486f7cd94cdd0e817f20185be573ff59e_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:33fd6a4faeea4f116b9c4d7f78871c79509de61cbbd63fb92a980b07a5a87f2c_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:1970a8bbb49e9851361b5c8ee0bb16692eb29e282449a7d264c1251c47672dd0_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2310ae4eb2fbae0c59fc865e7642dab064e634b1d8274ffad0b506d71fe89cb3_amd64 | — |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Data Foundation 4.18 security, enhancement \u0026 bug fix update",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Data Foundation 4.18 security, enhancement \u0026 bug fix update.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:23916",
"url": "https://access.redhat.com/errata/RHSA-2025:23916"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-30204",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47907",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/",
"url": "https://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_23916.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Data Foundation 4.18 security, enhancement \u0026 bug fix update",
"tracking": {
"current_release_date": "2026-06-20T07:51:36+00:00",
"generator": {
"date": "2026-06-20T07:51:36+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2025:23916",
"initial_release_date": "2025-12-22T14:47:09+00:00",
"revision_history": [
{
"date": "2025-12-22T14:47:09+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-22T14:47:20+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-20T07:51:36+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Openshift Data Foundation 4.18",
"product": {
"name": "Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_data_foundation:4.18::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Openshift Data Foundation"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7b0756104016ca03177a2ec32739d8845bdfffe5323b327ae816589f21962f17_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7b0756104016ca03177a2ec32739d8845bdfffe5323b327ae816589f21962f17_s390x",
"product_id": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7b0756104016ca03177a2ec32739d8845bdfffe5323b327ae816589f21962f17_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256%3A7b0756104016ca03177a2ec32739d8845bdfffe5323b327ae816589f21962f17?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051280"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:b40c503ee411a75d143bcb6497f35a4345839f1cbb9347f9eec038c414c79e96_s390x",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:b40c503ee411a75d143bcb6497f35a4345839f1cbb9347f9eec038c414c79e96_s390x",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:b40c503ee411a75d143bcb6497f35a4345839f1cbb9347f9eec038c414c79e96_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256%3Ab40c503ee411a75d143bcb6497f35a4345839f1cbb9347f9eec038c414c79e96?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:076223f73aad6629a9a7846d94cff4a0a1b67bca585f93820d4640e67e903987_s390x",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:076223f73aad6629a9a7846d94cff4a0a1b67bca585f93820d4640e67e903987_s390x",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:076223f73aad6629a9a7846d94cff4a0a1b67bca585f93820d4640e67e903987_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256%3A076223f73aad6629a9a7846d94cff4a0a1b67bca585f93820d4640e67e903987?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051062"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:05c3a2e3422dee2f038c3ebd2e1a13e8a5c67281aacfc8bf02c8699133ce04f5_s390x",
"product": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:05c3a2e3422dee2f038c3ebd2e1a13e8a5c67281aacfc8bf02c8699133ce04f5_s390x",
"product_id": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:05c3a2e3422dee2f038c3ebd2e1a13e8a5c67281aacfc8bf02c8699133ce04f5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256%3A05c3a2e3422dee2f038c3ebd2e1a13e8a5c67281aacfc8bf02c8699133ce04f5?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051116"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e82294926f962d7ea6fe614ac05794cf4995e848ef09c1fece337dd62a7c3f17_s390x",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e82294926f962d7ea6fe614ac05794cf4995e848ef09c1fece337dd62a7c3f17_s390x",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e82294926f962d7ea6fe614ac05794cf4995e848ef09c1fece337dd62a7c3f17_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3Ae82294926f962d7ea6fe614ac05794cf4995e848ef09c1fece337dd62a7c3f17?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051111"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:fc34b504bcdeb77f9ffc3a271d99515c2a4dc8f1c11ca40fc07b6613812bdf58_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:fc34b504bcdeb77f9ffc3a271d99515c2a4dc8f1c11ca40fc07b6613812bdf58_s390x",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:fc34b504bcdeb77f9ffc3a271d99515c2a4dc8f1c11ca40fc07b6613812bdf58_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3Afc34b504bcdeb77f9ffc3a271d99515c2a4dc8f1c11ca40fc07b6613812bdf58?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7bd68eaa93b9720ba4d843a67d4aa73e82d431312250b8c4a3e92d4a8f9a3062_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7bd68eaa93b9720ba4d843a67d4aa73e82d431312250b8c4a3e92d4a8f9a3062_s390x",
"product_id": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7bd68eaa93b9720ba4d843a67d4aa73e82d431312250b8c4a3e92d4a8f9a3062_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256%3A7bd68eaa93b9720ba4d843a67d4aa73e82d431312250b8c4a3e92d4a8f9a3062?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1765612155"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7e42a80006e482e26b828c689d4eb838c1cf3de59f1db7724cece80c85f30958_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7e42a80006e482e26b828c689d4eb838c1cf3de59f1db7724cece80c85f30958_s390x",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7e42a80006e482e26b828c689d4eb838c1cf3de59f1db7724cece80c85f30958_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3A7e42a80006e482e26b828c689d4eb838c1cf3de59f1db7724cece80c85f30958?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051217"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:726d7805c11470a1af8bd47dc5cf7f0836e9d7f85ffb4275468ca53dc7f2f1c3_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:726d7805c11470a1af8bd47dc5cf7f0836e9d7f85ffb4275468ca53dc7f2f1c3_s390x",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:726d7805c11470a1af8bd47dc5cf7f0836e9d7f85ffb4275468ca53dc7f2f1c3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3A726d7805c11470a1af8bd47dc5cf7f0836e9d7f85ffb4275468ca53dc7f2f1c3?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051184"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:a1d995304011a051eebccca1d3f76c4e88c140de3e59760b956c32b8aba7809e_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:a1d995304011a051eebccca1d3f76c4e88c140de3e59760b956c32b8aba7809e_s390x",
"product_id": "registry.redhat.io/odf4/odf-console-rhel9@sha256:a1d995304011a051eebccca1d3f76c4e88c140de3e59760b956c32b8aba7809e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256%3Aa1d995304011a051eebccca1d3f76c4e88c140de3e59760b956c32b8aba7809e?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051402"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4df1d094208fb10e4cacf2e19aed26c00367fabdff08dfc7c71b8854c76e22c0_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4df1d094208fb10e4cacf2e19aed26c00367fabdff08dfc7c71b8854c76e22c0_s390x",
"product_id": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4df1d094208fb10e4cacf2e19aed26c00367fabdff08dfc7c71b8854c76e22c0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256%3A4df1d094208fb10e4cacf2e19aed26c00367fabdff08dfc7c71b8854c76e22c0?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:2596400c992752fe543a4e66160f46f870c601e931d46684fbec21bcb30d8ae4_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:2596400c992752fe543a4e66160f46f870c601e931d46684fbec21bcb30d8ae4_s390x",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:2596400c992752fe543a4e66160f46f870c601e931d46684fbec21bcb30d8ae4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3A2596400c992752fe543a4e66160f46f870c601e931d46684fbec21bcb30d8ae4?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051428"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:d70ebc82f9ada555b2012c4752d0de8890e6535b17b221581401defc8d03baea_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:d70ebc82f9ada555b2012c4752d0de8890e6535b17b221581401defc8d03baea_s390x",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:d70ebc82f9ada555b2012c4752d0de8890e6535b17b221581401defc8d03baea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3Ad70ebc82f9ada555b2012c4752d0de8890e6535b17b221581401defc8d03baea?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051316"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:dc0bdfb02e39115ec774fb1d7292902f61fb73e9fcd5aff90ab86c1fc8f0f833_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:dc0bdfb02e39115ec774fb1d7292902f61fb73e9fcd5aff90ab86c1fc8f0f833_s390x",
"product_id": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:dc0bdfb02e39115ec774fb1d7292902f61fb73e9fcd5aff90ab86c1fc8f0f833_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256%3Adc0bdfb02e39115ec774fb1d7292902f61fb73e9fcd5aff90ab86c1fc8f0f833?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051356"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a5b321affa939fc5b14c7a20f599fa71b80aa64620c2b5ff03703cee07cf4606_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a5b321affa939fc5b14c7a20f599fa71b80aa64620c2b5ff03703cee07cf4606_s390x",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a5b321affa939fc5b14c7a20f599fa71b80aa64620c2b5ff03703cee07cf4606_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3Aa5b321affa939fc5b14c7a20f599fa71b80aa64620c2b5ff03703cee07cf4606?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051383"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:33c4e1967eae1f9cef3abc5228929dddbdc803eb042e8eaea6c61c31b5c463bf_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:33c4e1967eae1f9cef3abc5228929dddbdc803eb042e8eaea6c61c31b5c463bf_s390x",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:33c4e1967eae1f9cef3abc5228929dddbdc803eb042e8eaea6c61c31b5c463bf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3A33c4e1967eae1f9cef3abc5228929dddbdc803eb042e8eaea6c61c31b5c463bf?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051289"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:61c4953a881194a3721abe3606135e8998e5a8680eb994fdd8dacb6f6172531f_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:61c4953a881194a3721abe3606135e8998e5a8680eb994fdd8dacb6f6172531f_s390x",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:61c4953a881194a3721abe3606135e8998e5a8680eb994fdd8dacb6f6172531f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3A61c4953a881194a3721abe3606135e8998e5a8680eb994fdd8dacb6f6172531f?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051407"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:9e6e30483c87bd06d0a4c632fe71458130a03296cf45afc3bcab28d032ea5c61_s390x",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:9e6e30483c87bd06d0a4c632fe71458130a03296cf45afc3bcab28d032ea5c61_s390x",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:9e6e30483c87bd06d0a4c632fe71458130a03296cf45afc3bcab28d032ea5c61_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3A9e6e30483c87bd06d0a4c632fe71458130a03296cf45afc3bcab28d032ea5c61?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051359"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:28e471544609150a052f866cd1a8adbe4af3a80e2a5c5f093a0de5178a93f91b_s390x",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:28e471544609150a052f866cd1a8adbe4af3a80e2a5c5f093a0de5178a93f91b_s390x",
"product_id": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:28e471544609150a052f866cd1a8adbe4af3a80e2a5c5f093a0de5178a93f91b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256%3A28e471544609150a052f866cd1a8adbe4af3a80e2a5c5f093a0de5178a93f91b?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051377"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:5d4bc3b8907f38bdaeaf9a1c12e0955a81021147b87e7203e94471356065df0a_amd64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:5d4bc3b8907f38bdaeaf9a1c12e0955a81021147b87e7203e94471356065df0a_amd64",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:5d4bc3b8907f38bdaeaf9a1c12e0955a81021147b87e7203e94471356065df0a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256%3A5d4bc3b8907f38bdaeaf9a1c12e0955a81021147b87e7203e94471356065df0a?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:401d933317294c4c3a284001a44a38ea5c46afe94a3c61bd0296f86cb963ed1d_amd64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:401d933317294c4c3a284001a44a38ea5c46afe94a3c61bd0296f86cb963ed1d_amd64",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:401d933317294c4c3a284001a44a38ea5c46afe94a3c61bd0296f86cb963ed1d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256%3A401d933317294c4c3a284001a44a38ea5c46afe94a3c61bd0296f86cb963ed1d?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051062"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:2ca2d0a10f44632d5d46c34598799acded803875c7374e57958c102704c0aa8e_amd64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:2ca2d0a10f44632d5d46c34598799acded803875c7374e57958c102704c0aa8e_amd64",
"product_id": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:2ca2d0a10f44632d5d46c34598799acded803875c7374e57958c102704c0aa8e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-operator-bundle@sha256%3A2ca2d0a10f44632d5d46c34598799acded803875c7374e57958c102704c0aa8e?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766055500"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:f551154d140fcfd3cfa09b5b36b42adc7d493036ff01f472684e66dad207448e_amd64",
"product": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:f551154d140fcfd3cfa09b5b36b42adc7d493036ff01f472684e66dad207448e_amd64",
"product_id": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:f551154d140fcfd3cfa09b5b36b42adc7d493036ff01f472684e66dad207448e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256%3Af551154d140fcfd3cfa09b5b36b42adc7d493036ff01f472684e66dad207448e?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051116"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b07ed290d3609284787f52017caac6e160cd1226a3694e0efdd4be8a28013a5f_amd64",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b07ed290d3609284787f52017caac6e160cd1226a3694e0efdd4be8a28013a5f_amd64",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b07ed290d3609284787f52017caac6e160cd1226a3694e0efdd4be8a28013a5f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3Ab07ed290d3609284787f52017caac6e160cd1226a3694e0efdd4be8a28013a5f?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051111"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:a81b595293533e51961d2855f3539dcbcdf634a3cb1877cca96de6f662bf4970_amd64",
"product": {
"name": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:a81b595293533e51961d2855f3539dcbcdf634a3cb1877cca96de6f662bf4970_amd64",
"product_id": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:a81b595293533e51961d2855f3539dcbcdf634a3cb1877cca96de6f662bf4970_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256%3Aa81b595293533e51961d2855f3539dcbcdf634a3cb1877cca96de6f662bf4970?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766055499"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7cc10b78251a0b1bfe76af67b2362d3f23613142bd33994a53b7d64c2e34d8cb_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7cc10b78251a0b1bfe76af67b2362d3f23613142bd33994a53b7d64c2e34d8cb_amd64",
"product_id": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7cc10b78251a0b1bfe76af67b2362d3f23613142bd33994a53b7d64c2e34d8cb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256%3A7cc10b78251a0b1bfe76af67b2362d3f23613142bd33994a53b7d64c2e34d8cb?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051280"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6342cb649629364a40f49c73196410f82643d2a281788953bde0d8486aeccd00_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6342cb649629364a40f49c73196410f82643d2a281788953bde0d8486aeccd00_amd64",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6342cb649629364a40f49c73196410f82643d2a281788953bde0d8486aeccd00_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3A6342cb649629364a40f49c73196410f82643d2a281788953bde0d8486aeccd00?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:6da9acf1bd9fcf0958bedd3962bd63eb9e28aa7abc201427f8138330913d8fac_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:6da9acf1bd9fcf0958bedd3962bd63eb9e28aa7abc201427f8138330913d8fac_amd64",
"product_id": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:6da9acf1bd9fcf0958bedd3962bd63eb9e28aa7abc201427f8138330913d8fac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256%3A6da9acf1bd9fcf0958bedd3962bd63eb9e28aa7abc201427f8138330913d8fac?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766055507"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:77d3c24f55997958dba201fcc6cfb2a500fc44317ad66c234fc2c2b02cd89fb0_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:77d3c24f55997958dba201fcc6cfb2a500fc44317ad66c234fc2c2b02cd89fb0_amd64",
"product_id": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:77d3c24f55997958dba201fcc6cfb2a500fc44317ad66c234fc2c2b02cd89fb0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256%3A77d3c24f55997958dba201fcc6cfb2a500fc44317ad66c234fc2c2b02cd89fb0?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1765612155"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1cf0c241cc8838b016282c4f742a9d420561b660e16eb03734590df05be5d18a_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1cf0c241cc8838b016282c4f742a9d420561b660e16eb03734590df05be5d18a_amd64",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1cf0c241cc8838b016282c4f742a9d420561b660e16eb03734590df05be5d18a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3A1cf0c241cc8838b016282c4f742a9d420561b660e16eb03734590df05be5d18a?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051217"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:4237b99289fe2e2a9da4ee0ea34c2093ca53d379c7dc5e6f8fb6cb54acc649ed_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:4237b99289fe2e2a9da4ee0ea34c2093ca53d379c7dc5e6f8fb6cb54acc649ed_amd64",
"product_id": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:4237b99289fe2e2a9da4ee0ea34c2093ca53d379c7dc5e6f8fb6cb54acc649ed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256%3A4237b99289fe2e2a9da4ee0ea34c2093ca53d379c7dc5e6f8fb6cb54acc649ed?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766055511"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:18389875fbd5150ff7fdf4073ba54b70e5cf7efaaa429e1c9f599ccb801ad9a0_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:18389875fbd5150ff7fdf4073ba54b70e5cf7efaaa429e1c9f599ccb801ad9a0_amd64",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:18389875fbd5150ff7fdf4073ba54b70e5cf7efaaa429e1c9f599ccb801ad9a0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3A18389875fbd5150ff7fdf4073ba54b70e5cf7efaaa429e1c9f599ccb801ad9a0?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051184"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:5aa53850fbb0b16ad92c1dcd6227e7f1cff05e589c9056632414538d28183381_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:5aa53850fbb0b16ad92c1dcd6227e7f1cff05e589c9056632414538d28183381_amd64",
"product_id": "registry.redhat.io/odf4/odf-console-rhel9@sha256:5aa53850fbb0b16ad92c1dcd6227e7f1cff05e589c9056632414538d28183381_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256%3A5aa53850fbb0b16ad92c1dcd6227e7f1cff05e589c9056632414538d28183381?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051402"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e7d39f7857213284b59148b9ea04e8dc67df12d5389ffb4fb585425272470a5a_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e7d39f7857213284b59148b9ea04e8dc67df12d5389ffb4fb585425272470a5a_amd64",
"product_id": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e7d39f7857213284b59148b9ea04e8dc67df12d5389ffb4fb585425272470a5a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256%3Ae7d39f7857213284b59148b9ea04e8dc67df12d5389ffb4fb585425272470a5a?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9f43d5cfa8cb58807f9b2c0c21f6007972541449cd55e949f54f19066cf6e5ed_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9f43d5cfa8cb58807f9b2c0c21f6007972541449cd55e949f54f19066cf6e5ed_amd64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9f43d5cfa8cb58807f9b2c0c21f6007972541449cd55e949f54f19066cf6e5ed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3A9f43d5cfa8cb58807f9b2c0c21f6007972541449cd55e949f54f19066cf6e5ed?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051428"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:9b1336bd961f91f5570232408dc50733e27100ac2077cc880a99413b119517ea_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:9b1336bd961f91f5570232408dc50733e27100ac2077cc880a99413b119517ea_amd64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:9b1336bd961f91f5570232408dc50733e27100ac2077cc880a99413b119517ea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256%3A9b1336bd961f91f5570232408dc50733e27100ac2077cc880a99413b119517ea?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766055513"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3f2aaf862a9a77707f3712aaabb6cb6eda16a56a693d1ffd3c676e79eb788d91_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3f2aaf862a9a77707f3712aaabb6cb6eda16a56a693d1ffd3c676e79eb788d91_amd64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3f2aaf862a9a77707f3712aaabb6cb6eda16a56a693d1ffd3c676e79eb788d91_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3A3f2aaf862a9a77707f3712aaabb6cb6eda16a56a693d1ffd3c676e79eb788d91?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051316"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e21829f5eb1f9bfa410c106951249adbf9b409b004b0ab1c80e7c61c2ee6f166_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e21829f5eb1f9bfa410c106951249adbf9b409b004b0ab1c80e7c61c2ee6f166_amd64",
"product_id": "registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e21829f5eb1f9bfa410c106951249adbf9b409b004b0ab1c80e7c61c2ee6f166_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-dependencies-operator-bundle@sha256%3Ae21829f5eb1f9bfa410c106951249adbf9b409b004b0ab1c80e7c61c2ee6f166?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766055516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:400ea5db71be151c8d36944ecf6f11045de54d42d56318a601614d022fb3c156_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:400ea5db71be151c8d36944ecf6f11045de54d42d56318a601614d022fb3c156_amd64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:400ea5db71be151c8d36944ecf6f11045de54d42d56318a601614d022fb3c156_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256%3A400ea5db71be151c8d36944ecf6f11045de54d42d56318a601614d022fb3c156?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051356"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:859ff4cb71b1f3baff23e4bd2143476c269eff41d44ef8ff163c398fb242b17a_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:859ff4cb71b1f3baff23e4bd2143476c269eff41d44ef8ff163c398fb242b17a_amd64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:859ff4cb71b1f3baff23e4bd2143476c269eff41d44ef8ff163c398fb242b17a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3A859ff4cb71b1f3baff23e4bd2143476c269eff41d44ef8ff163c398fb242b17a?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051383"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:2704e9b948f6cc5e4fbd54da3c93ba657c7f80e05b88b0dedfbde17e95455927_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:2704e9b948f6cc5e4fbd54da3c93ba657c7f80e05b88b0dedfbde17e95455927_amd64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:2704e9b948f6cc5e4fbd54da3c93ba657c7f80e05b88b0dedfbde17e95455927_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256%3A2704e9b948f6cc5e4fbd54da3c93ba657c7f80e05b88b0dedfbde17e95455927?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766055521"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:8af4ccf39810a0a5e0543705632b2bc53f2e18c4478f4a0ccbbe60f2388eb214_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:8af4ccf39810a0a5e0543705632b2bc53f2e18c4478f4a0ccbbe60f2388eb214_amd64",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:8af4ccf39810a0a5e0543705632b2bc53f2e18c4478f4a0ccbbe60f2388eb214_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3A8af4ccf39810a0a5e0543705632b2bc53f2e18c4478f4a0ccbbe60f2388eb214?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051289"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:bddbd2ed3177b010de2df7f69ce6d36afca3c216d62b75fe34983a600102b6ef_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:bddbd2ed3177b010de2df7f69ce6d36afca3c216d62b75fe34983a600102b6ef_amd64",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:bddbd2ed3177b010de2df7f69ce6d36afca3c216d62b75fe34983a600102b6ef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3Abddbd2ed3177b010de2df7f69ce6d36afca3c216d62b75fe34983a600102b6ef?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051407"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-operator-bundle@sha256:80cc40018d47da8d1d2a84aef55346cd98db4362e2e89a0a340f29c18e5c6276_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-operator-bundle@sha256:80cc40018d47da8d1d2a84aef55346cd98db4362e2e89a0a340f29c18e5c6276_amd64",
"product_id": "registry.redhat.io/odf4/odf-operator-bundle@sha256:80cc40018d47da8d1d2a84aef55346cd98db4362e2e89a0a340f29c18e5c6276_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256%3A80cc40018d47da8d1d2a84aef55346cd98db4362e2e89a0a340f29c18e5c6276?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766055524"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:4edc375b6b7b56179a3ec6cd57f0ad4fda42b2530ff070d4c18c966adc23f741_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:4edc375b6b7b56179a3ec6cd57f0ad4fda42b2530ff070d4c18c966adc23f741_amd64",
"product_id": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:4edc375b6b7b56179a3ec6cd57f0ad4fda42b2530ff070d4c18c966adc23f741_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-prometheus-operator-bundle@sha256%3A4edc375b6b7b56179a3ec6cd57f0ad4fda42b2530ff070d4c18c966adc23f741?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766055543"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6368ff64954c72dfa8c12e618198bcf486f7cd94cdd0e817f20185be573ff59e_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6368ff64954c72dfa8c12e618198bcf486f7cd94cdd0e817f20185be573ff59e_amd64",
"product_id": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6368ff64954c72dfa8c12e618198bcf486f7cd94cdd0e817f20185be573ff59e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256%3A6368ff64954c72dfa8c12e618198bcf486f7cd94cdd0e817f20185be573ff59e?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766055559"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:33fd6a4faeea4f116b9c4d7f78871c79509de61cbbd63fb92a980b07a5a87f2c_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:33fd6a4faeea4f116b9c4d7f78871c79509de61cbbd63fb92a980b07a5a87f2c_amd64",
"product_id": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:33fd6a4faeea4f116b9c4d7f78871c79509de61cbbd63fb92a980b07a5a87f2c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256%3A33fd6a4faeea4f116b9c4d7f78871c79509de61cbbd63fb92a980b07a5a87f2c?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766055542"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:049dd1a7ba5ba3139adf0080d6308f2f9cc8a2c5107a4bb21cfc2666f17745bd_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:049dd1a7ba5ba3139adf0080d6308f2f9cc8a2c5107a4bb21cfc2666f17745bd_amd64",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:049dd1a7ba5ba3139adf0080d6308f2f9cc8a2c5107a4bb21cfc2666f17745bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3A049dd1a7ba5ba3139adf0080d6308f2f9cc8a2c5107a4bb21cfc2666f17745bd?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051359"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:1970a8bbb49e9851361b5c8ee0bb16692eb29e282449a7d264c1251c47672dd0_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:1970a8bbb49e9851361b5c8ee0bb16692eb29e282449a7d264c1251c47672dd0_amd64",
"product_id": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:1970a8bbb49e9851361b5c8ee0bb16692eb29e282449a7d264c1251c47672dd0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-recipe-operator-bundle@sha256%3A1970a8bbb49e9851361b5c8ee0bb16692eb29e282449a7d264c1251c47672dd0?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766055565"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b6302dd39abd5628d6e262536ceb07e045569cf519ef15e33fea071defde2eb7_amd64",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b6302dd39abd5628d6e262536ceb07e045569cf519ef15e33fea071defde2eb7_amd64",
"product_id": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b6302dd39abd5628d6e262536ceb07e045569cf519ef15e33fea071defde2eb7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256%3Ab6302dd39abd5628d6e262536ceb07e045569cf519ef15e33fea071defde2eb7?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2310ae4eb2fbae0c59fc865e7642dab064e634b1d8274ffad0b506d71fe89cb3_amd64",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2310ae4eb2fbae0c59fc865e7642dab064e634b1d8274ffad0b506d71fe89cb3_amd64",
"product_id": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2310ae4eb2fbae0c59fc865e7642dab064e634b1d8274ffad0b506d71fe89cb3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-operator-bundle@sha256%3A2310ae4eb2fbae0c59fc865e7642dab064e634b1d8274ffad0b506d71fe89cb3?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766055560"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:3d88ce93846d86607cb2a9ea3c0360c4adf63f9b0df3258dc08af5f6ac01207c_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:3d88ce93846d86607cb2a9ea3c0360c4adf63f9b0df3258dc08af5f6ac01207c_ppc64le",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:3d88ce93846d86607cb2a9ea3c0360c4adf63f9b0df3258dc08af5f6ac01207c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256%3A3d88ce93846d86607cb2a9ea3c0360c4adf63f9b0df3258dc08af5f6ac01207c?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:5a49211ab0598aa2e4a1589062dc9da1df5c56c18d3b184357f060736b009aa6_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:5a49211ab0598aa2e4a1589062dc9da1df5c56c18d3b184357f060736b009aa6_ppc64le",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:5a49211ab0598aa2e4a1589062dc9da1df5c56c18d3b184357f060736b009aa6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256%3A5a49211ab0598aa2e4a1589062dc9da1df5c56c18d3b184357f060736b009aa6?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051062"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:968718cebe5204174fc2c507134429ed4d8e101b4988882a5c13ba7c5a9f9dae_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:968718cebe5204174fc2c507134429ed4d8e101b4988882a5c13ba7c5a9f9dae_ppc64le",
"product_id": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:968718cebe5204174fc2c507134429ed4d8e101b4988882a5c13ba7c5a9f9dae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256%3A968718cebe5204174fc2c507134429ed4d8e101b4988882a5c13ba7c5a9f9dae?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051116"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:f5867a6b5c6b730e6a0f5649a79d97c21ceb75bac5065380e2d412e154341178_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:f5867a6b5c6b730e6a0f5649a79d97c21ceb75bac5065380e2d412e154341178_ppc64le",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:f5867a6b5c6b730e6a0f5649a79d97c21ceb75bac5065380e2d412e154341178_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3Af5867a6b5c6b730e6a0f5649a79d97c21ceb75bac5065380e2d412e154341178?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051111"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:a1301b098696bbde8094067be1905e71028f2a1e1844af3b9a98872a672fea93_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:a1301b098696bbde8094067be1905e71028f2a1e1844af3b9a98872a672fea93_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:a1301b098696bbde8094067be1905e71028f2a1e1844af3b9a98872a672fea93_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256%3Aa1301b098696bbde8094067be1905e71028f2a1e1844af3b9a98872a672fea93?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051280"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bc3421bd3f9f21ebf3511b91bcee2a1d2ed574cc8f75718f0f756482af78d2fb_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bc3421bd3f9f21ebf3511b91bcee2a1d2ed574cc8f75718f0f756482af78d2fb_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bc3421bd3f9f21ebf3511b91bcee2a1d2ed574cc8f75718f0f756482af78d2fb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3Abc3421bd3f9f21ebf3511b91bcee2a1d2ed574cc8f75718f0f756482af78d2fb?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:9dcc19c404b3b9ce0afc363f565d3f5c797a0486031cee23619dc38d9eab391c_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:9dcc19c404b3b9ce0afc363f565d3f5c797a0486031cee23619dc38d9eab391c_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:9dcc19c404b3b9ce0afc363f565d3f5c797a0486031cee23619dc38d9eab391c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256%3A9dcc19c404b3b9ce0afc363f565d3f5c797a0486031cee23619dc38d9eab391c?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1765612155"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6bc9b8a4c85fa4323e4df0a2ab00a1fecfaea9c6582e77fcacbf1fa9af012ebb_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6bc9b8a4c85fa4323e4df0a2ab00a1fecfaea9c6582e77fcacbf1fa9af012ebb_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6bc9b8a4c85fa4323e4df0a2ab00a1fecfaea9c6582e77fcacbf1fa9af012ebb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3A6bc9b8a4c85fa4323e4df0a2ab00a1fecfaea9c6582e77fcacbf1fa9af012ebb?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051217"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:d7cdd6bd2d3e8b5f5f28d9021070b23ac6646a7f5b4369da34d9a7bc9e2043e6_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:d7cdd6bd2d3e8b5f5f28d9021070b23ac6646a7f5b4369da34d9a7bc9e2043e6_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:d7cdd6bd2d3e8b5f5f28d9021070b23ac6646a7f5b4369da34d9a7bc9e2043e6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3Ad7cdd6bd2d3e8b5f5f28d9021070b23ac6646a7f5b4369da34d9a7bc9e2043e6?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051184"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:ccc33cdbbd4ec7f94a3ff46ea02c74ce2af58a19be63e489c63f49ea001dcb18_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:ccc33cdbbd4ec7f94a3ff46ea02c74ce2af58a19be63e489c63f49ea001dcb18_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-console-rhel9@sha256:ccc33cdbbd4ec7f94a3ff46ea02c74ce2af58a19be63e489c63f49ea001dcb18_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256%3Accc33cdbbd4ec7f94a3ff46ea02c74ce2af58a19be63e489c63f49ea001dcb18?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051402"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:919e13c15f5b39c80bf725c643f2c577f8316ad16d0dd83fff4c365156ea5e23_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:919e13c15f5b39c80bf725c643f2c577f8316ad16d0dd83fff4c365156ea5e23_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:919e13c15f5b39c80bf725c643f2c577f8316ad16d0dd83fff4c365156ea5e23_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256%3A919e13c15f5b39c80bf725c643f2c577f8316ad16d0dd83fff4c365156ea5e23?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cf7cff2bbf391af745c3d48865825d6c5584df5acc4dfd09f8dafca6d4622623_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cf7cff2bbf391af745c3d48865825d6c5584df5acc4dfd09f8dafca6d4622623_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cf7cff2bbf391af745c3d48865825d6c5584df5acc4dfd09f8dafca6d4622623_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3Acf7cff2bbf391af745c3d48865825d6c5584df5acc4dfd09f8dafca6d4622623?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051428"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:db3f0cfc81cbd00eaba341f3d8924e335147e258c3181fa319e34646f5aec5cb_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:db3f0cfc81cbd00eaba341f3d8924e335147e258c3181fa319e34646f5aec5cb_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:db3f0cfc81cbd00eaba341f3d8924e335147e258c3181fa319e34646f5aec5cb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3Adb3f0cfc81cbd00eaba341f3d8924e335147e258c3181fa319e34646f5aec5cb?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051316"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:b59c062f82c3e77a060c2ffbfc56408c8dde2bfb4b5da1b8f97d788f3123a10e_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:b59c062f82c3e77a060c2ffbfc56408c8dde2bfb4b5da1b8f97d788f3123a10e_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:b59c062f82c3e77a060c2ffbfc56408c8dde2bfb4b5da1b8f97d788f3123a10e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256%3Ab59c062f82c3e77a060c2ffbfc56408c8dde2bfb4b5da1b8f97d788f3123a10e?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051356"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:37197a627aa761ba42dbf5bb91e769824fbb05492280a2bd62117de2ee13d3d3_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:37197a627aa761ba42dbf5bb91e769824fbb05492280a2bd62117de2ee13d3d3_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:37197a627aa761ba42dbf5bb91e769824fbb05492280a2bd62117de2ee13d3d3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3A37197a627aa761ba42dbf5bb91e769824fbb05492280a2bd62117de2ee13d3d3?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051383"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e0e9ae74d89ee53c7172d1fa8f0ff5bd35f9c242b139ce428bbec05b8122774a_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e0e9ae74d89ee53c7172d1fa8f0ff5bd35f9c242b139ce428bbec05b8122774a_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e0e9ae74d89ee53c7172d1fa8f0ff5bd35f9c242b139ce428bbec05b8122774a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3Ae0e9ae74d89ee53c7172d1fa8f0ff5bd35f9c242b139ce428bbec05b8122774a?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051289"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:113005e1cb7d573d8df119d075a6a8f7036157e72a4e022918dde9e1bf26794c_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:113005e1cb7d573d8df119d075a6a8f7036157e72a4e022918dde9e1bf26794c_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:113005e1cb7d573d8df119d075a6a8f7036157e72a4e022918dde9e1bf26794c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3A113005e1cb7d573d8df119d075a6a8f7036157e72a4e022918dde9e1bf26794c?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051407"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:ce99ba471cec870a07af65ebe91906328f05cf24347a2ac18d6001f97149bc14_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:ce99ba471cec870a07af65ebe91906328f05cf24347a2ac18d6001f97149bc14_ppc64le",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:ce99ba471cec870a07af65ebe91906328f05cf24347a2ac18d6001f97149bc14_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3Ace99ba471cec870a07af65ebe91906328f05cf24347a2ac18d6001f97149bc14?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051359"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5a8aab0d45ff44274c7331a55229c261ea3ce3ca9368f8dd285c6168e4ac9e4b_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5a8aab0d45ff44274c7331a55229c261ea3ce3ca9368f8dd285c6168e4ac9e4b_ppc64le",
"product_id": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5a8aab0d45ff44274c7331a55229c261ea3ce3ca9368f8dd285c6168e4ac9e4b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256%3A5a8aab0d45ff44274c7331a55229c261ea3ce3ca9368f8dd285c6168e4ac9e4b?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051377"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:047ba8340fc2c3e48707c1a1e81c8baad69082dd4da8c22d866b22906e02d309_arm64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:047ba8340fc2c3e48707c1a1e81c8baad69082dd4da8c22d866b22906e02d309_arm64",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:047ba8340fc2c3e48707c1a1e81c8baad69082dd4da8c22d866b22906e02d309_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256%3A047ba8340fc2c3e48707c1a1e81c8baad69082dd4da8c22d866b22906e02d309?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051062"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5bd92751f13b4cba2fdb6a65825464b7a2d1f526f918ee9704c168dccebb40a7_arm64",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5bd92751f13b4cba2fdb6a65825464b7a2d1f526f918ee9704c168dccebb40a7_arm64",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5bd92751f13b4cba2fdb6a65825464b7a2d1f526f918ee9704c168dccebb40a7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3A5bd92751f13b4cba2fdb6a65825464b7a2d1f526f918ee9704c168dccebb40a7?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051111"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ba41252fc409e022966bf18040deba7f4a06ff54f86c231cc07867a2f21b6523_arm64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ba41252fc409e022966bf18040deba7f4a06ff54f86c231cc07867a2f21b6523_arm64",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ba41252fc409e022966bf18040deba7f4a06ff54f86c231cc07867a2f21b6523_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3Aba41252fc409e022966bf18040deba7f4a06ff54f86c231cc07867a2f21b6523?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6f471b80aab998f6d60569bb4951f9e321fd1addebe4ad96f49bbb892ca9538_arm64",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6f471b80aab998f6d60569bb4951f9e321fd1addebe4ad96f49bbb892ca9538_arm64",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6f471b80aab998f6d60569bb4951f9e321fd1addebe4ad96f49bbb892ca9538_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3Ae6f471b80aab998f6d60569bb4951f9e321fd1addebe4ad96f49bbb892ca9538?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051217"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:ad41ce115db6b5176f2292c9964c9696ca725113090f1a9dc9bf839c62c0643f_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:ad41ce115db6b5176f2292c9964c9696ca725113090f1a9dc9bf839c62c0643f_arm64",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:ad41ce115db6b5176f2292c9964c9696ca725113090f1a9dc9bf839c62c0643f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3Aad41ce115db6b5176f2292c9964c9696ca725113090f1a9dc9bf839c62c0643f?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051184"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bd3f394dfa1f711912be961080624710b363b7c5c9c259c69614ce365f8f77e4_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bd3f394dfa1f711912be961080624710b363b7c5c9c259c69614ce365f8f77e4_arm64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bd3f394dfa1f711912be961080624710b363b7c5c9c259c69614ce365f8f77e4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3Abd3f394dfa1f711912be961080624710b363b7c5c9c259c69614ce365f8f77e4?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051428"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f59104c56a4af5c9e78b4fcaad0da3595a2c5e55a36606ea8d4f9f0ed5d813e8_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f59104c56a4af5c9e78b4fcaad0da3595a2c5e55a36606ea8d4f9f0ed5d813e8_arm64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f59104c56a4af5c9e78b4fcaad0da3595a2c5e55a36606ea8d4f9f0ed5d813e8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3Af59104c56a4af5c9e78b4fcaad0da3595a2c5e55a36606ea8d4f9f0ed5d813e8?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051316"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:62120d23419e85f2fc75522e118e7128e3aae99b2827bdcfbeed511c4cd5c829_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:62120d23419e85f2fc75522e118e7128e3aae99b2827bdcfbeed511c4cd5c829_arm64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:62120d23419e85f2fc75522e118e7128e3aae99b2827bdcfbeed511c4cd5c829_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3A62120d23419e85f2fc75522e118e7128e3aae99b2827bdcfbeed511c4cd5c829?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051383"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:09a15ea2da78ae819b5e78270a932206a849ed1142534933b055c3e247955c92_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:09a15ea2da78ae819b5e78270a932206a849ed1142534933b055c3e247955c92_arm64",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:09a15ea2da78ae819b5e78270a932206a849ed1142534933b055c3e247955c92_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3A09a15ea2da78ae819b5e78270a932206a849ed1142534933b055c3e247955c92?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051289"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:f72bf2a3c0b0f68c1af60a5271c602811920b4e252a4f897b9682094f884e5db_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:f72bf2a3c0b0f68c1af60a5271c602811920b4e252a4f897b9682094f884e5db_arm64",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:f72bf2a3c0b0f68c1af60a5271c602811920b4e252a4f897b9682094f884e5db_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3Af72bf2a3c0b0f68c1af60a5271c602811920b4e252a4f897b9682094f884e5db?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051407"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:ee11c555bb625609b807e10b7412d0de2b0def555e611e074cb17643ce53df05_arm64",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:ee11c555bb625609b807e10b7412d0de2b0def555e611e074cb17643ce53df05_arm64",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:ee11c555bb625609b807e10b7412d0de2b0def555e611e074cb17643ce53df05_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3Aee11c555bb625609b807e10b7412d0de2b0def555e611e074cb17643ce53df05?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=v4.18-1766051359"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:2ca2d0a10f44632d5d46c34598799acded803875c7374e57958c102704c0aa8e_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:2ca2d0a10f44632d5d46c34598799acded803875c7374e57958c102704c0aa8e_amd64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:2ca2d0a10f44632d5d46c34598799acded803875c7374e57958c102704c0aa8e_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:047ba8340fc2c3e48707c1a1e81c8baad69082dd4da8c22d866b22906e02d309_arm64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:047ba8340fc2c3e48707c1a1e81c8baad69082dd4da8c22d866b22906e02d309_arm64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:047ba8340fc2c3e48707c1a1e81c8baad69082dd4da8c22d866b22906e02d309_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:076223f73aad6629a9a7846d94cff4a0a1b67bca585f93820d4640e67e903987_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:076223f73aad6629a9a7846d94cff4a0a1b67bca585f93820d4640e67e903987_s390x"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:076223f73aad6629a9a7846d94cff4a0a1b67bca585f93820d4640e67e903987_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:401d933317294c4c3a284001a44a38ea5c46afe94a3c61bd0296f86cb963ed1d_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:401d933317294c4c3a284001a44a38ea5c46afe94a3c61bd0296f86cb963ed1d_amd64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:401d933317294c4c3a284001a44a38ea5c46afe94a3c61bd0296f86cb963ed1d_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:5a49211ab0598aa2e4a1589062dc9da1df5c56c18d3b184357f060736b009aa6_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:5a49211ab0598aa2e4a1589062dc9da1df5c56c18d3b184357f060736b009aa6_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:5a49211ab0598aa2e4a1589062dc9da1df5c56c18d3b184357f060736b009aa6_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:3d88ce93846d86607cb2a9ea3c0360c4adf63f9b0df3258dc08af5f6ac01207c_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:3d88ce93846d86607cb2a9ea3c0360c4adf63f9b0df3258dc08af5f6ac01207c_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:3d88ce93846d86607cb2a9ea3c0360c4adf63f9b0df3258dc08af5f6ac01207c_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:5d4bc3b8907f38bdaeaf9a1c12e0955a81021147b87e7203e94471356065df0a_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:5d4bc3b8907f38bdaeaf9a1c12e0955a81021147b87e7203e94471356065df0a_amd64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:5d4bc3b8907f38bdaeaf9a1c12e0955a81021147b87e7203e94471356065df0a_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:b40c503ee411a75d143bcb6497f35a4345839f1cbb9347f9eec038c414c79e96_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:b40c503ee411a75d143bcb6497f35a4345839f1cbb9347f9eec038c414c79e96_s390x"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:b40c503ee411a75d143bcb6497f35a4345839f1cbb9347f9eec038c414c79e96_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:05c3a2e3422dee2f038c3ebd2e1a13e8a5c67281aacfc8bf02c8699133ce04f5_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:05c3a2e3422dee2f038c3ebd2e1a13e8a5c67281aacfc8bf02c8699133ce04f5_s390x"
},
"product_reference": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:05c3a2e3422dee2f038c3ebd2e1a13e8a5c67281aacfc8bf02c8699133ce04f5_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:968718cebe5204174fc2c507134429ed4d8e101b4988882a5c13ba7c5a9f9dae_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:968718cebe5204174fc2c507134429ed4d8e101b4988882a5c13ba7c5a9f9dae_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:968718cebe5204174fc2c507134429ed4d8e101b4988882a5c13ba7c5a9f9dae_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:f551154d140fcfd3cfa09b5b36b42adc7d493036ff01f472684e66dad207448e_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:f551154d140fcfd3cfa09b5b36b42adc7d493036ff01f472684e66dad207448e_amd64"
},
"product_reference": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:f551154d140fcfd3cfa09b5b36b42adc7d493036ff01f472684e66dad207448e_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:a81b595293533e51961d2855f3539dcbcdf634a3cb1877cca96de6f662bf4970_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:a81b595293533e51961d2855f3539dcbcdf634a3cb1877cca96de6f662bf4970_amd64"
},
"product_reference": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:a81b595293533e51961d2855f3539dcbcdf634a3cb1877cca96de6f662bf4970_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5bd92751f13b4cba2fdb6a65825464b7a2d1f526f918ee9704c168dccebb40a7_arm64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5bd92751f13b4cba2fdb6a65825464b7a2d1f526f918ee9704c168dccebb40a7_arm64"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5bd92751f13b4cba2fdb6a65825464b7a2d1f526f918ee9704c168dccebb40a7_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b07ed290d3609284787f52017caac6e160cd1226a3694e0efdd4be8a28013a5f_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b07ed290d3609284787f52017caac6e160cd1226a3694e0efdd4be8a28013a5f_amd64"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b07ed290d3609284787f52017caac6e160cd1226a3694e0efdd4be8a28013a5f_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e82294926f962d7ea6fe614ac05794cf4995e848ef09c1fece337dd62a7c3f17_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e82294926f962d7ea6fe614ac05794cf4995e848ef09c1fece337dd62a7c3f17_s390x"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e82294926f962d7ea6fe614ac05794cf4995e848ef09c1fece337dd62a7c3f17_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:f5867a6b5c6b730e6a0f5649a79d97c21ceb75bac5065380e2d412e154341178_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:f5867a6b5c6b730e6a0f5649a79d97c21ceb75bac5065380e2d412e154341178_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:f5867a6b5c6b730e6a0f5649a79d97c21ceb75bac5065380e2d412e154341178_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7b0756104016ca03177a2ec32739d8845bdfffe5323b327ae816589f21962f17_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7b0756104016ca03177a2ec32739d8845bdfffe5323b327ae816589f21962f17_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7b0756104016ca03177a2ec32739d8845bdfffe5323b327ae816589f21962f17_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7cc10b78251a0b1bfe76af67b2362d3f23613142bd33994a53b7d64c2e34d8cb_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7cc10b78251a0b1bfe76af67b2362d3f23613142bd33994a53b7d64c2e34d8cb_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7cc10b78251a0b1bfe76af67b2362d3f23613142bd33994a53b7d64c2e34d8cb_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:a1301b098696bbde8094067be1905e71028f2a1e1844af3b9a98872a672fea93_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:a1301b098696bbde8094067be1905e71028f2a1e1844af3b9a98872a672fea93_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:a1301b098696bbde8094067be1905e71028f2a1e1844af3b9a98872a672fea93_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:6da9acf1bd9fcf0958bedd3962bd63eb9e28aa7abc201427f8138330913d8fac_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:6da9acf1bd9fcf0958bedd3962bd63eb9e28aa7abc201427f8138330913d8fac_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:6da9acf1bd9fcf0958bedd3962bd63eb9e28aa7abc201427f8138330913d8fac_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6342cb649629364a40f49c73196410f82643d2a281788953bde0d8486aeccd00_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6342cb649629364a40f49c73196410f82643d2a281788953bde0d8486aeccd00_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6342cb649629364a40f49c73196410f82643d2a281788953bde0d8486aeccd00_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ba41252fc409e022966bf18040deba7f4a06ff54f86c231cc07867a2f21b6523_arm64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ba41252fc409e022966bf18040deba7f4a06ff54f86c231cc07867a2f21b6523_arm64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ba41252fc409e022966bf18040deba7f4a06ff54f86c231cc07867a2f21b6523_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bc3421bd3f9f21ebf3511b91bcee2a1d2ed574cc8f75718f0f756482af78d2fb_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bc3421bd3f9f21ebf3511b91bcee2a1d2ed574cc8f75718f0f756482af78d2fb_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bc3421bd3f9f21ebf3511b91bcee2a1d2ed574cc8f75718f0f756482af78d2fb_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:fc34b504bcdeb77f9ffc3a271d99515c2a4dc8f1c11ca40fc07b6613812bdf58_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:fc34b504bcdeb77f9ffc3a271d99515c2a4dc8f1c11ca40fc07b6613812bdf58_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:fc34b504bcdeb77f9ffc3a271d99515c2a4dc8f1c11ca40fc07b6613812bdf58_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:77d3c24f55997958dba201fcc6cfb2a500fc44317ad66c234fc2c2b02cd89fb0_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:77d3c24f55997958dba201fcc6cfb2a500fc44317ad66c234fc2c2b02cd89fb0_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:77d3c24f55997958dba201fcc6cfb2a500fc44317ad66c234fc2c2b02cd89fb0_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7bd68eaa93b9720ba4d843a67d4aa73e82d431312250b8c4a3e92d4a8f9a3062_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7bd68eaa93b9720ba4d843a67d4aa73e82d431312250b8c4a3e92d4a8f9a3062_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7bd68eaa93b9720ba4d843a67d4aa73e82d431312250b8c4a3e92d4a8f9a3062_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:9dcc19c404b3b9ce0afc363f565d3f5c797a0486031cee23619dc38d9eab391c_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:9dcc19c404b3b9ce0afc363f565d3f5c797a0486031cee23619dc38d9eab391c_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:9dcc19c404b3b9ce0afc363f565d3f5c797a0486031cee23619dc38d9eab391c_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:4237b99289fe2e2a9da4ee0ea34c2093ca53d379c7dc5e6f8fb6cb54acc649ed_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:4237b99289fe2e2a9da4ee0ea34c2093ca53d379c7dc5e6f8fb6cb54acc649ed_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:4237b99289fe2e2a9da4ee0ea34c2093ca53d379c7dc5e6f8fb6cb54acc649ed_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1cf0c241cc8838b016282c4f742a9d420561b660e16eb03734590df05be5d18a_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1cf0c241cc8838b016282c4f742a9d420561b660e16eb03734590df05be5d18a_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1cf0c241cc8838b016282c4f742a9d420561b660e16eb03734590df05be5d18a_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6bc9b8a4c85fa4323e4df0a2ab00a1fecfaea9c6582e77fcacbf1fa9af012ebb_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6bc9b8a4c85fa4323e4df0a2ab00a1fecfaea9c6582e77fcacbf1fa9af012ebb_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6bc9b8a4c85fa4323e4df0a2ab00a1fecfaea9c6582e77fcacbf1fa9af012ebb_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7e42a80006e482e26b828c689d4eb838c1cf3de59f1db7724cece80c85f30958_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7e42a80006e482e26b828c689d4eb838c1cf3de59f1db7724cece80c85f30958_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7e42a80006e482e26b828c689d4eb838c1cf3de59f1db7724cece80c85f30958_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6f471b80aab998f6d60569bb4951f9e321fd1addebe4ad96f49bbb892ca9538_arm64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6f471b80aab998f6d60569bb4951f9e321fd1addebe4ad96f49bbb892ca9538_arm64"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6f471b80aab998f6d60569bb4951f9e321fd1addebe4ad96f49bbb892ca9538_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:18389875fbd5150ff7fdf4073ba54b70e5cf7efaaa429e1c9f599ccb801ad9a0_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:18389875fbd5150ff7fdf4073ba54b70e5cf7efaaa429e1c9f599ccb801ad9a0_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:18389875fbd5150ff7fdf4073ba54b70e5cf7efaaa429e1c9f599ccb801ad9a0_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:726d7805c11470a1af8bd47dc5cf7f0836e9d7f85ffb4275468ca53dc7f2f1c3_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:726d7805c11470a1af8bd47dc5cf7f0836e9d7f85ffb4275468ca53dc7f2f1c3_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:726d7805c11470a1af8bd47dc5cf7f0836e9d7f85ffb4275468ca53dc7f2f1c3_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:ad41ce115db6b5176f2292c9964c9696ca725113090f1a9dc9bf839c62c0643f_arm64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:ad41ce115db6b5176f2292c9964c9696ca725113090f1a9dc9bf839c62c0643f_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:ad41ce115db6b5176f2292c9964c9696ca725113090f1a9dc9bf839c62c0643f_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:d7cdd6bd2d3e8b5f5f28d9021070b23ac6646a7f5b4369da34d9a7bc9e2043e6_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:d7cdd6bd2d3e8b5f5f28d9021070b23ac6646a7f5b4369da34d9a7bc9e2043e6_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:d7cdd6bd2d3e8b5f5f28d9021070b23ac6646a7f5b4369da34d9a7bc9e2043e6_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:5aa53850fbb0b16ad92c1dcd6227e7f1cff05e589c9056632414538d28183381_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:5aa53850fbb0b16ad92c1dcd6227e7f1cff05e589c9056632414538d28183381_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-console-rhel9@sha256:5aa53850fbb0b16ad92c1dcd6227e7f1cff05e589c9056632414538d28183381_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:a1d995304011a051eebccca1d3f76c4e88c140de3e59760b956c32b8aba7809e_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:a1d995304011a051eebccca1d3f76c4e88c140de3e59760b956c32b8aba7809e_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-console-rhel9@sha256:a1d995304011a051eebccca1d3f76c4e88c140de3e59760b956c32b8aba7809e_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:ccc33cdbbd4ec7f94a3ff46ea02c74ce2af58a19be63e489c63f49ea001dcb18_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:ccc33cdbbd4ec7f94a3ff46ea02c74ce2af58a19be63e489c63f49ea001dcb18_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-console-rhel9@sha256:ccc33cdbbd4ec7f94a3ff46ea02c74ce2af58a19be63e489c63f49ea001dcb18_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4df1d094208fb10e4cacf2e19aed26c00367fabdff08dfc7c71b8854c76e22c0_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4df1d094208fb10e4cacf2e19aed26c00367fabdff08dfc7c71b8854c76e22c0_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4df1d094208fb10e4cacf2e19aed26c00367fabdff08dfc7c71b8854c76e22c0_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:919e13c15f5b39c80bf725c643f2c577f8316ad16d0dd83fff4c365156ea5e23_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:919e13c15f5b39c80bf725c643f2c577f8316ad16d0dd83fff4c365156ea5e23_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:919e13c15f5b39c80bf725c643f2c577f8316ad16d0dd83fff4c365156ea5e23_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e7d39f7857213284b59148b9ea04e8dc67df12d5389ffb4fb585425272470a5a_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e7d39f7857213284b59148b9ea04e8dc67df12d5389ffb4fb585425272470a5a_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e7d39f7857213284b59148b9ea04e8dc67df12d5389ffb4fb585425272470a5a_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:9b1336bd961f91f5570232408dc50733e27100ac2077cc880a99413b119517ea_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:9b1336bd961f91f5570232408dc50733e27100ac2077cc880a99413b119517ea_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:9b1336bd961f91f5570232408dc50733e27100ac2077cc880a99413b119517ea_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:2596400c992752fe543a4e66160f46f870c601e931d46684fbec21bcb30d8ae4_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:2596400c992752fe543a4e66160f46f870c601e931d46684fbec21bcb30d8ae4_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:2596400c992752fe543a4e66160f46f870c601e931d46684fbec21bcb30d8ae4_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9f43d5cfa8cb58807f9b2c0c21f6007972541449cd55e949f54f19066cf6e5ed_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9f43d5cfa8cb58807f9b2c0c21f6007972541449cd55e949f54f19066cf6e5ed_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9f43d5cfa8cb58807f9b2c0c21f6007972541449cd55e949f54f19066cf6e5ed_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bd3f394dfa1f711912be961080624710b363b7c5c9c259c69614ce365f8f77e4_arm64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bd3f394dfa1f711912be961080624710b363b7c5c9c259c69614ce365f8f77e4_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bd3f394dfa1f711912be961080624710b363b7c5c9c259c69614ce365f8f77e4_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cf7cff2bbf391af745c3d48865825d6c5584df5acc4dfd09f8dafca6d4622623_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cf7cff2bbf391af745c3d48865825d6c5584df5acc4dfd09f8dafca6d4622623_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cf7cff2bbf391af745c3d48865825d6c5584df5acc4dfd09f8dafca6d4622623_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3f2aaf862a9a77707f3712aaabb6cb6eda16a56a693d1ffd3c676e79eb788d91_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3f2aaf862a9a77707f3712aaabb6cb6eda16a56a693d1ffd3c676e79eb788d91_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3f2aaf862a9a77707f3712aaabb6cb6eda16a56a693d1ffd3c676e79eb788d91_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:d70ebc82f9ada555b2012c4752d0de8890e6535b17b221581401defc8d03baea_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:d70ebc82f9ada555b2012c4752d0de8890e6535b17b221581401defc8d03baea_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:d70ebc82f9ada555b2012c4752d0de8890e6535b17b221581401defc8d03baea_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:db3f0cfc81cbd00eaba341f3d8924e335147e258c3181fa319e34646f5aec5cb_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:db3f0cfc81cbd00eaba341f3d8924e335147e258c3181fa319e34646f5aec5cb_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:db3f0cfc81cbd00eaba341f3d8924e335147e258c3181fa319e34646f5aec5cb_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f59104c56a4af5c9e78b4fcaad0da3595a2c5e55a36606ea8d4f9f0ed5d813e8_arm64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f59104c56a4af5c9e78b4fcaad0da3595a2c5e55a36606ea8d4f9f0ed5d813e8_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f59104c56a4af5c9e78b4fcaad0da3595a2c5e55a36606ea8d4f9f0ed5d813e8_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e21829f5eb1f9bfa410c106951249adbf9b409b004b0ab1c80e7c61c2ee6f166_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e21829f5eb1f9bfa410c106951249adbf9b409b004b0ab1c80e7c61c2ee6f166_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e21829f5eb1f9bfa410c106951249adbf9b409b004b0ab1c80e7c61c2ee6f166_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:400ea5db71be151c8d36944ecf6f11045de54d42d56318a601614d022fb3c156_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:400ea5db71be151c8d36944ecf6f11045de54d42d56318a601614d022fb3c156_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:400ea5db71be151c8d36944ecf6f11045de54d42d56318a601614d022fb3c156_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:b59c062f82c3e77a060c2ffbfc56408c8dde2bfb4b5da1b8f97d788f3123a10e_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:b59c062f82c3e77a060c2ffbfc56408c8dde2bfb4b5da1b8f97d788f3123a10e_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:b59c062f82c3e77a060c2ffbfc56408c8dde2bfb4b5da1b8f97d788f3123a10e_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:dc0bdfb02e39115ec774fb1d7292902f61fb73e9fcd5aff90ab86c1fc8f0f833_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:dc0bdfb02e39115ec774fb1d7292902f61fb73e9fcd5aff90ab86c1fc8f0f833_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:dc0bdfb02e39115ec774fb1d7292902f61fb73e9fcd5aff90ab86c1fc8f0f833_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:2704e9b948f6cc5e4fbd54da3c93ba657c7f80e05b88b0dedfbde17e95455927_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:2704e9b948f6cc5e4fbd54da3c93ba657c7f80e05b88b0dedfbde17e95455927_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:2704e9b948f6cc5e4fbd54da3c93ba657c7f80e05b88b0dedfbde17e95455927_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:37197a627aa761ba42dbf5bb91e769824fbb05492280a2bd62117de2ee13d3d3_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:37197a627aa761ba42dbf5bb91e769824fbb05492280a2bd62117de2ee13d3d3_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:37197a627aa761ba42dbf5bb91e769824fbb05492280a2bd62117de2ee13d3d3_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:62120d23419e85f2fc75522e118e7128e3aae99b2827bdcfbeed511c4cd5c829_arm64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:62120d23419e85f2fc75522e118e7128e3aae99b2827bdcfbeed511c4cd5c829_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:62120d23419e85f2fc75522e118e7128e3aae99b2827bdcfbeed511c4cd5c829_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:859ff4cb71b1f3baff23e4bd2143476c269eff41d44ef8ff163c398fb242b17a_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:859ff4cb71b1f3baff23e4bd2143476c269eff41d44ef8ff163c398fb242b17a_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:859ff4cb71b1f3baff23e4bd2143476c269eff41d44ef8ff163c398fb242b17a_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a5b321affa939fc5b14c7a20f599fa71b80aa64620c2b5ff03703cee07cf4606_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a5b321affa939fc5b14c7a20f599fa71b80aa64620c2b5ff03703cee07cf4606_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a5b321affa939fc5b14c7a20f599fa71b80aa64620c2b5ff03703cee07cf4606_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:09a15ea2da78ae819b5e78270a932206a849ed1142534933b055c3e247955c92_arm64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:09a15ea2da78ae819b5e78270a932206a849ed1142534933b055c3e247955c92_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:09a15ea2da78ae819b5e78270a932206a849ed1142534933b055c3e247955c92_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:33c4e1967eae1f9cef3abc5228929dddbdc803eb042e8eaea6c61c31b5c463bf_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:33c4e1967eae1f9cef3abc5228929dddbdc803eb042e8eaea6c61c31b5c463bf_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:33c4e1967eae1f9cef3abc5228929dddbdc803eb042e8eaea6c61c31b5c463bf_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:8af4ccf39810a0a5e0543705632b2bc53f2e18c4478f4a0ccbbe60f2388eb214_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:8af4ccf39810a0a5e0543705632b2bc53f2e18c4478f4a0ccbbe60f2388eb214_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:8af4ccf39810a0a5e0543705632b2bc53f2e18c4478f4a0ccbbe60f2388eb214_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e0e9ae74d89ee53c7172d1fa8f0ff5bd35f9c242b139ce428bbec05b8122774a_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e0e9ae74d89ee53c7172d1fa8f0ff5bd35f9c242b139ce428bbec05b8122774a_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e0e9ae74d89ee53c7172d1fa8f0ff5bd35f9c242b139ce428bbec05b8122774a_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-operator-bundle@sha256:80cc40018d47da8d1d2a84aef55346cd98db4362e2e89a0a340f29c18e5c6276_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:80cc40018d47da8d1d2a84aef55346cd98db4362e2e89a0a340f29c18e5c6276_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-operator-bundle@sha256:80cc40018d47da8d1d2a84aef55346cd98db4362e2e89a0a340f29c18e5c6276_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:4edc375b6b7b56179a3ec6cd57f0ad4fda42b2530ff070d4c18c966adc23f741_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:4edc375b6b7b56179a3ec6cd57f0ad4fda42b2530ff070d4c18c966adc23f741_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:4edc375b6b7b56179a3ec6cd57f0ad4fda42b2530ff070d4c18c966adc23f741_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:113005e1cb7d573d8df119d075a6a8f7036157e72a4e022918dde9e1bf26794c_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:113005e1cb7d573d8df119d075a6a8f7036157e72a4e022918dde9e1bf26794c_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:113005e1cb7d573d8df119d075a6a8f7036157e72a4e022918dde9e1bf26794c_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:61c4953a881194a3721abe3606135e8998e5a8680eb994fdd8dacb6f6172531f_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:61c4953a881194a3721abe3606135e8998e5a8680eb994fdd8dacb6f6172531f_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:61c4953a881194a3721abe3606135e8998e5a8680eb994fdd8dacb6f6172531f_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:bddbd2ed3177b010de2df7f69ce6d36afca3c216d62b75fe34983a600102b6ef_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:bddbd2ed3177b010de2df7f69ce6d36afca3c216d62b75fe34983a600102b6ef_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:bddbd2ed3177b010de2df7f69ce6d36afca3c216d62b75fe34983a600102b6ef_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:f72bf2a3c0b0f68c1af60a5271c602811920b4e252a4f897b9682094f884e5db_arm64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f72bf2a3c0b0f68c1af60a5271c602811920b4e252a4f897b9682094f884e5db_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:f72bf2a3c0b0f68c1af60a5271c602811920b4e252a4f897b9682094f884e5db_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6368ff64954c72dfa8c12e618198bcf486f7cd94cdd0e817f20185be573ff59e_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6368ff64954c72dfa8c12e618198bcf486f7cd94cdd0e817f20185be573ff59e_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6368ff64954c72dfa8c12e618198bcf486f7cd94cdd0e817f20185be573ff59e_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:33fd6a4faeea4f116b9c4d7f78871c79509de61cbbd63fb92a980b07a5a87f2c_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:33fd6a4faeea4f116b9c4d7f78871c79509de61cbbd63fb92a980b07a5a87f2c_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:33fd6a4faeea4f116b9c4d7f78871c79509de61cbbd63fb92a980b07a5a87f2c_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:1970a8bbb49e9851361b5c8ee0bb16692eb29e282449a7d264c1251c47672dd0_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:1970a8bbb49e9851361b5c8ee0bb16692eb29e282449a7d264c1251c47672dd0_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:1970a8bbb49e9851361b5c8ee0bb16692eb29e282449a7d264c1251c47672dd0_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:049dd1a7ba5ba3139adf0080d6308f2f9cc8a2c5107a4bb21cfc2666f17745bd_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:049dd1a7ba5ba3139adf0080d6308f2f9cc8a2c5107a4bb21cfc2666f17745bd_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:049dd1a7ba5ba3139adf0080d6308f2f9cc8a2c5107a4bb21cfc2666f17745bd_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:9e6e30483c87bd06d0a4c632fe71458130a03296cf45afc3bcab28d032ea5c61_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:9e6e30483c87bd06d0a4c632fe71458130a03296cf45afc3bcab28d032ea5c61_s390x"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:9e6e30483c87bd06d0a4c632fe71458130a03296cf45afc3bcab28d032ea5c61_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:ce99ba471cec870a07af65ebe91906328f05cf24347a2ac18d6001f97149bc14_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ce99ba471cec870a07af65ebe91906328f05cf24347a2ac18d6001f97149bc14_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:ce99ba471cec870a07af65ebe91906328f05cf24347a2ac18d6001f97149bc14_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:ee11c555bb625609b807e10b7412d0de2b0def555e611e074cb17643ce53df05_arm64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ee11c555bb625609b807e10b7412d0de2b0def555e611e074cb17643ce53df05_arm64"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:ee11c555bb625609b807e10b7412d0de2b0def555e611e074cb17643ce53df05_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2310ae4eb2fbae0c59fc865e7642dab064e634b1d8274ffad0b506d71fe89cb3_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2310ae4eb2fbae0c59fc865e7642dab064e634b1d8274ffad0b506d71fe89cb3_amd64"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2310ae4eb2fbae0c59fc865e7642dab064e634b1d8274ffad0b506d71fe89cb3_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:28e471544609150a052f866cd1a8adbe4af3a80e2a5c5f093a0de5178a93f91b_s390x as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:28e471544609150a052f866cd1a8adbe4af3a80e2a5c5f093a0de5178a93f91b_s390x"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:28e471544609150a052f866cd1a8adbe4af3a80e2a5c5f093a0de5178a93f91b_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5a8aab0d45ff44274c7331a55229c261ea3ce3ca9368f8dd285c6168e4ac9e4b_ppc64le as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5a8aab0d45ff44274c7331a55229c261ea3ce3ca9368f8dd285c6168e4ac9e4b_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5a8aab0d45ff44274c7331a55229c261ea3ce3ca9368f8dd285c6168e4ac9e4b_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b6302dd39abd5628d6e262536ceb07e045569cf519ef15e33fea071defde2eb7_amd64 as a component of Red Hat Openshift Data Foundation 4.18",
"product_id": "Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b6302dd39abd5628d6e262536ceb07e045569cf519ef15e33fea071defde2eb7_amd64"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b6302dd39abd5628d6e262536ceb07e045569cf519ef15e33fea071defde2eb7_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.18"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:2ca2d0a10f44632d5d46c34598799acded803875c7374e57958c102704c0aa8e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:a81b595293533e51961d2855f3539dcbcdf634a3cb1877cca96de6f662bf4970_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:6da9acf1bd9fcf0958bedd3962bd63eb9e28aa7abc201427f8138330913d8fac_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:4237b99289fe2e2a9da4ee0ea34c2093ca53d379c7dc5e6f8fb6cb54acc649ed_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:9b1336bd961f91f5570232408dc50733e27100ac2077cc880a99413b119517ea_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e21829f5eb1f9bfa410c106951249adbf9b409b004b0ab1c80e7c61c2ee6f166_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:2704e9b948f6cc5e4fbd54da3c93ba657c7f80e05b88b0dedfbde17e95455927_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:80cc40018d47da8d1d2a84aef55346cd98db4362e2e89a0a340f29c18e5c6276_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:4edc375b6b7b56179a3ec6cd57f0ad4fda42b2530ff070d4c18c966adc23f741_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6368ff64954c72dfa8c12e618198bcf486f7cd94cdd0e817f20185be573ff59e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:33fd6a4faeea4f116b9c4d7f78871c79509de61cbbd63fb92a980b07a5a87f2c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:1970a8bbb49e9851361b5c8ee0bb16692eb29e282449a7d264c1251c47672dd0_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2310ae4eb2fbae0c59fc865e7642dab064e634b1d8274ffad0b506d71fe89cb3_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:047ba8340fc2c3e48707c1a1e81c8baad69082dd4da8c22d866b22906e02d309_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:076223f73aad6629a9a7846d94cff4a0a1b67bca585f93820d4640e67e903987_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:401d933317294c4c3a284001a44a38ea5c46afe94a3c61bd0296f86cb963ed1d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:5a49211ab0598aa2e4a1589062dc9da1df5c56c18d3b184357f060736b009aa6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:3d88ce93846d86607cb2a9ea3c0360c4adf63f9b0df3258dc08af5f6ac01207c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:5d4bc3b8907f38bdaeaf9a1c12e0955a81021147b87e7203e94471356065df0a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:b40c503ee411a75d143bcb6497f35a4345839f1cbb9347f9eec038c414c79e96_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:05c3a2e3422dee2f038c3ebd2e1a13e8a5c67281aacfc8bf02c8699133ce04f5_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:968718cebe5204174fc2c507134429ed4d8e101b4988882a5c13ba7c5a9f9dae_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:f551154d140fcfd3cfa09b5b36b42adc7d493036ff01f472684e66dad207448e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5bd92751f13b4cba2fdb6a65825464b7a2d1f526f918ee9704c168dccebb40a7_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b07ed290d3609284787f52017caac6e160cd1226a3694e0efdd4be8a28013a5f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e82294926f962d7ea6fe614ac05794cf4995e848ef09c1fece337dd62a7c3f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:f5867a6b5c6b730e6a0f5649a79d97c21ceb75bac5065380e2d412e154341178_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7b0756104016ca03177a2ec32739d8845bdfffe5323b327ae816589f21962f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7cc10b78251a0b1bfe76af67b2362d3f23613142bd33994a53b7d64c2e34d8cb_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:a1301b098696bbde8094067be1905e71028f2a1e1844af3b9a98872a672fea93_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6342cb649629364a40f49c73196410f82643d2a281788953bde0d8486aeccd00_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ba41252fc409e022966bf18040deba7f4a06ff54f86c231cc07867a2f21b6523_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bc3421bd3f9f21ebf3511b91bcee2a1d2ed574cc8f75718f0f756482af78d2fb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:fc34b504bcdeb77f9ffc3a271d99515c2a4dc8f1c11ca40fc07b6613812bdf58_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:77d3c24f55997958dba201fcc6cfb2a500fc44317ad66c234fc2c2b02cd89fb0_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7bd68eaa93b9720ba4d843a67d4aa73e82d431312250b8c4a3e92d4a8f9a3062_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:9dcc19c404b3b9ce0afc363f565d3f5c797a0486031cee23619dc38d9eab391c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1cf0c241cc8838b016282c4f742a9d420561b660e16eb03734590df05be5d18a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6bc9b8a4c85fa4323e4df0a2ab00a1fecfaea9c6582e77fcacbf1fa9af012ebb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7e42a80006e482e26b828c689d4eb838c1cf3de59f1db7724cece80c85f30958_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6f471b80aab998f6d60569bb4951f9e321fd1addebe4ad96f49bbb892ca9538_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:18389875fbd5150ff7fdf4073ba54b70e5cf7efaaa429e1c9f599ccb801ad9a0_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:726d7805c11470a1af8bd47dc5cf7f0836e9d7f85ffb4275468ca53dc7f2f1c3_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:ad41ce115db6b5176f2292c9964c9696ca725113090f1a9dc9bf839c62c0643f_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:d7cdd6bd2d3e8b5f5f28d9021070b23ac6646a7f5b4369da34d9a7bc9e2043e6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:5aa53850fbb0b16ad92c1dcd6227e7f1cff05e589c9056632414538d28183381_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:a1d995304011a051eebccca1d3f76c4e88c140de3e59760b956c32b8aba7809e_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:ccc33cdbbd4ec7f94a3ff46ea02c74ce2af58a19be63e489c63f49ea001dcb18_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4df1d094208fb10e4cacf2e19aed26c00367fabdff08dfc7c71b8854c76e22c0_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:919e13c15f5b39c80bf725c643f2c577f8316ad16d0dd83fff4c365156ea5e23_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e7d39f7857213284b59148b9ea04e8dc67df12d5389ffb4fb585425272470a5a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:2596400c992752fe543a4e66160f46f870c601e931d46684fbec21bcb30d8ae4_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9f43d5cfa8cb58807f9b2c0c21f6007972541449cd55e949f54f19066cf6e5ed_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bd3f394dfa1f711912be961080624710b363b7c5c9c259c69614ce365f8f77e4_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cf7cff2bbf391af745c3d48865825d6c5584df5acc4dfd09f8dafca6d4622623_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3f2aaf862a9a77707f3712aaabb6cb6eda16a56a693d1ffd3c676e79eb788d91_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:d70ebc82f9ada555b2012c4752d0de8890e6535b17b221581401defc8d03baea_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:db3f0cfc81cbd00eaba341f3d8924e335147e258c3181fa319e34646f5aec5cb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f59104c56a4af5c9e78b4fcaad0da3595a2c5e55a36606ea8d4f9f0ed5d813e8_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:400ea5db71be151c8d36944ecf6f11045de54d42d56318a601614d022fb3c156_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:b59c062f82c3e77a060c2ffbfc56408c8dde2bfb4b5da1b8f97d788f3123a10e_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:dc0bdfb02e39115ec774fb1d7292902f61fb73e9fcd5aff90ab86c1fc8f0f833_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:37197a627aa761ba42dbf5bb91e769824fbb05492280a2bd62117de2ee13d3d3_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:62120d23419e85f2fc75522e118e7128e3aae99b2827bdcfbeed511c4cd5c829_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:859ff4cb71b1f3baff23e4bd2143476c269eff41d44ef8ff163c398fb242b17a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a5b321affa939fc5b14c7a20f599fa71b80aa64620c2b5ff03703cee07cf4606_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:09a15ea2da78ae819b5e78270a932206a849ed1142534933b055c3e247955c92_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:33c4e1967eae1f9cef3abc5228929dddbdc803eb042e8eaea6c61c31b5c463bf_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:8af4ccf39810a0a5e0543705632b2bc53f2e18c4478f4a0ccbbe60f2388eb214_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e0e9ae74d89ee53c7172d1fa8f0ff5bd35f9c242b139ce428bbec05b8122774a_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:113005e1cb7d573d8df119d075a6a8f7036157e72a4e022918dde9e1bf26794c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:61c4953a881194a3721abe3606135e8998e5a8680eb994fdd8dacb6f6172531f_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:bddbd2ed3177b010de2df7f69ce6d36afca3c216d62b75fe34983a600102b6ef_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f72bf2a3c0b0f68c1af60a5271c602811920b4e252a4f897b9682094f884e5db_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:049dd1a7ba5ba3139adf0080d6308f2f9cc8a2c5107a4bb21cfc2666f17745bd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:9e6e30483c87bd06d0a4c632fe71458130a03296cf45afc3bcab28d032ea5c61_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ce99ba471cec870a07af65ebe91906328f05cf24347a2ac18d6001f97149bc14_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ee11c555bb625609b807e10b7412d0de2b0def555e611e074cb17643ce53df05_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:28e471544609150a052f866cd1a8adbe4af3a80e2a5c5f093a0de5178a93f91b_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5a8aab0d45ff44274c7331a55229c261ea3ce3ca9368f8dd285c6168e4ac9e4b_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b6302dd39abd5628d6e262536ceb07e045569cf519ef15e33fea071defde2eb7_amd64"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:2ca2d0a10f44632d5d46c34598799acded803875c7374e57958c102704c0aa8e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:a81b595293533e51961d2855f3539dcbcdf634a3cb1877cca96de6f662bf4970_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:6da9acf1bd9fcf0958bedd3962bd63eb9e28aa7abc201427f8138330913d8fac_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:4237b99289fe2e2a9da4ee0ea34c2093ca53d379c7dc5e6f8fb6cb54acc649ed_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:9b1336bd961f91f5570232408dc50733e27100ac2077cc880a99413b119517ea_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e21829f5eb1f9bfa410c106951249adbf9b409b004b0ab1c80e7c61c2ee6f166_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:2704e9b948f6cc5e4fbd54da3c93ba657c7f80e05b88b0dedfbde17e95455927_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:80cc40018d47da8d1d2a84aef55346cd98db4362e2e89a0a340f29c18e5c6276_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:4edc375b6b7b56179a3ec6cd57f0ad4fda42b2530ff070d4c18c966adc23f741_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6368ff64954c72dfa8c12e618198bcf486f7cd94cdd0e817f20185be573ff59e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:33fd6a4faeea4f116b9c4d7f78871c79509de61cbbd63fb92a980b07a5a87f2c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:1970a8bbb49e9851361b5c8ee0bb16692eb29e282449a7d264c1251c47672dd0_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2310ae4eb2fbae0c59fc865e7642dab064e634b1d8274ffad0b506d71fe89cb3_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-22T14:47:09+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/4.18/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf",
"product_ids": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:047ba8340fc2c3e48707c1a1e81c8baad69082dd4da8c22d866b22906e02d309_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:076223f73aad6629a9a7846d94cff4a0a1b67bca585f93820d4640e67e903987_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:401d933317294c4c3a284001a44a38ea5c46afe94a3c61bd0296f86cb963ed1d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:5a49211ab0598aa2e4a1589062dc9da1df5c56c18d3b184357f060736b009aa6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:3d88ce93846d86607cb2a9ea3c0360c4adf63f9b0df3258dc08af5f6ac01207c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:5d4bc3b8907f38bdaeaf9a1c12e0955a81021147b87e7203e94471356065df0a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:b40c503ee411a75d143bcb6497f35a4345839f1cbb9347f9eec038c414c79e96_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:05c3a2e3422dee2f038c3ebd2e1a13e8a5c67281aacfc8bf02c8699133ce04f5_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:968718cebe5204174fc2c507134429ed4d8e101b4988882a5c13ba7c5a9f9dae_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:f551154d140fcfd3cfa09b5b36b42adc7d493036ff01f472684e66dad207448e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5bd92751f13b4cba2fdb6a65825464b7a2d1f526f918ee9704c168dccebb40a7_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b07ed290d3609284787f52017caac6e160cd1226a3694e0efdd4be8a28013a5f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e82294926f962d7ea6fe614ac05794cf4995e848ef09c1fece337dd62a7c3f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:f5867a6b5c6b730e6a0f5649a79d97c21ceb75bac5065380e2d412e154341178_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7b0756104016ca03177a2ec32739d8845bdfffe5323b327ae816589f21962f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7cc10b78251a0b1bfe76af67b2362d3f23613142bd33994a53b7d64c2e34d8cb_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:a1301b098696bbde8094067be1905e71028f2a1e1844af3b9a98872a672fea93_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6342cb649629364a40f49c73196410f82643d2a281788953bde0d8486aeccd00_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ba41252fc409e022966bf18040deba7f4a06ff54f86c231cc07867a2f21b6523_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bc3421bd3f9f21ebf3511b91bcee2a1d2ed574cc8f75718f0f756482af78d2fb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:fc34b504bcdeb77f9ffc3a271d99515c2a4dc8f1c11ca40fc07b6613812bdf58_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:77d3c24f55997958dba201fcc6cfb2a500fc44317ad66c234fc2c2b02cd89fb0_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7bd68eaa93b9720ba4d843a67d4aa73e82d431312250b8c4a3e92d4a8f9a3062_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:9dcc19c404b3b9ce0afc363f565d3f5c797a0486031cee23619dc38d9eab391c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1cf0c241cc8838b016282c4f742a9d420561b660e16eb03734590df05be5d18a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6bc9b8a4c85fa4323e4df0a2ab00a1fecfaea9c6582e77fcacbf1fa9af012ebb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7e42a80006e482e26b828c689d4eb838c1cf3de59f1db7724cece80c85f30958_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6f471b80aab998f6d60569bb4951f9e321fd1addebe4ad96f49bbb892ca9538_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:18389875fbd5150ff7fdf4073ba54b70e5cf7efaaa429e1c9f599ccb801ad9a0_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:726d7805c11470a1af8bd47dc5cf7f0836e9d7f85ffb4275468ca53dc7f2f1c3_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:ad41ce115db6b5176f2292c9964c9696ca725113090f1a9dc9bf839c62c0643f_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:d7cdd6bd2d3e8b5f5f28d9021070b23ac6646a7f5b4369da34d9a7bc9e2043e6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:5aa53850fbb0b16ad92c1dcd6227e7f1cff05e589c9056632414538d28183381_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:a1d995304011a051eebccca1d3f76c4e88c140de3e59760b956c32b8aba7809e_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:ccc33cdbbd4ec7f94a3ff46ea02c74ce2af58a19be63e489c63f49ea001dcb18_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4df1d094208fb10e4cacf2e19aed26c00367fabdff08dfc7c71b8854c76e22c0_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:919e13c15f5b39c80bf725c643f2c577f8316ad16d0dd83fff4c365156ea5e23_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e7d39f7857213284b59148b9ea04e8dc67df12d5389ffb4fb585425272470a5a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:2596400c992752fe543a4e66160f46f870c601e931d46684fbec21bcb30d8ae4_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9f43d5cfa8cb58807f9b2c0c21f6007972541449cd55e949f54f19066cf6e5ed_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bd3f394dfa1f711912be961080624710b363b7c5c9c259c69614ce365f8f77e4_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cf7cff2bbf391af745c3d48865825d6c5584df5acc4dfd09f8dafca6d4622623_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3f2aaf862a9a77707f3712aaabb6cb6eda16a56a693d1ffd3c676e79eb788d91_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:d70ebc82f9ada555b2012c4752d0de8890e6535b17b221581401defc8d03baea_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:db3f0cfc81cbd00eaba341f3d8924e335147e258c3181fa319e34646f5aec5cb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f59104c56a4af5c9e78b4fcaad0da3595a2c5e55a36606ea8d4f9f0ed5d813e8_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:400ea5db71be151c8d36944ecf6f11045de54d42d56318a601614d022fb3c156_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:b59c062f82c3e77a060c2ffbfc56408c8dde2bfb4b5da1b8f97d788f3123a10e_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:dc0bdfb02e39115ec774fb1d7292902f61fb73e9fcd5aff90ab86c1fc8f0f833_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:37197a627aa761ba42dbf5bb91e769824fbb05492280a2bd62117de2ee13d3d3_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:62120d23419e85f2fc75522e118e7128e3aae99b2827bdcfbeed511c4cd5c829_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:859ff4cb71b1f3baff23e4bd2143476c269eff41d44ef8ff163c398fb242b17a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a5b321affa939fc5b14c7a20f599fa71b80aa64620c2b5ff03703cee07cf4606_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:09a15ea2da78ae819b5e78270a932206a849ed1142534933b055c3e247955c92_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:33c4e1967eae1f9cef3abc5228929dddbdc803eb042e8eaea6c61c31b5c463bf_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:8af4ccf39810a0a5e0543705632b2bc53f2e18c4478f4a0ccbbe60f2388eb214_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e0e9ae74d89ee53c7172d1fa8f0ff5bd35f9c242b139ce428bbec05b8122774a_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:113005e1cb7d573d8df119d075a6a8f7036157e72a4e022918dde9e1bf26794c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:61c4953a881194a3721abe3606135e8998e5a8680eb994fdd8dacb6f6172531f_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:bddbd2ed3177b010de2df7f69ce6d36afca3c216d62b75fe34983a600102b6ef_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f72bf2a3c0b0f68c1af60a5271c602811920b4e252a4f897b9682094f884e5db_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:049dd1a7ba5ba3139adf0080d6308f2f9cc8a2c5107a4bb21cfc2666f17745bd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:9e6e30483c87bd06d0a4c632fe71458130a03296cf45afc3bcab28d032ea5c61_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ce99ba471cec870a07af65ebe91906328f05cf24347a2ac18d6001f97149bc14_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ee11c555bb625609b807e10b7412d0de2b0def555e611e074cb17643ce53df05_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:28e471544609150a052f866cd1a8adbe4af3a80e2a5c5f093a0de5178a93f91b_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5a8aab0d45ff44274c7331a55229c261ea3ce3ca9368f8dd285c6168e4ac9e4b_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b6302dd39abd5628d6e262536ceb07e045569cf519ef15e33fea071defde2eb7_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23916"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:2ca2d0a10f44632d5d46c34598799acded803875c7374e57958c102704c0aa8e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:047ba8340fc2c3e48707c1a1e81c8baad69082dd4da8c22d866b22906e02d309_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:076223f73aad6629a9a7846d94cff4a0a1b67bca585f93820d4640e67e903987_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:401d933317294c4c3a284001a44a38ea5c46afe94a3c61bd0296f86cb963ed1d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:5a49211ab0598aa2e4a1589062dc9da1df5c56c18d3b184357f060736b009aa6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:3d88ce93846d86607cb2a9ea3c0360c4adf63f9b0df3258dc08af5f6ac01207c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:5d4bc3b8907f38bdaeaf9a1c12e0955a81021147b87e7203e94471356065df0a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:b40c503ee411a75d143bcb6497f35a4345839f1cbb9347f9eec038c414c79e96_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:05c3a2e3422dee2f038c3ebd2e1a13e8a5c67281aacfc8bf02c8699133ce04f5_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:968718cebe5204174fc2c507134429ed4d8e101b4988882a5c13ba7c5a9f9dae_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:f551154d140fcfd3cfa09b5b36b42adc7d493036ff01f472684e66dad207448e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:a81b595293533e51961d2855f3539dcbcdf634a3cb1877cca96de6f662bf4970_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5bd92751f13b4cba2fdb6a65825464b7a2d1f526f918ee9704c168dccebb40a7_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b07ed290d3609284787f52017caac6e160cd1226a3694e0efdd4be8a28013a5f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e82294926f962d7ea6fe614ac05794cf4995e848ef09c1fece337dd62a7c3f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:f5867a6b5c6b730e6a0f5649a79d97c21ceb75bac5065380e2d412e154341178_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7b0756104016ca03177a2ec32739d8845bdfffe5323b327ae816589f21962f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7cc10b78251a0b1bfe76af67b2362d3f23613142bd33994a53b7d64c2e34d8cb_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:a1301b098696bbde8094067be1905e71028f2a1e1844af3b9a98872a672fea93_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:6da9acf1bd9fcf0958bedd3962bd63eb9e28aa7abc201427f8138330913d8fac_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6342cb649629364a40f49c73196410f82643d2a281788953bde0d8486aeccd00_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ba41252fc409e022966bf18040deba7f4a06ff54f86c231cc07867a2f21b6523_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bc3421bd3f9f21ebf3511b91bcee2a1d2ed574cc8f75718f0f756482af78d2fb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:fc34b504bcdeb77f9ffc3a271d99515c2a4dc8f1c11ca40fc07b6613812bdf58_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:77d3c24f55997958dba201fcc6cfb2a500fc44317ad66c234fc2c2b02cd89fb0_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7bd68eaa93b9720ba4d843a67d4aa73e82d431312250b8c4a3e92d4a8f9a3062_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:9dcc19c404b3b9ce0afc363f565d3f5c797a0486031cee23619dc38d9eab391c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:4237b99289fe2e2a9da4ee0ea34c2093ca53d379c7dc5e6f8fb6cb54acc649ed_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1cf0c241cc8838b016282c4f742a9d420561b660e16eb03734590df05be5d18a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6bc9b8a4c85fa4323e4df0a2ab00a1fecfaea9c6582e77fcacbf1fa9af012ebb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7e42a80006e482e26b828c689d4eb838c1cf3de59f1db7724cece80c85f30958_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6f471b80aab998f6d60569bb4951f9e321fd1addebe4ad96f49bbb892ca9538_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:18389875fbd5150ff7fdf4073ba54b70e5cf7efaaa429e1c9f599ccb801ad9a0_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:726d7805c11470a1af8bd47dc5cf7f0836e9d7f85ffb4275468ca53dc7f2f1c3_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:ad41ce115db6b5176f2292c9964c9696ca725113090f1a9dc9bf839c62c0643f_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:d7cdd6bd2d3e8b5f5f28d9021070b23ac6646a7f5b4369da34d9a7bc9e2043e6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:5aa53850fbb0b16ad92c1dcd6227e7f1cff05e589c9056632414538d28183381_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:a1d995304011a051eebccca1d3f76c4e88c140de3e59760b956c32b8aba7809e_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:ccc33cdbbd4ec7f94a3ff46ea02c74ce2af58a19be63e489c63f49ea001dcb18_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4df1d094208fb10e4cacf2e19aed26c00367fabdff08dfc7c71b8854c76e22c0_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:919e13c15f5b39c80bf725c643f2c577f8316ad16d0dd83fff4c365156ea5e23_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e7d39f7857213284b59148b9ea04e8dc67df12d5389ffb4fb585425272470a5a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:9b1336bd961f91f5570232408dc50733e27100ac2077cc880a99413b119517ea_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:2596400c992752fe543a4e66160f46f870c601e931d46684fbec21bcb30d8ae4_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9f43d5cfa8cb58807f9b2c0c21f6007972541449cd55e949f54f19066cf6e5ed_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bd3f394dfa1f711912be961080624710b363b7c5c9c259c69614ce365f8f77e4_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cf7cff2bbf391af745c3d48865825d6c5584df5acc4dfd09f8dafca6d4622623_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3f2aaf862a9a77707f3712aaabb6cb6eda16a56a693d1ffd3c676e79eb788d91_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:d70ebc82f9ada555b2012c4752d0de8890e6535b17b221581401defc8d03baea_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:db3f0cfc81cbd00eaba341f3d8924e335147e258c3181fa319e34646f5aec5cb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f59104c56a4af5c9e78b4fcaad0da3595a2c5e55a36606ea8d4f9f0ed5d813e8_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e21829f5eb1f9bfa410c106951249adbf9b409b004b0ab1c80e7c61c2ee6f166_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:400ea5db71be151c8d36944ecf6f11045de54d42d56318a601614d022fb3c156_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:b59c062f82c3e77a060c2ffbfc56408c8dde2bfb4b5da1b8f97d788f3123a10e_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:dc0bdfb02e39115ec774fb1d7292902f61fb73e9fcd5aff90ab86c1fc8f0f833_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:2704e9b948f6cc5e4fbd54da3c93ba657c7f80e05b88b0dedfbde17e95455927_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:37197a627aa761ba42dbf5bb91e769824fbb05492280a2bd62117de2ee13d3d3_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:62120d23419e85f2fc75522e118e7128e3aae99b2827bdcfbeed511c4cd5c829_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:859ff4cb71b1f3baff23e4bd2143476c269eff41d44ef8ff163c398fb242b17a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a5b321affa939fc5b14c7a20f599fa71b80aa64620c2b5ff03703cee07cf4606_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:09a15ea2da78ae819b5e78270a932206a849ed1142534933b055c3e247955c92_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:33c4e1967eae1f9cef3abc5228929dddbdc803eb042e8eaea6c61c31b5c463bf_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:8af4ccf39810a0a5e0543705632b2bc53f2e18c4478f4a0ccbbe60f2388eb214_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e0e9ae74d89ee53c7172d1fa8f0ff5bd35f9c242b139ce428bbec05b8122774a_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:80cc40018d47da8d1d2a84aef55346cd98db4362e2e89a0a340f29c18e5c6276_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:4edc375b6b7b56179a3ec6cd57f0ad4fda42b2530ff070d4c18c966adc23f741_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:113005e1cb7d573d8df119d075a6a8f7036157e72a4e022918dde9e1bf26794c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:61c4953a881194a3721abe3606135e8998e5a8680eb994fdd8dacb6f6172531f_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:bddbd2ed3177b010de2df7f69ce6d36afca3c216d62b75fe34983a600102b6ef_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f72bf2a3c0b0f68c1af60a5271c602811920b4e252a4f897b9682094f884e5db_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6368ff64954c72dfa8c12e618198bcf486f7cd94cdd0e817f20185be573ff59e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:33fd6a4faeea4f116b9c4d7f78871c79509de61cbbd63fb92a980b07a5a87f2c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:1970a8bbb49e9851361b5c8ee0bb16692eb29e282449a7d264c1251c47672dd0_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:049dd1a7ba5ba3139adf0080d6308f2f9cc8a2c5107a4bb21cfc2666f17745bd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:9e6e30483c87bd06d0a4c632fe71458130a03296cf45afc3bcab28d032ea5c61_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ce99ba471cec870a07af65ebe91906328f05cf24347a2ac18d6001f97149bc14_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ee11c555bb625609b807e10b7412d0de2b0def555e611e074cb17643ce53df05_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2310ae4eb2fbae0c59fc865e7642dab064e634b1d8274ffad0b506d71fe89cb3_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:28e471544609150a052f866cd1a8adbe4af3a80e2a5c5f093a0de5178a93f91b_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5a8aab0d45ff44274c7331a55229c261ea3ce3ca9368f8dd285c6168e4ac9e4b_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b6302dd39abd5628d6e262536ceb07e045569cf519ef15e33fea071defde2eb7_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:2ca2d0a10f44632d5d46c34598799acded803875c7374e57958c102704c0aa8e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:047ba8340fc2c3e48707c1a1e81c8baad69082dd4da8c22d866b22906e02d309_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:076223f73aad6629a9a7846d94cff4a0a1b67bca585f93820d4640e67e903987_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:401d933317294c4c3a284001a44a38ea5c46afe94a3c61bd0296f86cb963ed1d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:5a49211ab0598aa2e4a1589062dc9da1df5c56c18d3b184357f060736b009aa6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:3d88ce93846d86607cb2a9ea3c0360c4adf63f9b0df3258dc08af5f6ac01207c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:5d4bc3b8907f38bdaeaf9a1c12e0955a81021147b87e7203e94471356065df0a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:b40c503ee411a75d143bcb6497f35a4345839f1cbb9347f9eec038c414c79e96_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:05c3a2e3422dee2f038c3ebd2e1a13e8a5c67281aacfc8bf02c8699133ce04f5_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:968718cebe5204174fc2c507134429ed4d8e101b4988882a5c13ba7c5a9f9dae_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:f551154d140fcfd3cfa09b5b36b42adc7d493036ff01f472684e66dad207448e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:a81b595293533e51961d2855f3539dcbcdf634a3cb1877cca96de6f662bf4970_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5bd92751f13b4cba2fdb6a65825464b7a2d1f526f918ee9704c168dccebb40a7_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b07ed290d3609284787f52017caac6e160cd1226a3694e0efdd4be8a28013a5f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e82294926f962d7ea6fe614ac05794cf4995e848ef09c1fece337dd62a7c3f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:f5867a6b5c6b730e6a0f5649a79d97c21ceb75bac5065380e2d412e154341178_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7b0756104016ca03177a2ec32739d8845bdfffe5323b327ae816589f21962f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7cc10b78251a0b1bfe76af67b2362d3f23613142bd33994a53b7d64c2e34d8cb_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:a1301b098696bbde8094067be1905e71028f2a1e1844af3b9a98872a672fea93_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:6da9acf1bd9fcf0958bedd3962bd63eb9e28aa7abc201427f8138330913d8fac_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6342cb649629364a40f49c73196410f82643d2a281788953bde0d8486aeccd00_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ba41252fc409e022966bf18040deba7f4a06ff54f86c231cc07867a2f21b6523_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bc3421bd3f9f21ebf3511b91bcee2a1d2ed574cc8f75718f0f756482af78d2fb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:fc34b504bcdeb77f9ffc3a271d99515c2a4dc8f1c11ca40fc07b6613812bdf58_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:77d3c24f55997958dba201fcc6cfb2a500fc44317ad66c234fc2c2b02cd89fb0_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7bd68eaa93b9720ba4d843a67d4aa73e82d431312250b8c4a3e92d4a8f9a3062_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:9dcc19c404b3b9ce0afc363f565d3f5c797a0486031cee23619dc38d9eab391c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:4237b99289fe2e2a9da4ee0ea34c2093ca53d379c7dc5e6f8fb6cb54acc649ed_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1cf0c241cc8838b016282c4f742a9d420561b660e16eb03734590df05be5d18a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6bc9b8a4c85fa4323e4df0a2ab00a1fecfaea9c6582e77fcacbf1fa9af012ebb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7e42a80006e482e26b828c689d4eb838c1cf3de59f1db7724cece80c85f30958_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6f471b80aab998f6d60569bb4951f9e321fd1addebe4ad96f49bbb892ca9538_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:18389875fbd5150ff7fdf4073ba54b70e5cf7efaaa429e1c9f599ccb801ad9a0_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:726d7805c11470a1af8bd47dc5cf7f0836e9d7f85ffb4275468ca53dc7f2f1c3_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:ad41ce115db6b5176f2292c9964c9696ca725113090f1a9dc9bf839c62c0643f_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:d7cdd6bd2d3e8b5f5f28d9021070b23ac6646a7f5b4369da34d9a7bc9e2043e6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:5aa53850fbb0b16ad92c1dcd6227e7f1cff05e589c9056632414538d28183381_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:a1d995304011a051eebccca1d3f76c4e88c140de3e59760b956c32b8aba7809e_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:ccc33cdbbd4ec7f94a3ff46ea02c74ce2af58a19be63e489c63f49ea001dcb18_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4df1d094208fb10e4cacf2e19aed26c00367fabdff08dfc7c71b8854c76e22c0_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:919e13c15f5b39c80bf725c643f2c577f8316ad16d0dd83fff4c365156ea5e23_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e7d39f7857213284b59148b9ea04e8dc67df12d5389ffb4fb585425272470a5a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:9b1336bd961f91f5570232408dc50733e27100ac2077cc880a99413b119517ea_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:2596400c992752fe543a4e66160f46f870c601e931d46684fbec21bcb30d8ae4_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9f43d5cfa8cb58807f9b2c0c21f6007972541449cd55e949f54f19066cf6e5ed_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bd3f394dfa1f711912be961080624710b363b7c5c9c259c69614ce365f8f77e4_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cf7cff2bbf391af745c3d48865825d6c5584df5acc4dfd09f8dafca6d4622623_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3f2aaf862a9a77707f3712aaabb6cb6eda16a56a693d1ffd3c676e79eb788d91_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:d70ebc82f9ada555b2012c4752d0de8890e6535b17b221581401defc8d03baea_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:db3f0cfc81cbd00eaba341f3d8924e335147e258c3181fa319e34646f5aec5cb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f59104c56a4af5c9e78b4fcaad0da3595a2c5e55a36606ea8d4f9f0ed5d813e8_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e21829f5eb1f9bfa410c106951249adbf9b409b004b0ab1c80e7c61c2ee6f166_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:400ea5db71be151c8d36944ecf6f11045de54d42d56318a601614d022fb3c156_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:b59c062f82c3e77a060c2ffbfc56408c8dde2bfb4b5da1b8f97d788f3123a10e_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:dc0bdfb02e39115ec774fb1d7292902f61fb73e9fcd5aff90ab86c1fc8f0f833_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:2704e9b948f6cc5e4fbd54da3c93ba657c7f80e05b88b0dedfbde17e95455927_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:37197a627aa761ba42dbf5bb91e769824fbb05492280a2bd62117de2ee13d3d3_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:62120d23419e85f2fc75522e118e7128e3aae99b2827bdcfbeed511c4cd5c829_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:859ff4cb71b1f3baff23e4bd2143476c269eff41d44ef8ff163c398fb242b17a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a5b321affa939fc5b14c7a20f599fa71b80aa64620c2b5ff03703cee07cf4606_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:09a15ea2da78ae819b5e78270a932206a849ed1142534933b055c3e247955c92_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:33c4e1967eae1f9cef3abc5228929dddbdc803eb042e8eaea6c61c31b5c463bf_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:8af4ccf39810a0a5e0543705632b2bc53f2e18c4478f4a0ccbbe60f2388eb214_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e0e9ae74d89ee53c7172d1fa8f0ff5bd35f9c242b139ce428bbec05b8122774a_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:80cc40018d47da8d1d2a84aef55346cd98db4362e2e89a0a340f29c18e5c6276_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:4edc375b6b7b56179a3ec6cd57f0ad4fda42b2530ff070d4c18c966adc23f741_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:113005e1cb7d573d8df119d075a6a8f7036157e72a4e022918dde9e1bf26794c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:61c4953a881194a3721abe3606135e8998e5a8680eb994fdd8dacb6f6172531f_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:bddbd2ed3177b010de2df7f69ce6d36afca3c216d62b75fe34983a600102b6ef_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f72bf2a3c0b0f68c1af60a5271c602811920b4e252a4f897b9682094f884e5db_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6368ff64954c72dfa8c12e618198bcf486f7cd94cdd0e817f20185be573ff59e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:33fd6a4faeea4f116b9c4d7f78871c79509de61cbbd63fb92a980b07a5a87f2c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:1970a8bbb49e9851361b5c8ee0bb16692eb29e282449a7d264c1251c47672dd0_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:049dd1a7ba5ba3139adf0080d6308f2f9cc8a2c5107a4bb21cfc2666f17745bd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:9e6e30483c87bd06d0a4c632fe71458130a03296cf45afc3bcab28d032ea5c61_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ce99ba471cec870a07af65ebe91906328f05cf24347a2ac18d6001f97149bc14_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ee11c555bb625609b807e10b7412d0de2b0def555e611e074cb17643ce53df05_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2310ae4eb2fbae0c59fc865e7642dab064e634b1d8274ffad0b506d71fe89cb3_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:28e471544609150a052f866cd1a8adbe4af3a80e2a5c5f093a0de5178a93f91b_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5a8aab0d45ff44274c7331a55229c261ea3ce3ca9368f8dd285c6168e4ac9e4b_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b6302dd39abd5628d6e262536ceb07e045569cf519ef15e33fea071defde2eb7_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
},
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:2ca2d0a10f44632d5d46c34598799acded803875c7374e57958c102704c0aa8e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:a81b595293533e51961d2855f3539dcbcdf634a3cb1877cca96de6f662bf4970_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:6da9acf1bd9fcf0958bedd3962bd63eb9e28aa7abc201427f8138330913d8fac_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:4237b99289fe2e2a9da4ee0ea34c2093ca53d379c7dc5e6f8fb6cb54acc649ed_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:9b1336bd961f91f5570232408dc50733e27100ac2077cc880a99413b119517ea_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e21829f5eb1f9bfa410c106951249adbf9b409b004b0ab1c80e7c61c2ee6f166_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:2704e9b948f6cc5e4fbd54da3c93ba657c7f80e05b88b0dedfbde17e95455927_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:80cc40018d47da8d1d2a84aef55346cd98db4362e2e89a0a340f29c18e5c6276_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:4edc375b6b7b56179a3ec6cd57f0ad4fda42b2530ff070d4c18c966adc23f741_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6368ff64954c72dfa8c12e618198bcf486f7cd94cdd0e817f20185be573ff59e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:33fd6a4faeea4f116b9c4d7f78871c79509de61cbbd63fb92a980b07a5a87f2c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:1970a8bbb49e9851361b5c8ee0bb16692eb29e282449a7d264c1251c47672dd0_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2310ae4eb2fbae0c59fc865e7642dab064e634b1d8274ffad0b506d71fe89cb3_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:047ba8340fc2c3e48707c1a1e81c8baad69082dd4da8c22d866b22906e02d309_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:076223f73aad6629a9a7846d94cff4a0a1b67bca585f93820d4640e67e903987_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:401d933317294c4c3a284001a44a38ea5c46afe94a3c61bd0296f86cb963ed1d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:5a49211ab0598aa2e4a1589062dc9da1df5c56c18d3b184357f060736b009aa6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:3d88ce93846d86607cb2a9ea3c0360c4adf63f9b0df3258dc08af5f6ac01207c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:5d4bc3b8907f38bdaeaf9a1c12e0955a81021147b87e7203e94471356065df0a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:b40c503ee411a75d143bcb6497f35a4345839f1cbb9347f9eec038c414c79e96_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:05c3a2e3422dee2f038c3ebd2e1a13e8a5c67281aacfc8bf02c8699133ce04f5_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:968718cebe5204174fc2c507134429ed4d8e101b4988882a5c13ba7c5a9f9dae_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:f551154d140fcfd3cfa09b5b36b42adc7d493036ff01f472684e66dad207448e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5bd92751f13b4cba2fdb6a65825464b7a2d1f526f918ee9704c168dccebb40a7_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b07ed290d3609284787f52017caac6e160cd1226a3694e0efdd4be8a28013a5f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e82294926f962d7ea6fe614ac05794cf4995e848ef09c1fece337dd62a7c3f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:f5867a6b5c6b730e6a0f5649a79d97c21ceb75bac5065380e2d412e154341178_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7b0756104016ca03177a2ec32739d8845bdfffe5323b327ae816589f21962f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7cc10b78251a0b1bfe76af67b2362d3f23613142bd33994a53b7d64c2e34d8cb_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:a1301b098696bbde8094067be1905e71028f2a1e1844af3b9a98872a672fea93_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6342cb649629364a40f49c73196410f82643d2a281788953bde0d8486aeccd00_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ba41252fc409e022966bf18040deba7f4a06ff54f86c231cc07867a2f21b6523_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bc3421bd3f9f21ebf3511b91bcee2a1d2ed574cc8f75718f0f756482af78d2fb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:fc34b504bcdeb77f9ffc3a271d99515c2a4dc8f1c11ca40fc07b6613812bdf58_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:77d3c24f55997958dba201fcc6cfb2a500fc44317ad66c234fc2c2b02cd89fb0_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7bd68eaa93b9720ba4d843a67d4aa73e82d431312250b8c4a3e92d4a8f9a3062_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:9dcc19c404b3b9ce0afc363f565d3f5c797a0486031cee23619dc38d9eab391c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1cf0c241cc8838b016282c4f742a9d420561b660e16eb03734590df05be5d18a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6bc9b8a4c85fa4323e4df0a2ab00a1fecfaea9c6582e77fcacbf1fa9af012ebb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7e42a80006e482e26b828c689d4eb838c1cf3de59f1db7724cece80c85f30958_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6f471b80aab998f6d60569bb4951f9e321fd1addebe4ad96f49bbb892ca9538_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:18389875fbd5150ff7fdf4073ba54b70e5cf7efaaa429e1c9f599ccb801ad9a0_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:726d7805c11470a1af8bd47dc5cf7f0836e9d7f85ffb4275468ca53dc7f2f1c3_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:ad41ce115db6b5176f2292c9964c9696ca725113090f1a9dc9bf839c62c0643f_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:d7cdd6bd2d3e8b5f5f28d9021070b23ac6646a7f5b4369da34d9a7bc9e2043e6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:5aa53850fbb0b16ad92c1dcd6227e7f1cff05e589c9056632414538d28183381_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:a1d995304011a051eebccca1d3f76c4e88c140de3e59760b956c32b8aba7809e_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:ccc33cdbbd4ec7f94a3ff46ea02c74ce2af58a19be63e489c63f49ea001dcb18_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4df1d094208fb10e4cacf2e19aed26c00367fabdff08dfc7c71b8854c76e22c0_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:919e13c15f5b39c80bf725c643f2c577f8316ad16d0dd83fff4c365156ea5e23_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e7d39f7857213284b59148b9ea04e8dc67df12d5389ffb4fb585425272470a5a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:2596400c992752fe543a4e66160f46f870c601e931d46684fbec21bcb30d8ae4_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9f43d5cfa8cb58807f9b2c0c21f6007972541449cd55e949f54f19066cf6e5ed_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bd3f394dfa1f711912be961080624710b363b7c5c9c259c69614ce365f8f77e4_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cf7cff2bbf391af745c3d48865825d6c5584df5acc4dfd09f8dafca6d4622623_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3f2aaf862a9a77707f3712aaabb6cb6eda16a56a693d1ffd3c676e79eb788d91_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:d70ebc82f9ada555b2012c4752d0de8890e6535b17b221581401defc8d03baea_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:db3f0cfc81cbd00eaba341f3d8924e335147e258c3181fa319e34646f5aec5cb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f59104c56a4af5c9e78b4fcaad0da3595a2c5e55a36606ea8d4f9f0ed5d813e8_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:400ea5db71be151c8d36944ecf6f11045de54d42d56318a601614d022fb3c156_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:b59c062f82c3e77a060c2ffbfc56408c8dde2bfb4b5da1b8f97d788f3123a10e_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:dc0bdfb02e39115ec774fb1d7292902f61fb73e9fcd5aff90ab86c1fc8f0f833_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:37197a627aa761ba42dbf5bb91e769824fbb05492280a2bd62117de2ee13d3d3_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:62120d23419e85f2fc75522e118e7128e3aae99b2827bdcfbeed511c4cd5c829_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:859ff4cb71b1f3baff23e4bd2143476c269eff41d44ef8ff163c398fb242b17a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a5b321affa939fc5b14c7a20f599fa71b80aa64620c2b5ff03703cee07cf4606_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:09a15ea2da78ae819b5e78270a932206a849ed1142534933b055c3e247955c92_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:33c4e1967eae1f9cef3abc5228929dddbdc803eb042e8eaea6c61c31b5c463bf_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:8af4ccf39810a0a5e0543705632b2bc53f2e18c4478f4a0ccbbe60f2388eb214_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e0e9ae74d89ee53c7172d1fa8f0ff5bd35f9c242b139ce428bbec05b8122774a_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:113005e1cb7d573d8df119d075a6a8f7036157e72a4e022918dde9e1bf26794c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:61c4953a881194a3721abe3606135e8998e5a8680eb994fdd8dacb6f6172531f_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:bddbd2ed3177b010de2df7f69ce6d36afca3c216d62b75fe34983a600102b6ef_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f72bf2a3c0b0f68c1af60a5271c602811920b4e252a4f897b9682094f884e5db_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:049dd1a7ba5ba3139adf0080d6308f2f9cc8a2c5107a4bb21cfc2666f17745bd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:9e6e30483c87bd06d0a4c632fe71458130a03296cf45afc3bcab28d032ea5c61_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ce99ba471cec870a07af65ebe91906328f05cf24347a2ac18d6001f97149bc14_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ee11c555bb625609b807e10b7412d0de2b0def555e611e074cb17643ce53df05_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:28e471544609150a052f866cd1a8adbe4af3a80e2a5c5f093a0de5178a93f91b_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5a8aab0d45ff44274c7331a55229c261ea3ce3ca9368f8dd285c6168e4ac9e4b_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b6302dd39abd5628d6e262536ceb07e045569cf519ef15e33fea071defde2eb7_amd64"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:2ca2d0a10f44632d5d46c34598799acded803875c7374e57958c102704c0aa8e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:a81b595293533e51961d2855f3539dcbcdf634a3cb1877cca96de6f662bf4970_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:6da9acf1bd9fcf0958bedd3962bd63eb9e28aa7abc201427f8138330913d8fac_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:4237b99289fe2e2a9da4ee0ea34c2093ca53d379c7dc5e6f8fb6cb54acc649ed_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:9b1336bd961f91f5570232408dc50733e27100ac2077cc880a99413b119517ea_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e21829f5eb1f9bfa410c106951249adbf9b409b004b0ab1c80e7c61c2ee6f166_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:2704e9b948f6cc5e4fbd54da3c93ba657c7f80e05b88b0dedfbde17e95455927_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:80cc40018d47da8d1d2a84aef55346cd98db4362e2e89a0a340f29c18e5c6276_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:4edc375b6b7b56179a3ec6cd57f0ad4fda42b2530ff070d4c18c966adc23f741_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6368ff64954c72dfa8c12e618198bcf486f7cd94cdd0e817f20185be573ff59e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:33fd6a4faeea4f116b9c4d7f78871c79509de61cbbd63fb92a980b07a5a87f2c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:1970a8bbb49e9851361b5c8ee0bb16692eb29e282449a7d264c1251c47672dd0_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2310ae4eb2fbae0c59fc865e7642dab064e634b1d8274ffad0b506d71fe89cb3_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-22T14:47:09+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/4.18/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf",
"product_ids": [
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:047ba8340fc2c3e48707c1a1e81c8baad69082dd4da8c22d866b22906e02d309_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:076223f73aad6629a9a7846d94cff4a0a1b67bca585f93820d4640e67e903987_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:401d933317294c4c3a284001a44a38ea5c46afe94a3c61bd0296f86cb963ed1d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:5a49211ab0598aa2e4a1589062dc9da1df5c56c18d3b184357f060736b009aa6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:3d88ce93846d86607cb2a9ea3c0360c4adf63f9b0df3258dc08af5f6ac01207c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:5d4bc3b8907f38bdaeaf9a1c12e0955a81021147b87e7203e94471356065df0a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:b40c503ee411a75d143bcb6497f35a4345839f1cbb9347f9eec038c414c79e96_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:05c3a2e3422dee2f038c3ebd2e1a13e8a5c67281aacfc8bf02c8699133ce04f5_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:968718cebe5204174fc2c507134429ed4d8e101b4988882a5c13ba7c5a9f9dae_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:f551154d140fcfd3cfa09b5b36b42adc7d493036ff01f472684e66dad207448e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5bd92751f13b4cba2fdb6a65825464b7a2d1f526f918ee9704c168dccebb40a7_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b07ed290d3609284787f52017caac6e160cd1226a3694e0efdd4be8a28013a5f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e82294926f962d7ea6fe614ac05794cf4995e848ef09c1fece337dd62a7c3f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:f5867a6b5c6b730e6a0f5649a79d97c21ceb75bac5065380e2d412e154341178_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7b0756104016ca03177a2ec32739d8845bdfffe5323b327ae816589f21962f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7cc10b78251a0b1bfe76af67b2362d3f23613142bd33994a53b7d64c2e34d8cb_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:a1301b098696bbde8094067be1905e71028f2a1e1844af3b9a98872a672fea93_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6342cb649629364a40f49c73196410f82643d2a281788953bde0d8486aeccd00_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ba41252fc409e022966bf18040deba7f4a06ff54f86c231cc07867a2f21b6523_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bc3421bd3f9f21ebf3511b91bcee2a1d2ed574cc8f75718f0f756482af78d2fb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:fc34b504bcdeb77f9ffc3a271d99515c2a4dc8f1c11ca40fc07b6613812bdf58_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:77d3c24f55997958dba201fcc6cfb2a500fc44317ad66c234fc2c2b02cd89fb0_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7bd68eaa93b9720ba4d843a67d4aa73e82d431312250b8c4a3e92d4a8f9a3062_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:9dcc19c404b3b9ce0afc363f565d3f5c797a0486031cee23619dc38d9eab391c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1cf0c241cc8838b016282c4f742a9d420561b660e16eb03734590df05be5d18a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6bc9b8a4c85fa4323e4df0a2ab00a1fecfaea9c6582e77fcacbf1fa9af012ebb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7e42a80006e482e26b828c689d4eb838c1cf3de59f1db7724cece80c85f30958_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6f471b80aab998f6d60569bb4951f9e321fd1addebe4ad96f49bbb892ca9538_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:18389875fbd5150ff7fdf4073ba54b70e5cf7efaaa429e1c9f599ccb801ad9a0_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:726d7805c11470a1af8bd47dc5cf7f0836e9d7f85ffb4275468ca53dc7f2f1c3_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:ad41ce115db6b5176f2292c9964c9696ca725113090f1a9dc9bf839c62c0643f_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:d7cdd6bd2d3e8b5f5f28d9021070b23ac6646a7f5b4369da34d9a7bc9e2043e6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:5aa53850fbb0b16ad92c1dcd6227e7f1cff05e589c9056632414538d28183381_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:a1d995304011a051eebccca1d3f76c4e88c140de3e59760b956c32b8aba7809e_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:ccc33cdbbd4ec7f94a3ff46ea02c74ce2af58a19be63e489c63f49ea001dcb18_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4df1d094208fb10e4cacf2e19aed26c00367fabdff08dfc7c71b8854c76e22c0_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:919e13c15f5b39c80bf725c643f2c577f8316ad16d0dd83fff4c365156ea5e23_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e7d39f7857213284b59148b9ea04e8dc67df12d5389ffb4fb585425272470a5a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:2596400c992752fe543a4e66160f46f870c601e931d46684fbec21bcb30d8ae4_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9f43d5cfa8cb58807f9b2c0c21f6007972541449cd55e949f54f19066cf6e5ed_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bd3f394dfa1f711912be961080624710b363b7c5c9c259c69614ce365f8f77e4_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cf7cff2bbf391af745c3d48865825d6c5584df5acc4dfd09f8dafca6d4622623_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3f2aaf862a9a77707f3712aaabb6cb6eda16a56a693d1ffd3c676e79eb788d91_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:d70ebc82f9ada555b2012c4752d0de8890e6535b17b221581401defc8d03baea_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:db3f0cfc81cbd00eaba341f3d8924e335147e258c3181fa319e34646f5aec5cb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f59104c56a4af5c9e78b4fcaad0da3595a2c5e55a36606ea8d4f9f0ed5d813e8_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:400ea5db71be151c8d36944ecf6f11045de54d42d56318a601614d022fb3c156_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:b59c062f82c3e77a060c2ffbfc56408c8dde2bfb4b5da1b8f97d788f3123a10e_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:dc0bdfb02e39115ec774fb1d7292902f61fb73e9fcd5aff90ab86c1fc8f0f833_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:37197a627aa761ba42dbf5bb91e769824fbb05492280a2bd62117de2ee13d3d3_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:62120d23419e85f2fc75522e118e7128e3aae99b2827bdcfbeed511c4cd5c829_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:859ff4cb71b1f3baff23e4bd2143476c269eff41d44ef8ff163c398fb242b17a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a5b321affa939fc5b14c7a20f599fa71b80aa64620c2b5ff03703cee07cf4606_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:09a15ea2da78ae819b5e78270a932206a849ed1142534933b055c3e247955c92_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:33c4e1967eae1f9cef3abc5228929dddbdc803eb042e8eaea6c61c31b5c463bf_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:8af4ccf39810a0a5e0543705632b2bc53f2e18c4478f4a0ccbbe60f2388eb214_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e0e9ae74d89ee53c7172d1fa8f0ff5bd35f9c242b139ce428bbec05b8122774a_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:113005e1cb7d573d8df119d075a6a8f7036157e72a4e022918dde9e1bf26794c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:61c4953a881194a3721abe3606135e8998e5a8680eb994fdd8dacb6f6172531f_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:bddbd2ed3177b010de2df7f69ce6d36afca3c216d62b75fe34983a600102b6ef_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f72bf2a3c0b0f68c1af60a5271c602811920b4e252a4f897b9682094f884e5db_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:049dd1a7ba5ba3139adf0080d6308f2f9cc8a2c5107a4bb21cfc2666f17745bd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:9e6e30483c87bd06d0a4c632fe71458130a03296cf45afc3bcab28d032ea5c61_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ce99ba471cec870a07af65ebe91906328f05cf24347a2ac18d6001f97149bc14_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ee11c555bb625609b807e10b7412d0de2b0def555e611e074cb17643ce53df05_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:28e471544609150a052f866cd1a8adbe4af3a80e2a5c5f093a0de5178a93f91b_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5a8aab0d45ff44274c7331a55229c261ea3ce3ca9368f8dd285c6168e4ac9e4b_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b6302dd39abd5628d6e262536ceb07e045569cf519ef15e33fea071defde2eb7_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23916"
}
],
"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 Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:2ca2d0a10f44632d5d46c34598799acded803875c7374e57958c102704c0aa8e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:047ba8340fc2c3e48707c1a1e81c8baad69082dd4da8c22d866b22906e02d309_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:076223f73aad6629a9a7846d94cff4a0a1b67bca585f93820d4640e67e903987_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:401d933317294c4c3a284001a44a38ea5c46afe94a3c61bd0296f86cb963ed1d_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:5a49211ab0598aa2e4a1589062dc9da1df5c56c18d3b184357f060736b009aa6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:3d88ce93846d86607cb2a9ea3c0360c4adf63f9b0df3258dc08af5f6ac01207c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:5d4bc3b8907f38bdaeaf9a1c12e0955a81021147b87e7203e94471356065df0a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/cephcsi-rhel9@sha256:b40c503ee411a75d143bcb6497f35a4345839f1cbb9347f9eec038c414c79e96_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:05c3a2e3422dee2f038c3ebd2e1a13e8a5c67281aacfc8bf02c8699133ce04f5_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:968718cebe5204174fc2c507134429ed4d8e101b4988882a5c13ba7c5a9f9dae_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-core-rhel9@sha256:f551154d140fcfd3cfa09b5b36b42adc7d493036ff01f472684e66dad207448e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-operator-bundle@sha256:a81b595293533e51961d2855f3539dcbcdf634a3cb1877cca96de6f662bf4970_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5bd92751f13b4cba2fdb6a65825464b7a2d1f526f918ee9704c168dccebb40a7_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:b07ed290d3609284787f52017caac6e160cd1226a3694e0efdd4be8a28013a5f_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:e82294926f962d7ea6fe614ac05794cf4995e848ef09c1fece337dd62a7c3f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:f5867a6b5c6b730e6a0f5649a79d97c21ceb75bac5065380e2d412e154341178_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7b0756104016ca03177a2ec32739d8845bdfffe5323b327ae816589f21962f17_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:7cc10b78251a0b1bfe76af67b2362d3f23613142bd33994a53b7d64c2e34d8cb_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:a1301b098696bbde8094067be1905e71028f2a1e1844af3b9a98872a672fea93_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:6da9acf1bd9fcf0958bedd3962bd63eb9e28aa7abc201427f8138330913d8fac_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:6342cb649629364a40f49c73196410f82643d2a281788953bde0d8486aeccd00_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:ba41252fc409e022966bf18040deba7f4a06ff54f86c231cc07867a2f21b6523_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:bc3421bd3f9f21ebf3511b91bcee2a1d2ed574cc8f75718f0f756482af78d2fb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:fc34b504bcdeb77f9ffc3a271d99515c2a4dc8f1c11ca40fc07b6613812bdf58_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:77d3c24f55997958dba201fcc6cfb2a500fc44317ad66c234fc2c2b02cd89fb0_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:7bd68eaa93b9720ba4d843a67d4aa73e82d431312250b8c4a3e92d4a8f9a3062_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:9dcc19c404b3b9ce0afc363f565d3f5c797a0486031cee23619dc38d9eab391c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-operator-bundle@sha256:4237b99289fe2e2a9da4ee0ea34c2093ca53d379c7dc5e6f8fb6cb54acc649ed_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:1cf0c241cc8838b016282c4f742a9d420561b660e16eb03734590df05be5d18a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:6bc9b8a4c85fa4323e4df0a2ab00a1fecfaea9c6582e77fcacbf1fa9af012ebb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:7e42a80006e482e26b828c689d4eb838c1cf3de59f1db7724cece80c85f30958_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6f471b80aab998f6d60569bb4951f9e321fd1addebe4ad96f49bbb892ca9538_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:18389875fbd5150ff7fdf4073ba54b70e5cf7efaaa429e1c9f599ccb801ad9a0_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:726d7805c11470a1af8bd47dc5cf7f0836e9d7f85ffb4275468ca53dc7f2f1c3_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:ad41ce115db6b5176f2292c9964c9696ca725113090f1a9dc9bf839c62c0643f_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cli-rhel9@sha256:d7cdd6bd2d3e8b5f5f28d9021070b23ac6646a7f5b4369da34d9a7bc9e2043e6_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:5aa53850fbb0b16ad92c1dcd6227e7f1cff05e589c9056632414538d28183381_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:a1d995304011a051eebccca1d3f76c4e88c140de3e59760b956c32b8aba7809e_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-console-rhel9@sha256:ccc33cdbbd4ec7f94a3ff46ea02c74ce2af58a19be63e489c63f49ea001dcb18_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:4df1d094208fb10e4cacf2e19aed26c00367fabdff08dfc7c71b8854c76e22c0_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:919e13c15f5b39c80bf725c643f2c577f8316ad16d0dd83fff4c365156ea5e23_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e7d39f7857213284b59148b9ea04e8dc67df12d5389ffb4fb585425272470a5a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:9b1336bd961f91f5570232408dc50733e27100ac2077cc880a99413b119517ea_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:2596400c992752fe543a4e66160f46f870c601e931d46684fbec21bcb30d8ae4_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9f43d5cfa8cb58807f9b2c0c21f6007972541449cd55e949f54f19066cf6e5ed_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:bd3f394dfa1f711912be961080624710b363b7c5c9c259c69614ce365f8f77e4_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:cf7cff2bbf391af745c3d48865825d6c5584df5acc4dfd09f8dafca6d4622623_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3f2aaf862a9a77707f3712aaabb6cb6eda16a56a693d1ffd3c676e79eb788d91_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:d70ebc82f9ada555b2012c4752d0de8890e6535b17b221581401defc8d03baea_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:db3f0cfc81cbd00eaba341f3d8924e335147e258c3181fa319e34646f5aec5cb_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f59104c56a4af5c9e78b4fcaad0da3595a2c5e55a36606ea8d4f9f0ed5d813e8_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:e21829f5eb1f9bfa410c106951249adbf9b409b004b0ab1c80e7c61c2ee6f166_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:400ea5db71be151c8d36944ecf6f11045de54d42d56318a601614d022fb3c156_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:b59c062f82c3e77a060c2ffbfc56408c8dde2bfb4b5da1b8f97d788f3123a10e_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:dc0bdfb02e39115ec774fb1d7292902f61fb73e9fcd5aff90ab86c1fc8f0f833_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:2704e9b948f6cc5e4fbd54da3c93ba657c7f80e05b88b0dedfbde17e95455927_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:37197a627aa761ba42dbf5bb91e769824fbb05492280a2bd62117de2ee13d3d3_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:62120d23419e85f2fc75522e118e7128e3aae99b2827bdcfbeed511c4cd5c829_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:859ff4cb71b1f3baff23e4bd2143476c269eff41d44ef8ff163c398fb242b17a_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:a5b321affa939fc5b14c7a20f599fa71b80aa64620c2b5ff03703cee07cf4606_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:09a15ea2da78ae819b5e78270a932206a849ed1142534933b055c3e247955c92_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:33c4e1967eae1f9cef3abc5228929dddbdc803eb042e8eaea6c61c31b5c463bf_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:8af4ccf39810a0a5e0543705632b2bc53f2e18c4478f4a0ccbbe60f2388eb214_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e0e9ae74d89ee53c7172d1fa8f0ff5bd35f9c242b139ce428bbec05b8122774a_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-operator-bundle@sha256:80cc40018d47da8d1d2a84aef55346cd98db4362e2e89a0a340f29c18e5c6276_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:4edc375b6b7b56179a3ec6cd57f0ad4fda42b2530ff070d4c18c966adc23f741_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:113005e1cb7d573d8df119d075a6a8f7036157e72a4e022918dde9e1bf26794c_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:61c4953a881194a3721abe3606135e8998e5a8680eb994fdd8dacb6f6172531f_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:bddbd2ed3177b010de2df7f69ce6d36afca3c216d62b75fe34983a600102b6ef_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odf-rhel9-operator@sha256:f72bf2a3c0b0f68c1af60a5271c602811920b4e252a4f897b9682094f884e5db_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:6368ff64954c72dfa8c12e618198bcf486f7cd94cdd0e817f20185be573ff59e_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:33fd6a4faeea4f116b9c4d7f78871c79509de61cbbd63fb92a980b07a5a87f2c_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:1970a8bbb49e9851361b5c8ee0bb16692eb29e282449a7d264c1251c47672dd0_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:049dd1a7ba5ba3139adf0080d6308f2f9cc8a2c5107a4bb21cfc2666f17745bd_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:9e6e30483c87bd06d0a4c632fe71458130a03296cf45afc3bcab28d032ea5c61_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ce99ba471cec870a07af65ebe91906328f05cf24347a2ac18d6001f97149bc14_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/odr-rhel9-operator@sha256:ee11c555bb625609b807e10b7412d0de2b0def555e611e074cb17643ce53df05_arm64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2310ae4eb2fbae0c59fc865e7642dab064e634b1d8274ffad0b506d71fe89cb3_amd64",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:28e471544609150a052f866cd1a8adbe4af3a80e2a5c5f093a0de5178a93f91b_s390x",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:5a8aab0d45ff44274c7331a55229c261ea3ce3ca9368f8dd285c6168e4ac9e4b_ppc64le",
"Red Hat Openshift Data Foundation 4.18:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:b6302dd39abd5628d6e262536ceb07e045569cf519ef15e33fea071defde2eb7_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
}
]
}
RHSA-2025:3344
Vulnerability from csaf_redhat - Published: 2025-03-27 15:46 - Updated: 2026-06-20 07:51A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:grafana-0:10.2.6-9.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:grafana-0:10.2.6-9.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:grafana-0:10.2.6-9.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:grafana-0:10.2.6-9.el9_5.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:grafana-0:10.2.6-9.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:grafana-debuginfo-0:10.2.6-9.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:grafana-debuginfo-0:10.2.6-9.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:grafana-debuginfo-0:10.2.6-9.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:grafana-debuginfo-0:10.2.6-9.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:grafana-debugsource-0:10.2.6-9.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:grafana-debugsource-0:10.2.6-9.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:grafana-debugsource-0:10.2.6-9.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:grafana-debugsource-0:10.2.6-9.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:grafana-selinux-0:10.2.6-9.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:grafana-selinux-0:10.2.6-9.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:grafana-selinux-0:10.2.6-9.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:grafana-selinux-0:10.2.6-9.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for grafana is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, InfluxDB \u0026 OpenTSDB. \n\nSecurity Fix(es):\n\n* golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing (CVE-2025-30204)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:3344",
"url": "https://access.redhat.com/errata/RHSA-2025:3344"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3344.json"
}
],
"title": "Red Hat Security Advisory: grafana security update",
"tracking": {
"current_release_date": "2026-06-20T07:51:43+00:00",
"generator": {
"date": "2026-06-20T07:51:43+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2025:3344",
"initial_release_date": "2025-03-27T15:46:43+00:00",
"revision_history": [
{
"date": "2025-03-27T15:46:43+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-03-27T15:46:43+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-20T07:51:43+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:10.2.6-9.el9_5.src",
"product": {
"name": "grafana-0:10.2.6-9.el9_5.src",
"product_id": "grafana-0:10.2.6-9.el9_5.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@10.2.6-9.el9_5?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:10.2.6-9.el9_5.aarch64",
"product": {
"name": "grafana-0:10.2.6-9.el9_5.aarch64",
"product_id": "grafana-0:10.2.6-9.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@10.2.6-9.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:10.2.6-9.el9_5.aarch64",
"product": {
"name": "grafana-selinux-0:10.2.6-9.el9_5.aarch64",
"product_id": "grafana-selinux-0:10.2.6-9.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@10.2.6-9.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:10.2.6-9.el9_5.aarch64",
"product": {
"name": "grafana-debugsource-0:10.2.6-9.el9_5.aarch64",
"product_id": "grafana-debugsource-0:10.2.6-9.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@10.2.6-9.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:10.2.6-9.el9_5.aarch64",
"product": {
"name": "grafana-debuginfo-0:10.2.6-9.el9_5.aarch64",
"product_id": "grafana-debuginfo-0:10.2.6-9.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@10.2.6-9.el9_5?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:10.2.6-9.el9_5.ppc64le",
"product": {
"name": "grafana-0:10.2.6-9.el9_5.ppc64le",
"product_id": "grafana-0:10.2.6-9.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@10.2.6-9.el9_5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:10.2.6-9.el9_5.ppc64le",
"product": {
"name": "grafana-selinux-0:10.2.6-9.el9_5.ppc64le",
"product_id": "grafana-selinux-0:10.2.6-9.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@10.2.6-9.el9_5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:10.2.6-9.el9_5.ppc64le",
"product": {
"name": "grafana-debugsource-0:10.2.6-9.el9_5.ppc64le",
"product_id": "grafana-debugsource-0:10.2.6-9.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@10.2.6-9.el9_5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:10.2.6-9.el9_5.ppc64le",
"product": {
"name": "grafana-debuginfo-0:10.2.6-9.el9_5.ppc64le",
"product_id": "grafana-debuginfo-0:10.2.6-9.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@10.2.6-9.el9_5?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:10.2.6-9.el9_5.x86_64",
"product": {
"name": "grafana-0:10.2.6-9.el9_5.x86_64",
"product_id": "grafana-0:10.2.6-9.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@10.2.6-9.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:10.2.6-9.el9_5.x86_64",
"product": {
"name": "grafana-selinux-0:10.2.6-9.el9_5.x86_64",
"product_id": "grafana-selinux-0:10.2.6-9.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@10.2.6-9.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:10.2.6-9.el9_5.x86_64",
"product": {
"name": "grafana-debugsource-0:10.2.6-9.el9_5.x86_64",
"product_id": "grafana-debugsource-0:10.2.6-9.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@10.2.6-9.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:10.2.6-9.el9_5.x86_64",
"product": {
"name": "grafana-debuginfo-0:10.2.6-9.el9_5.x86_64",
"product_id": "grafana-debuginfo-0:10.2.6-9.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@10.2.6-9.el9_5?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:10.2.6-9.el9_5.s390x",
"product": {
"name": "grafana-0:10.2.6-9.el9_5.s390x",
"product_id": "grafana-0:10.2.6-9.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@10.2.6-9.el9_5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:10.2.6-9.el9_5.s390x",
"product": {
"name": "grafana-selinux-0:10.2.6-9.el9_5.s390x",
"product_id": "grafana-selinux-0:10.2.6-9.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@10.2.6-9.el9_5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:10.2.6-9.el9_5.s390x",
"product": {
"name": "grafana-debugsource-0:10.2.6-9.el9_5.s390x",
"product_id": "grafana-debugsource-0:10.2.6-9.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@10.2.6-9.el9_5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:10.2.6-9.el9_5.s390x",
"product": {
"name": "grafana-debuginfo-0:10.2.6-9.el9_5.s390x",
"product_id": "grafana-debuginfo-0:10.2.6-9.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@10.2.6-9.el9_5?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:10.2.6-9.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:grafana-0:10.2.6-9.el9_5.aarch64"
},
"product_reference": "grafana-0:10.2.6-9.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:10.2.6-9.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:grafana-0:10.2.6-9.el9_5.ppc64le"
},
"product_reference": "grafana-0:10.2.6-9.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:10.2.6-9.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:grafana-0:10.2.6-9.el9_5.s390x"
},
"product_reference": "grafana-0:10.2.6-9.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:10.2.6-9.el9_5.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:grafana-0:10.2.6-9.el9_5.src"
},
"product_reference": "grafana-0:10.2.6-9.el9_5.src",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:10.2.6-9.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:grafana-0:10.2.6-9.el9_5.x86_64"
},
"product_reference": "grafana-0:10.2.6-9.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:10.2.6-9.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:grafana-debuginfo-0:10.2.6-9.el9_5.aarch64"
},
"product_reference": "grafana-debuginfo-0:10.2.6-9.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:10.2.6-9.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:grafana-debuginfo-0:10.2.6-9.el9_5.ppc64le"
},
"product_reference": "grafana-debuginfo-0:10.2.6-9.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:10.2.6-9.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:grafana-debuginfo-0:10.2.6-9.el9_5.s390x"
},
"product_reference": "grafana-debuginfo-0:10.2.6-9.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:10.2.6-9.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:grafana-debuginfo-0:10.2.6-9.el9_5.x86_64"
},
"product_reference": "grafana-debuginfo-0:10.2.6-9.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:10.2.6-9.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:grafana-debugsource-0:10.2.6-9.el9_5.aarch64"
},
"product_reference": "grafana-debugsource-0:10.2.6-9.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:10.2.6-9.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:grafana-debugsource-0:10.2.6-9.el9_5.ppc64le"
},
"product_reference": "grafana-debugsource-0:10.2.6-9.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:10.2.6-9.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:grafana-debugsource-0:10.2.6-9.el9_5.s390x"
},
"product_reference": "grafana-debugsource-0:10.2.6-9.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:10.2.6-9.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:grafana-debugsource-0:10.2.6-9.el9_5.x86_64"
},
"product_reference": "grafana-debugsource-0:10.2.6-9.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:10.2.6-9.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:grafana-selinux-0:10.2.6-9.el9_5.aarch64"
},
"product_reference": "grafana-selinux-0:10.2.6-9.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:10.2.6-9.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:grafana-selinux-0:10.2.6-9.el9_5.ppc64le"
},
"product_reference": "grafana-selinux-0:10.2.6-9.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:10.2.6-9.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:grafana-selinux-0:10.2.6-9.el9_5.s390x"
},
"product_reference": "grafana-selinux-0:10.2.6-9.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:10.2.6-9.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:grafana-selinux-0:10.2.6-9.el9_5.x86_64"
},
"product_reference": "grafana-selinux-0:10.2.6-9.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.5.0.Z.MAIN:grafana-0:10.2.6-9.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:grafana-0:10.2.6-9.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:grafana-0:10.2.6-9.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:grafana-0:10.2.6-9.el9_5.src",
"AppStream-9.5.0.Z.MAIN:grafana-0:10.2.6-9.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:grafana-debuginfo-0:10.2.6-9.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:grafana-debuginfo-0:10.2.6-9.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:grafana-debuginfo-0:10.2.6-9.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:grafana-debuginfo-0:10.2.6-9.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:grafana-debugsource-0:10.2.6-9.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:grafana-debugsource-0:10.2.6-9.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:grafana-debugsource-0:10.2.6-9.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:grafana-debugsource-0:10.2.6-9.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:grafana-selinux-0:10.2.6-9.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:grafana-selinux-0:10.2.6-9.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:grafana-selinux-0:10.2.6-9.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:grafana-selinux-0:10.2.6-9.el9_5.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-27T15:46:43+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.5.0.Z.MAIN:grafana-0:10.2.6-9.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:grafana-0:10.2.6-9.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:grafana-0:10.2.6-9.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:grafana-0:10.2.6-9.el9_5.src",
"AppStream-9.5.0.Z.MAIN:grafana-0:10.2.6-9.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:grafana-debuginfo-0:10.2.6-9.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:grafana-debuginfo-0:10.2.6-9.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:grafana-debuginfo-0:10.2.6-9.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:grafana-debuginfo-0:10.2.6-9.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:grafana-debugsource-0:10.2.6-9.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:grafana-debugsource-0:10.2.6-9.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:grafana-debugsource-0:10.2.6-9.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:grafana-debugsource-0:10.2.6-9.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:grafana-selinux-0:10.2.6-9.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:grafana-selinux-0:10.2.6-9.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:grafana-selinux-0:10.2.6-9.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:grafana-selinux-0:10.2.6-9.el9_5.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3344"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"AppStream-9.5.0.Z.MAIN:grafana-0:10.2.6-9.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:grafana-0:10.2.6-9.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:grafana-0:10.2.6-9.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:grafana-0:10.2.6-9.el9_5.src",
"AppStream-9.5.0.Z.MAIN:grafana-0:10.2.6-9.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:grafana-debuginfo-0:10.2.6-9.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:grafana-debuginfo-0:10.2.6-9.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:grafana-debuginfo-0:10.2.6-9.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:grafana-debuginfo-0:10.2.6-9.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:grafana-debugsource-0:10.2.6-9.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:grafana-debugsource-0:10.2.6-9.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:grafana-debugsource-0:10.2.6-9.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:grafana-debugsource-0:10.2.6-9.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:grafana-selinux-0:10.2.6-9.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:grafana-selinux-0:10.2.6-9.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:grafana-selinux-0:10.2.6-9.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:grafana-selinux-0:10.2.6-9.el9_5.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.5.0.Z.MAIN:grafana-0:10.2.6-9.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:grafana-0:10.2.6-9.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:grafana-0:10.2.6-9.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:grafana-0:10.2.6-9.el9_5.src",
"AppStream-9.5.0.Z.MAIN:grafana-0:10.2.6-9.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:grafana-debuginfo-0:10.2.6-9.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:grafana-debuginfo-0:10.2.6-9.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:grafana-debuginfo-0:10.2.6-9.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:grafana-debuginfo-0:10.2.6-9.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:grafana-debugsource-0:10.2.6-9.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:grafana-debugsource-0:10.2.6-9.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:grafana-debugsource-0:10.2.6-9.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:grafana-debugsource-0:10.2.6-9.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:grafana-selinux-0:10.2.6-9.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:grafana-selinux-0:10.2.6-9.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:grafana-selinux-0:10.2.6-9.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:grafana-selinux-0:10.2.6-9.el9_5.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
RHSA-2025:3411
Vulnerability from csaf_redhat - Published: 2025-03-31 14:36 - Updated: 2026-06-20 07:51A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:opentelemetry-collector-0:0.107.0-10.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:opentelemetry-collector-0:0.107.0-10.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:opentelemetry-collector-0:0.107.0-10.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:opentelemetry-collector-0:0.107.0-10.el9_5.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:opentelemetry-collector-0:0.107.0-10.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for opentelemetry-collector is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Collector with the supported components for a Red Hat build of OpenTelemetry\n\nSecurity Fix(es):\n\n* golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing (CVE-2025-30204)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:3411",
"url": "https://access.redhat.com/errata/RHSA-2025:3411"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3411.json"
}
],
"title": "Red Hat Security Advisory: opentelemetry-collector security update",
"tracking": {
"current_release_date": "2026-06-20T07:51:44+00:00",
"generator": {
"date": "2026-06-20T07:51:44+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2025:3411",
"initial_release_date": "2025-03-31T14:36:15+00:00",
"revision_history": [
{
"date": "2025-03-31T14:36:15+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-03-31T14:36:15+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-20T07:51:44+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "opentelemetry-collector-0:0.107.0-10.el9_5.src",
"product": {
"name": "opentelemetry-collector-0:0.107.0-10.el9_5.src",
"product_id": "opentelemetry-collector-0:0.107.0-10.el9_5.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/opentelemetry-collector@0.107.0-10.el9_5?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "opentelemetry-collector-0:0.107.0-10.el9_5.aarch64",
"product": {
"name": "opentelemetry-collector-0:0.107.0-10.el9_5.aarch64",
"product_id": "opentelemetry-collector-0:0.107.0-10.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/opentelemetry-collector@0.107.0-10.el9_5?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "opentelemetry-collector-0:0.107.0-10.el9_5.ppc64le",
"product": {
"name": "opentelemetry-collector-0:0.107.0-10.el9_5.ppc64le",
"product_id": "opentelemetry-collector-0:0.107.0-10.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/opentelemetry-collector@0.107.0-10.el9_5?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "opentelemetry-collector-0:0.107.0-10.el9_5.x86_64",
"product": {
"name": "opentelemetry-collector-0:0.107.0-10.el9_5.x86_64",
"product_id": "opentelemetry-collector-0:0.107.0-10.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/opentelemetry-collector@0.107.0-10.el9_5?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "opentelemetry-collector-0:0.107.0-10.el9_5.s390x",
"product": {
"name": "opentelemetry-collector-0:0.107.0-10.el9_5.s390x",
"product_id": "opentelemetry-collector-0:0.107.0-10.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/opentelemetry-collector@0.107.0-10.el9_5?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "opentelemetry-collector-0:0.107.0-10.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:opentelemetry-collector-0:0.107.0-10.el9_5.aarch64"
},
"product_reference": "opentelemetry-collector-0:0.107.0-10.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opentelemetry-collector-0:0.107.0-10.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:opentelemetry-collector-0:0.107.0-10.el9_5.ppc64le"
},
"product_reference": "opentelemetry-collector-0:0.107.0-10.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opentelemetry-collector-0:0.107.0-10.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:opentelemetry-collector-0:0.107.0-10.el9_5.s390x"
},
"product_reference": "opentelemetry-collector-0:0.107.0-10.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opentelemetry-collector-0:0.107.0-10.el9_5.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:opentelemetry-collector-0:0.107.0-10.el9_5.src"
},
"product_reference": "opentelemetry-collector-0:0.107.0-10.el9_5.src",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opentelemetry-collector-0:0.107.0-10.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:opentelemetry-collector-0:0.107.0-10.el9_5.x86_64"
},
"product_reference": "opentelemetry-collector-0:0.107.0-10.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.5.0.Z.MAIN:opentelemetry-collector-0:0.107.0-10.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:opentelemetry-collector-0:0.107.0-10.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:opentelemetry-collector-0:0.107.0-10.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:opentelemetry-collector-0:0.107.0-10.el9_5.src",
"AppStream-9.5.0.Z.MAIN:opentelemetry-collector-0:0.107.0-10.el9_5.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-31T14:36:15+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.5.0.Z.MAIN:opentelemetry-collector-0:0.107.0-10.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:opentelemetry-collector-0:0.107.0-10.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:opentelemetry-collector-0:0.107.0-10.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:opentelemetry-collector-0:0.107.0-10.el9_5.src",
"AppStream-9.5.0.Z.MAIN:opentelemetry-collector-0:0.107.0-10.el9_5.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3411"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"AppStream-9.5.0.Z.MAIN:opentelemetry-collector-0:0.107.0-10.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:opentelemetry-collector-0:0.107.0-10.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:opentelemetry-collector-0:0.107.0-10.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:opentelemetry-collector-0:0.107.0-10.el9_5.src",
"AppStream-9.5.0.Z.MAIN:opentelemetry-collector-0:0.107.0-10.el9_5.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.5.0.Z.MAIN:opentelemetry-collector-0:0.107.0-10.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:opentelemetry-collector-0:0.107.0-10.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:opentelemetry-collector-0:0.107.0-10.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:opentelemetry-collector-0:0.107.0-10.el9_5.src",
"AppStream-9.5.0.Z.MAIN:opentelemetry-collector-0:0.107.0-10.el9_5.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
RHSA-2025:3503
Vulnerability from csaf_redhat - Published: 2025-04-02 04:03 - Updated: 2026-06-20 07:51A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, ".")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:12a06a8e0d5d382c26d38c483c4f78e1a51d6ad3d79dff1639bec6a622a09d52_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:428c822edc825eb2edc7ca3c2228f445aacbe5f997bc7bd681e2af3c5a386c88_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:157664280b02da4cdde98df786cc27abb3aded584e5a03cbd4bd3784203c4706_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:173716b149b7457f165166ce40f894be7d3fecb11460202cbce52040e5409c35_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:54ffe77a5bf806e7be3ee1a8d72e68057d77a249065dc2462a2bbf559827ea92_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:8e3df4dd75a6aafc343aef028698d53e698993d19402d0d355f80d5018bff762_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:c255654c653c29e80cf9c10c7e473cb151f39d94290f944475f19a12ef1c39ec_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:eb034cbcb54c54ef37dfad635f17182bcd3dc74b79690b116fdc24e4249e8ecb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:7a4da133dceabc42a411e70d35af99988c2bf1e76f7f44291105f16b561f344e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:8306aa3360d707d0cc3e070e1f924145331a350991a4b130d48d7f9089313ed9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-ose-oauth-proxy-rhel9@sha256:1cbdcaff07fcfe25c14191d2d585e2379369dff38ea22d85c85cb7e0219941af_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-ose-oauth-proxy-rhel9@sha256:3552d84395e741d3c3d808734efc4d1a1d539785a4a8f38697cb0060a471833d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:ccfe79e9225349ba158b6286d9e61f78ea80cb07433c4b691c976ce40debd002_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:fa94f80fd26e0664bfa343018888c90c86290290b519c0e0b2c7dccc869c3a33_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:a1e0e21641dac4d48017d0e766a2fa42b502dffeb6df3548eb464e785ec48b6a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:a4c71fd908b5933b74aab3ee1747223d3ec8313a73b14dfe589411dfca41453c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:2bb5b9eaeeff2f2d8c37390c84ede1133d50e11610b65586f68776897e13357d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:e9fe9919dd3f96580ab42b92f317cbc6f32229c38b77d566319feeb79dcd5f13_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:16552269a995975755cb616f21896388f7565125323ffb59d4b3f1faf0e45874_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:6918d6472c06b73ce99c6f2892501c9119e0d0edceefd2202d884bda8bb82595_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:1fe4428a9048c8257b28a748fe72f20fba5adc02f5fa6c017f7472dff83b2f26_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:437080e91c3dbcb4f6c91bc03613dc33b65ed42b20923464c4ddc634d95be8df_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:12a06a8e0d5d382c26d38c483c4f78e1a51d6ad3d79dff1639bec6a622a09d52_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:428c822edc825eb2edc7ca3c2228f445aacbe5f997bc7bd681e2af3c5a386c88_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:157664280b02da4cdde98df786cc27abb3aded584e5a03cbd4bd3784203c4706_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:173716b149b7457f165166ce40f894be7d3fecb11460202cbce52040e5409c35_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:54ffe77a5bf806e7be3ee1a8d72e68057d77a249065dc2462a2bbf559827ea92_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:8e3df4dd75a6aafc343aef028698d53e698993d19402d0d355f80d5018bff762_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:c255654c653c29e80cf9c10c7e473cb151f39d94290f944475f19a12ef1c39ec_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:eb034cbcb54c54ef37dfad635f17182bcd3dc74b79690b116fdc24e4249e8ecb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:7a4da133dceabc42a411e70d35af99988c2bf1e76f7f44291105f16b561f344e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:8306aa3360d707d0cc3e070e1f924145331a350991a4b130d48d7f9089313ed9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-ose-oauth-proxy-rhel9@sha256:1cbdcaff07fcfe25c14191d2d585e2379369dff38ea22d85c85cb7e0219941af_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-ose-oauth-proxy-rhel9@sha256:3552d84395e741d3c3d808734efc4d1a1d539785a4a8f38697cb0060a471833d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:ccfe79e9225349ba158b6286d9e61f78ea80cb07433c4b691c976ce40debd002_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:fa94f80fd26e0664bfa343018888c90c86290290b519c0e0b2c7dccc869c3a33_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:a1e0e21641dac4d48017d0e766a2fa42b502dffeb6df3548eb464e785ec48b6a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:a4c71fd908b5933b74aab3ee1747223d3ec8313a73b14dfe589411dfca41453c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:2bb5b9eaeeff2f2d8c37390c84ede1133d50e11610b65586f68776897e13357d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:e9fe9919dd3f96580ab42b92f317cbc6f32229c38b77d566319feeb79dcd5f13_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:16552269a995975755cb616f21896388f7565125323ffb59d4b3f1faf0e45874_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:6918d6472c06b73ce99c6f2892501c9119e0d0edceefd2202d884bda8bb82595_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:1fe4428a9048c8257b28a748fe72f20fba5adc02f5fa6c017f7472dff83b2f26_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:437080e91c3dbcb4f6c91bc03613dc33b65ed42b20923464c4ddc634d95be8df_amd64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update is now available for the Red Hat build of Cryostat 4 on RHEL 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "An update is now available for the Red Hat build of Cryostat 4 on RHEL 9.\n\nSecurity Fix(es):\n\n* golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws (CVE-2025-22868)\n* golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing (CVE-2025-30204)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:3503",
"url": "https://access.redhat.com/errata/RHSA-2025:3503"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3503.json"
}
],
"title": "Red Hat Security Advisory: Red Hat build of Cryostat security update",
"tracking": {
"current_release_date": "2026-06-20T07:51:47+00:00",
"generator": {
"date": "2026-06-20T07:51:47+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2025:3503",
"initial_release_date": "2025-04-02T04:03:14+00:00",
"revision_history": [
{
"date": "2025-04-02T04:03:14+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-04-02T04:03:14+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-20T07:51:47+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Cryostat 4 on RHEL 9",
"product": {
"name": "Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:cryostat:4::el9"
}
}
}
],
"category": "product_family",
"name": "Cryostat"
},
{
"branches": [
{
"category": "product_version",
"name": "cryostat/cryostat-agent-init-rhel9@sha256:12a06a8e0d5d382c26d38c483c4f78e1a51d6ad3d79dff1639bec6a622a09d52_amd64",
"product": {
"name": "cryostat/cryostat-agent-init-rhel9@sha256:12a06a8e0d5d382c26d38c483c4f78e1a51d6ad3d79dff1639bec6a622a09d52_amd64",
"product_id": "cryostat/cryostat-agent-init-rhel9@sha256:12a06a8e0d5d382c26d38c483c4f78e1a51d6ad3d79dff1639bec6a622a09d52_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-agent-init-rhel9@sha256:12a06a8e0d5d382c26d38c483c4f78e1a51d6ad3d79dff1639bec6a622a09d52?arch=amd64\u0026repository_url=registry.redhat.io/cryostat/cryostat-agent-init-rhel9\u0026tag=0.5.0-9"
}
}
},
{
"category": "product_version",
"name": "cryostat/cryostat-db-rhel9@sha256:157664280b02da4cdde98df786cc27abb3aded584e5a03cbd4bd3784203c4706_amd64",
"product": {
"name": "cryostat/cryostat-db-rhel9@sha256:157664280b02da4cdde98df786cc27abb3aded584e5a03cbd4bd3784203c4706_amd64",
"product_id": "cryostat/cryostat-db-rhel9@sha256:157664280b02da4cdde98df786cc27abb3aded584e5a03cbd4bd3784203c4706_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-db-rhel9@sha256:157664280b02da4cdde98df786cc27abb3aded584e5a03cbd4bd3784203c4706?arch=amd64\u0026repository_url=registry.redhat.io/cryostat/cryostat-db-rhel9\u0026tag=4.0.0-10"
}
}
},
{
"category": "product_version",
"name": "cryostat/cryostat-grafana-dashboard-rhel9@sha256:54ffe77a5bf806e7be3ee1a8d72e68057d77a249065dc2462a2bbf559827ea92_amd64",
"product": {
"name": "cryostat/cryostat-grafana-dashboard-rhel9@sha256:54ffe77a5bf806e7be3ee1a8d72e68057d77a249065dc2462a2bbf559827ea92_amd64",
"product_id": "cryostat/cryostat-grafana-dashboard-rhel9@sha256:54ffe77a5bf806e7be3ee1a8d72e68057d77a249065dc2462a2bbf559827ea92_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-grafana-dashboard-rhel9@sha256:54ffe77a5bf806e7be3ee1a8d72e68057d77a249065dc2462a2bbf559827ea92?arch=amd64\u0026repository_url=registry.redhat.io/cryostat/cryostat-grafana-dashboard-rhel9\u0026tag=4.0.0-10"
}
}
},
{
"category": "product_version",
"name": "cryostat/cryostat-openshift-console-plugin-rhel9@sha256:c255654c653c29e80cf9c10c7e473cb151f39d94290f944475f19a12ef1c39ec_amd64",
"product": {
"name": "cryostat/cryostat-openshift-console-plugin-rhel9@sha256:c255654c653c29e80cf9c10c7e473cb151f39d94290f944475f19a12ef1c39ec_amd64",
"product_id": "cryostat/cryostat-openshift-console-plugin-rhel9@sha256:c255654c653c29e80cf9c10c7e473cb151f39d94290f944475f19a12ef1c39ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-openshift-console-plugin-rhel9@sha256:c255654c653c29e80cf9c10c7e473cb151f39d94290f944475f19a12ef1c39ec?arch=amd64\u0026repository_url=registry.redhat.io/cryostat/cryostat-openshift-console-plugin-rhel9\u0026tag=4.0.0-10"
}
}
},
{
"category": "product_version",
"name": "cryostat/cryostat-ose-oauth-proxy-rhel9@sha256:3552d84395e741d3c3d808734efc4d1a1d539785a4a8f38697cb0060a471833d_amd64",
"product": {
"name": "cryostat/cryostat-ose-oauth-proxy-rhel9@sha256:3552d84395e741d3c3d808734efc4d1a1d539785a4a8f38697cb0060a471833d_amd64",
"product_id": "cryostat/cryostat-ose-oauth-proxy-rhel9@sha256:3552d84395e741d3c3d808734efc4d1a1d539785a4a8f38697cb0060a471833d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-ose-oauth-proxy-rhel9@sha256:3552d84395e741d3c3d808734efc4d1a1d539785a4a8f38697cb0060a471833d?arch=amd64\u0026repository_url=registry.redhat.io/cryostat/cryostat-ose-oauth-proxy-rhel9\u0026tag=4.0.0-10"
}
}
},
{
"category": "product_version",
"name": "cryostat/cryostat-reports-rhel9@sha256:ccfe79e9225349ba158b6286d9e61f78ea80cb07433c4b691c976ce40debd002_amd64",
"product": {
"name": "cryostat/cryostat-reports-rhel9@sha256:ccfe79e9225349ba158b6286d9e61f78ea80cb07433c4b691c976ce40debd002_amd64",
"product_id": "cryostat/cryostat-reports-rhel9@sha256:ccfe79e9225349ba158b6286d9e61f78ea80cb07433c4b691c976ce40debd002_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-reports-rhel9@sha256:ccfe79e9225349ba158b6286d9e61f78ea80cb07433c4b691c976ce40debd002?arch=amd64\u0026repository_url=registry.redhat.io/cryostat/cryostat-reports-rhel9\u0026tag=4.0.0-10"
}
}
},
{
"category": "product_version",
"name": "cryostat/cryostat-rhel9@sha256:e9fe9919dd3f96580ab42b92f317cbc6f32229c38b77d566319feeb79dcd5f13_amd64",
"product": {
"name": "cryostat/cryostat-rhel9@sha256:e9fe9919dd3f96580ab42b92f317cbc6f32229c38b77d566319feeb79dcd5f13_amd64",
"product_id": "cryostat/cryostat-rhel9@sha256:e9fe9919dd3f96580ab42b92f317cbc6f32229c38b77d566319feeb79dcd5f13_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-rhel9@sha256:e9fe9919dd3f96580ab42b92f317cbc6f32229c38b77d566319feeb79dcd5f13?arch=amd64\u0026repository_url=registry.redhat.io/cryostat/cryostat-rhel9\u0026tag=4.0.0-10"
}
}
},
{
"category": "product_version",
"name": "cryostat/cryostat-operator-bundle@sha256:8306aa3360d707d0cc3e070e1f924145331a350991a4b130d48d7f9089313ed9_amd64",
"product": {
"name": "cryostat/cryostat-operator-bundle@sha256:8306aa3360d707d0cc3e070e1f924145331a350991a4b130d48d7f9089313ed9_amd64",
"product_id": "cryostat/cryostat-operator-bundle@sha256:8306aa3360d707d0cc3e070e1f924145331a350991a4b130d48d7f9089313ed9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-operator-bundle@sha256:8306aa3360d707d0cc3e070e1f924145331a350991a4b130d48d7f9089313ed9?arch=amd64\u0026repository_url=registry.redhat.io/cryostat/cryostat-operator-bundle\u0026tag=4.0.0-9"
}
}
},
{
"category": "product_version",
"name": "cryostat/cryostat-rhel9-operator@sha256:a1e0e21641dac4d48017d0e766a2fa42b502dffeb6df3548eb464e785ec48b6a_amd64",
"product": {
"name": "cryostat/cryostat-rhel9-operator@sha256:a1e0e21641dac4d48017d0e766a2fa42b502dffeb6df3548eb464e785ec48b6a_amd64",
"product_id": "cryostat/cryostat-rhel9-operator@sha256:a1e0e21641dac4d48017d0e766a2fa42b502dffeb6df3548eb464e785ec48b6a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-rhel9-operator@sha256:a1e0e21641dac4d48017d0e766a2fa42b502dffeb6df3548eb464e785ec48b6a?arch=amd64\u0026repository_url=registry.redhat.io/cryostat/cryostat-rhel9-operator\u0026tag=4.0.0-10"
}
}
},
{
"category": "product_version",
"name": "cryostat/cryostat-storage-rhel9@sha256:6918d6472c06b73ce99c6f2892501c9119e0d0edceefd2202d884bda8bb82595_amd64",
"product": {
"name": "cryostat/cryostat-storage-rhel9@sha256:6918d6472c06b73ce99c6f2892501c9119e0d0edceefd2202d884bda8bb82595_amd64",
"product_id": "cryostat/cryostat-storage-rhel9@sha256:6918d6472c06b73ce99c6f2892501c9119e0d0edceefd2202d884bda8bb82595_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-storage-rhel9@sha256:6918d6472c06b73ce99c6f2892501c9119e0d0edceefd2202d884bda8bb82595?arch=amd64\u0026repository_url=registry.redhat.io/cryostat/cryostat-storage-rhel9\u0026tag=4.0.0-10"
}
}
},
{
"category": "product_version",
"name": "cryostat/jfr-datasource-rhel9@sha256:437080e91c3dbcb4f6c91bc03613dc33b65ed42b20923464c4ddc634d95be8df_amd64",
"product": {
"name": "cryostat/jfr-datasource-rhel9@sha256:437080e91c3dbcb4f6c91bc03613dc33b65ed42b20923464c4ddc634d95be8df_amd64",
"product_id": "cryostat/jfr-datasource-rhel9@sha256:437080e91c3dbcb4f6c91bc03613dc33b65ed42b20923464c4ddc634d95be8df_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jfr-datasource-rhel9@sha256:437080e91c3dbcb4f6c91bc03613dc33b65ed42b20923464c4ddc634d95be8df?arch=amd64\u0026repository_url=registry.redhat.io/cryostat/jfr-datasource-rhel9\u0026tag=4.0.0-10"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "cryostat/cryostat-agent-init-rhel9@sha256:428c822edc825eb2edc7ca3c2228f445aacbe5f997bc7bd681e2af3c5a386c88_arm64",
"product": {
"name": "cryostat/cryostat-agent-init-rhel9@sha256:428c822edc825eb2edc7ca3c2228f445aacbe5f997bc7bd681e2af3c5a386c88_arm64",
"product_id": "cryostat/cryostat-agent-init-rhel9@sha256:428c822edc825eb2edc7ca3c2228f445aacbe5f997bc7bd681e2af3c5a386c88_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-agent-init-rhel9@sha256:428c822edc825eb2edc7ca3c2228f445aacbe5f997bc7bd681e2af3c5a386c88?arch=arm64\u0026repository_url=registry.redhat.io/cryostat/cryostat-agent-init-rhel9\u0026tag=0.5.0-9"
}
}
},
{
"category": "product_version",
"name": "cryostat/cryostat-db-rhel9@sha256:173716b149b7457f165166ce40f894be7d3fecb11460202cbce52040e5409c35_arm64",
"product": {
"name": "cryostat/cryostat-db-rhel9@sha256:173716b149b7457f165166ce40f894be7d3fecb11460202cbce52040e5409c35_arm64",
"product_id": "cryostat/cryostat-db-rhel9@sha256:173716b149b7457f165166ce40f894be7d3fecb11460202cbce52040e5409c35_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-db-rhel9@sha256:173716b149b7457f165166ce40f894be7d3fecb11460202cbce52040e5409c35?arch=arm64\u0026repository_url=registry.redhat.io/cryostat/cryostat-db-rhel9\u0026tag=4.0.0-10"
}
}
},
{
"category": "product_version",
"name": "cryostat/cryostat-grafana-dashboard-rhel9@sha256:8e3df4dd75a6aafc343aef028698d53e698993d19402d0d355f80d5018bff762_arm64",
"product": {
"name": "cryostat/cryostat-grafana-dashboard-rhel9@sha256:8e3df4dd75a6aafc343aef028698d53e698993d19402d0d355f80d5018bff762_arm64",
"product_id": "cryostat/cryostat-grafana-dashboard-rhel9@sha256:8e3df4dd75a6aafc343aef028698d53e698993d19402d0d355f80d5018bff762_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-grafana-dashboard-rhel9@sha256:8e3df4dd75a6aafc343aef028698d53e698993d19402d0d355f80d5018bff762?arch=arm64\u0026repository_url=registry.redhat.io/cryostat/cryostat-grafana-dashboard-rhel9\u0026tag=4.0.0-10"
}
}
},
{
"category": "product_version",
"name": "cryostat/cryostat-openshift-console-plugin-rhel9@sha256:eb034cbcb54c54ef37dfad635f17182bcd3dc74b79690b116fdc24e4249e8ecb_arm64",
"product": {
"name": "cryostat/cryostat-openshift-console-plugin-rhel9@sha256:eb034cbcb54c54ef37dfad635f17182bcd3dc74b79690b116fdc24e4249e8ecb_arm64",
"product_id": "cryostat/cryostat-openshift-console-plugin-rhel9@sha256:eb034cbcb54c54ef37dfad635f17182bcd3dc74b79690b116fdc24e4249e8ecb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-openshift-console-plugin-rhel9@sha256:eb034cbcb54c54ef37dfad635f17182bcd3dc74b79690b116fdc24e4249e8ecb?arch=arm64\u0026repository_url=registry.redhat.io/cryostat/cryostat-openshift-console-plugin-rhel9\u0026tag=4.0.0-10"
}
}
},
{
"category": "product_version",
"name": "cryostat/cryostat-ose-oauth-proxy-rhel9@sha256:1cbdcaff07fcfe25c14191d2d585e2379369dff38ea22d85c85cb7e0219941af_arm64",
"product": {
"name": "cryostat/cryostat-ose-oauth-proxy-rhel9@sha256:1cbdcaff07fcfe25c14191d2d585e2379369dff38ea22d85c85cb7e0219941af_arm64",
"product_id": "cryostat/cryostat-ose-oauth-proxy-rhel9@sha256:1cbdcaff07fcfe25c14191d2d585e2379369dff38ea22d85c85cb7e0219941af_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-ose-oauth-proxy-rhel9@sha256:1cbdcaff07fcfe25c14191d2d585e2379369dff38ea22d85c85cb7e0219941af?arch=arm64\u0026repository_url=registry.redhat.io/cryostat/cryostat-ose-oauth-proxy-rhel9\u0026tag=4.0.0-10"
}
}
},
{
"category": "product_version",
"name": "cryostat/cryostat-reports-rhel9@sha256:fa94f80fd26e0664bfa343018888c90c86290290b519c0e0b2c7dccc869c3a33_arm64",
"product": {
"name": "cryostat/cryostat-reports-rhel9@sha256:fa94f80fd26e0664bfa343018888c90c86290290b519c0e0b2c7dccc869c3a33_arm64",
"product_id": "cryostat/cryostat-reports-rhel9@sha256:fa94f80fd26e0664bfa343018888c90c86290290b519c0e0b2c7dccc869c3a33_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-reports-rhel9@sha256:fa94f80fd26e0664bfa343018888c90c86290290b519c0e0b2c7dccc869c3a33?arch=arm64\u0026repository_url=registry.redhat.io/cryostat/cryostat-reports-rhel9\u0026tag=4.0.0-10"
}
}
},
{
"category": "product_version",
"name": "cryostat/cryostat-rhel9@sha256:2bb5b9eaeeff2f2d8c37390c84ede1133d50e11610b65586f68776897e13357d_arm64",
"product": {
"name": "cryostat/cryostat-rhel9@sha256:2bb5b9eaeeff2f2d8c37390c84ede1133d50e11610b65586f68776897e13357d_arm64",
"product_id": "cryostat/cryostat-rhel9@sha256:2bb5b9eaeeff2f2d8c37390c84ede1133d50e11610b65586f68776897e13357d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-rhel9@sha256:2bb5b9eaeeff2f2d8c37390c84ede1133d50e11610b65586f68776897e13357d?arch=arm64\u0026repository_url=registry.redhat.io/cryostat/cryostat-rhel9\u0026tag=4.0.0-10"
}
}
},
{
"category": "product_version",
"name": "cryostat/cryostat-operator-bundle@sha256:7a4da133dceabc42a411e70d35af99988c2bf1e76f7f44291105f16b561f344e_arm64",
"product": {
"name": "cryostat/cryostat-operator-bundle@sha256:7a4da133dceabc42a411e70d35af99988c2bf1e76f7f44291105f16b561f344e_arm64",
"product_id": "cryostat/cryostat-operator-bundle@sha256:7a4da133dceabc42a411e70d35af99988c2bf1e76f7f44291105f16b561f344e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-operator-bundle@sha256:7a4da133dceabc42a411e70d35af99988c2bf1e76f7f44291105f16b561f344e?arch=arm64\u0026repository_url=registry.redhat.io/cryostat/cryostat-operator-bundle\u0026tag=4.0.0-9"
}
}
},
{
"category": "product_version",
"name": "cryostat/cryostat-rhel9-operator@sha256:a4c71fd908b5933b74aab3ee1747223d3ec8313a73b14dfe589411dfca41453c_arm64",
"product": {
"name": "cryostat/cryostat-rhel9-operator@sha256:a4c71fd908b5933b74aab3ee1747223d3ec8313a73b14dfe589411dfca41453c_arm64",
"product_id": "cryostat/cryostat-rhel9-operator@sha256:a4c71fd908b5933b74aab3ee1747223d3ec8313a73b14dfe589411dfca41453c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-rhel9-operator@sha256:a4c71fd908b5933b74aab3ee1747223d3ec8313a73b14dfe589411dfca41453c?arch=arm64\u0026repository_url=registry.redhat.io/cryostat/cryostat-rhel9-operator\u0026tag=4.0.0-10"
}
}
},
{
"category": "product_version",
"name": "cryostat/cryostat-storage-rhel9@sha256:16552269a995975755cb616f21896388f7565125323ffb59d4b3f1faf0e45874_arm64",
"product": {
"name": "cryostat/cryostat-storage-rhel9@sha256:16552269a995975755cb616f21896388f7565125323ffb59d4b3f1faf0e45874_arm64",
"product_id": "cryostat/cryostat-storage-rhel9@sha256:16552269a995975755cb616f21896388f7565125323ffb59d4b3f1faf0e45874_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-storage-rhel9@sha256:16552269a995975755cb616f21896388f7565125323ffb59d4b3f1faf0e45874?arch=arm64\u0026repository_url=registry.redhat.io/cryostat/cryostat-storage-rhel9\u0026tag=4.0.0-10"
}
}
},
{
"category": "product_version",
"name": "cryostat/jfr-datasource-rhel9@sha256:1fe4428a9048c8257b28a748fe72f20fba5adc02f5fa6c017f7472dff83b2f26_arm64",
"product": {
"name": "cryostat/jfr-datasource-rhel9@sha256:1fe4428a9048c8257b28a748fe72f20fba5adc02f5fa6c017f7472dff83b2f26_arm64",
"product_id": "cryostat/jfr-datasource-rhel9@sha256:1fe4428a9048c8257b28a748fe72f20fba5adc02f5fa6c017f7472dff83b2f26_arm64",
"product_identification_helper": {
"purl": "pkg:oci/jfr-datasource-rhel9@sha256:1fe4428a9048c8257b28a748fe72f20fba5adc02f5fa6c017f7472dff83b2f26?arch=arm64\u0026repository_url=registry.redhat.io/cryostat/jfr-datasource-rhel9\u0026tag=4.0.0-10"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-agent-init-rhel9@sha256:12a06a8e0d5d382c26d38c483c4f78e1a51d6ad3d79dff1639bec6a622a09d52_amd64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:12a06a8e0d5d382c26d38c483c4f78e1a51d6ad3d79dff1639bec6a622a09d52_amd64"
},
"product_reference": "cryostat/cryostat-agent-init-rhel9@sha256:12a06a8e0d5d382c26d38c483c4f78e1a51d6ad3d79dff1639bec6a622a09d52_amd64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-agent-init-rhel9@sha256:428c822edc825eb2edc7ca3c2228f445aacbe5f997bc7bd681e2af3c5a386c88_arm64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:428c822edc825eb2edc7ca3c2228f445aacbe5f997bc7bd681e2af3c5a386c88_arm64"
},
"product_reference": "cryostat/cryostat-agent-init-rhel9@sha256:428c822edc825eb2edc7ca3c2228f445aacbe5f997bc7bd681e2af3c5a386c88_arm64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-db-rhel9@sha256:157664280b02da4cdde98df786cc27abb3aded584e5a03cbd4bd3784203c4706_amd64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:157664280b02da4cdde98df786cc27abb3aded584e5a03cbd4bd3784203c4706_amd64"
},
"product_reference": "cryostat/cryostat-db-rhel9@sha256:157664280b02da4cdde98df786cc27abb3aded584e5a03cbd4bd3784203c4706_amd64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-db-rhel9@sha256:173716b149b7457f165166ce40f894be7d3fecb11460202cbce52040e5409c35_arm64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:173716b149b7457f165166ce40f894be7d3fecb11460202cbce52040e5409c35_arm64"
},
"product_reference": "cryostat/cryostat-db-rhel9@sha256:173716b149b7457f165166ce40f894be7d3fecb11460202cbce52040e5409c35_arm64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-grafana-dashboard-rhel9@sha256:54ffe77a5bf806e7be3ee1a8d72e68057d77a249065dc2462a2bbf559827ea92_amd64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:54ffe77a5bf806e7be3ee1a8d72e68057d77a249065dc2462a2bbf559827ea92_amd64"
},
"product_reference": "cryostat/cryostat-grafana-dashboard-rhel9@sha256:54ffe77a5bf806e7be3ee1a8d72e68057d77a249065dc2462a2bbf559827ea92_amd64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-grafana-dashboard-rhel9@sha256:8e3df4dd75a6aafc343aef028698d53e698993d19402d0d355f80d5018bff762_arm64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:8e3df4dd75a6aafc343aef028698d53e698993d19402d0d355f80d5018bff762_arm64"
},
"product_reference": "cryostat/cryostat-grafana-dashboard-rhel9@sha256:8e3df4dd75a6aafc343aef028698d53e698993d19402d0d355f80d5018bff762_arm64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-openshift-console-plugin-rhel9@sha256:c255654c653c29e80cf9c10c7e473cb151f39d94290f944475f19a12ef1c39ec_amd64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:c255654c653c29e80cf9c10c7e473cb151f39d94290f944475f19a12ef1c39ec_amd64"
},
"product_reference": "cryostat/cryostat-openshift-console-plugin-rhel9@sha256:c255654c653c29e80cf9c10c7e473cb151f39d94290f944475f19a12ef1c39ec_amd64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-openshift-console-plugin-rhel9@sha256:eb034cbcb54c54ef37dfad635f17182bcd3dc74b79690b116fdc24e4249e8ecb_arm64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:eb034cbcb54c54ef37dfad635f17182bcd3dc74b79690b116fdc24e4249e8ecb_arm64"
},
"product_reference": "cryostat/cryostat-openshift-console-plugin-rhel9@sha256:eb034cbcb54c54ef37dfad635f17182bcd3dc74b79690b116fdc24e4249e8ecb_arm64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-operator-bundle@sha256:7a4da133dceabc42a411e70d35af99988c2bf1e76f7f44291105f16b561f344e_arm64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:7a4da133dceabc42a411e70d35af99988c2bf1e76f7f44291105f16b561f344e_arm64"
},
"product_reference": "cryostat/cryostat-operator-bundle@sha256:7a4da133dceabc42a411e70d35af99988c2bf1e76f7f44291105f16b561f344e_arm64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-operator-bundle@sha256:8306aa3360d707d0cc3e070e1f924145331a350991a4b130d48d7f9089313ed9_amd64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:8306aa3360d707d0cc3e070e1f924145331a350991a4b130d48d7f9089313ed9_amd64"
},
"product_reference": "cryostat/cryostat-operator-bundle@sha256:8306aa3360d707d0cc3e070e1f924145331a350991a4b130d48d7f9089313ed9_amd64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-ose-oauth-proxy-rhel9@sha256:1cbdcaff07fcfe25c14191d2d585e2379369dff38ea22d85c85cb7e0219941af_arm64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-ose-oauth-proxy-rhel9@sha256:1cbdcaff07fcfe25c14191d2d585e2379369dff38ea22d85c85cb7e0219941af_arm64"
},
"product_reference": "cryostat/cryostat-ose-oauth-proxy-rhel9@sha256:1cbdcaff07fcfe25c14191d2d585e2379369dff38ea22d85c85cb7e0219941af_arm64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-ose-oauth-proxy-rhel9@sha256:3552d84395e741d3c3d808734efc4d1a1d539785a4a8f38697cb0060a471833d_amd64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-ose-oauth-proxy-rhel9@sha256:3552d84395e741d3c3d808734efc4d1a1d539785a4a8f38697cb0060a471833d_amd64"
},
"product_reference": "cryostat/cryostat-ose-oauth-proxy-rhel9@sha256:3552d84395e741d3c3d808734efc4d1a1d539785a4a8f38697cb0060a471833d_amd64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-reports-rhel9@sha256:ccfe79e9225349ba158b6286d9e61f78ea80cb07433c4b691c976ce40debd002_amd64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:ccfe79e9225349ba158b6286d9e61f78ea80cb07433c4b691c976ce40debd002_amd64"
},
"product_reference": "cryostat/cryostat-reports-rhel9@sha256:ccfe79e9225349ba158b6286d9e61f78ea80cb07433c4b691c976ce40debd002_amd64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-reports-rhel9@sha256:fa94f80fd26e0664bfa343018888c90c86290290b519c0e0b2c7dccc869c3a33_arm64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:fa94f80fd26e0664bfa343018888c90c86290290b519c0e0b2c7dccc869c3a33_arm64"
},
"product_reference": "cryostat/cryostat-reports-rhel9@sha256:fa94f80fd26e0664bfa343018888c90c86290290b519c0e0b2c7dccc869c3a33_arm64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-rhel9-operator@sha256:a1e0e21641dac4d48017d0e766a2fa42b502dffeb6df3548eb464e785ec48b6a_amd64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:a1e0e21641dac4d48017d0e766a2fa42b502dffeb6df3548eb464e785ec48b6a_amd64"
},
"product_reference": "cryostat/cryostat-rhel9-operator@sha256:a1e0e21641dac4d48017d0e766a2fa42b502dffeb6df3548eb464e785ec48b6a_amd64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-rhel9-operator@sha256:a4c71fd908b5933b74aab3ee1747223d3ec8313a73b14dfe589411dfca41453c_arm64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:a4c71fd908b5933b74aab3ee1747223d3ec8313a73b14dfe589411dfca41453c_arm64"
},
"product_reference": "cryostat/cryostat-rhel9-operator@sha256:a4c71fd908b5933b74aab3ee1747223d3ec8313a73b14dfe589411dfca41453c_arm64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-rhel9@sha256:2bb5b9eaeeff2f2d8c37390c84ede1133d50e11610b65586f68776897e13357d_arm64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:2bb5b9eaeeff2f2d8c37390c84ede1133d50e11610b65586f68776897e13357d_arm64"
},
"product_reference": "cryostat/cryostat-rhel9@sha256:2bb5b9eaeeff2f2d8c37390c84ede1133d50e11610b65586f68776897e13357d_arm64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-rhel9@sha256:e9fe9919dd3f96580ab42b92f317cbc6f32229c38b77d566319feeb79dcd5f13_amd64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:e9fe9919dd3f96580ab42b92f317cbc6f32229c38b77d566319feeb79dcd5f13_amd64"
},
"product_reference": "cryostat/cryostat-rhel9@sha256:e9fe9919dd3f96580ab42b92f317cbc6f32229c38b77d566319feeb79dcd5f13_amd64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-storage-rhel9@sha256:16552269a995975755cb616f21896388f7565125323ffb59d4b3f1faf0e45874_arm64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:16552269a995975755cb616f21896388f7565125323ffb59d4b3f1faf0e45874_arm64"
},
"product_reference": "cryostat/cryostat-storage-rhel9@sha256:16552269a995975755cb616f21896388f7565125323ffb59d4b3f1faf0e45874_arm64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/cryostat-storage-rhel9@sha256:6918d6472c06b73ce99c6f2892501c9119e0d0edceefd2202d884bda8bb82595_amd64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:6918d6472c06b73ce99c6f2892501c9119e0d0edceefd2202d884bda8bb82595_amd64"
},
"product_reference": "cryostat/cryostat-storage-rhel9@sha256:6918d6472c06b73ce99c6f2892501c9119e0d0edceefd2202d884bda8bb82595_amd64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/jfr-datasource-rhel9@sha256:1fe4428a9048c8257b28a748fe72f20fba5adc02f5fa6c017f7472dff83b2f26_arm64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:1fe4428a9048c8257b28a748fe72f20fba5adc02f5fa6c017f7472dff83b2f26_arm64"
},
"product_reference": "cryostat/jfr-datasource-rhel9@sha256:1fe4428a9048c8257b28a748fe72f20fba5adc02f5fa6c017f7472dff83b2f26_arm64",
"relates_to_product_reference": "9Base-Cryostat-4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat/jfr-datasource-rhel9@sha256:437080e91c3dbcb4f6c91bc03613dc33b65ed42b20923464c4ddc634d95be8df_amd64 as a component of Cryostat 4 on RHEL 9",
"product_id": "9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:437080e91c3dbcb4f6c91bc03613dc33b65ed42b20923464c4ddc634d95be8df_amd64"
},
"product_reference": "cryostat/jfr-datasource-rhel9@sha256:437080e91c3dbcb4f6c91bc03613dc33b65ed42b20923464c4ddc634d95be8df_amd64",
"relates_to_product_reference": "9Base-Cryostat-4"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:12a06a8e0d5d382c26d38c483c4f78e1a51d6ad3d79dff1639bec6a622a09d52_amd64",
"9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:428c822edc825eb2edc7ca3c2228f445aacbe5f997bc7bd681e2af3c5a386c88_arm64",
"9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:157664280b02da4cdde98df786cc27abb3aded584e5a03cbd4bd3784203c4706_amd64",
"9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:173716b149b7457f165166ce40f894be7d3fecb11460202cbce52040e5409c35_arm64",
"9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:54ffe77a5bf806e7be3ee1a8d72e68057d77a249065dc2462a2bbf559827ea92_amd64",
"9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:8e3df4dd75a6aafc343aef028698d53e698993d19402d0d355f80d5018bff762_arm64",
"9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:c255654c653c29e80cf9c10c7e473cb151f39d94290f944475f19a12ef1c39ec_amd64",
"9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:eb034cbcb54c54ef37dfad635f17182bcd3dc74b79690b116fdc24e4249e8ecb_arm64",
"9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:7a4da133dceabc42a411e70d35af99988c2bf1e76f7f44291105f16b561f344e_arm64",
"9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:8306aa3360d707d0cc3e070e1f924145331a350991a4b130d48d7f9089313ed9_amd64",
"9Base-Cryostat-4:cryostat/cryostat-ose-oauth-proxy-rhel9@sha256:1cbdcaff07fcfe25c14191d2d585e2379369dff38ea22d85c85cb7e0219941af_arm64",
"9Base-Cryostat-4:cryostat/cryostat-ose-oauth-proxy-rhel9@sha256:3552d84395e741d3c3d808734efc4d1a1d539785a4a8f38697cb0060a471833d_amd64",
"9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:ccfe79e9225349ba158b6286d9e61f78ea80cb07433c4b691c976ce40debd002_amd64",
"9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:fa94f80fd26e0664bfa343018888c90c86290290b519c0e0b2c7dccc869c3a33_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:a1e0e21641dac4d48017d0e766a2fa42b502dffeb6df3548eb464e785ec48b6a_amd64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:a4c71fd908b5933b74aab3ee1747223d3ec8313a73b14dfe589411dfca41453c_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:2bb5b9eaeeff2f2d8c37390c84ede1133d50e11610b65586f68776897e13357d_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:e9fe9919dd3f96580ab42b92f317cbc6f32229c38b77d566319feeb79dcd5f13_amd64",
"9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:16552269a995975755cb616f21896388f7565125323ffb59d4b3f1faf0e45874_arm64",
"9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:6918d6472c06b73ce99c6f2892501c9119e0d0edceefd2202d884bda8bb82595_amd64",
"9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:1fe4428a9048c8257b28a748fe72f20fba5adc02f5fa6c017f7472dff83b2f26_arm64",
"9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:437080e91c3dbcb4f6c91bc03613dc33b65ed42b20923464c4ddc634d95be8df_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-02T04:03:14+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:12a06a8e0d5d382c26d38c483c4f78e1a51d6ad3d79dff1639bec6a622a09d52_amd64",
"9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:428c822edc825eb2edc7ca3c2228f445aacbe5f997bc7bd681e2af3c5a386c88_arm64",
"9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:157664280b02da4cdde98df786cc27abb3aded584e5a03cbd4bd3784203c4706_amd64",
"9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:173716b149b7457f165166ce40f894be7d3fecb11460202cbce52040e5409c35_arm64",
"9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:54ffe77a5bf806e7be3ee1a8d72e68057d77a249065dc2462a2bbf559827ea92_amd64",
"9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:8e3df4dd75a6aafc343aef028698d53e698993d19402d0d355f80d5018bff762_arm64",
"9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:c255654c653c29e80cf9c10c7e473cb151f39d94290f944475f19a12ef1c39ec_amd64",
"9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:eb034cbcb54c54ef37dfad635f17182bcd3dc74b79690b116fdc24e4249e8ecb_arm64",
"9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:7a4da133dceabc42a411e70d35af99988c2bf1e76f7f44291105f16b561f344e_arm64",
"9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:8306aa3360d707d0cc3e070e1f924145331a350991a4b130d48d7f9089313ed9_amd64",
"9Base-Cryostat-4:cryostat/cryostat-ose-oauth-proxy-rhel9@sha256:1cbdcaff07fcfe25c14191d2d585e2379369dff38ea22d85c85cb7e0219941af_arm64",
"9Base-Cryostat-4:cryostat/cryostat-ose-oauth-proxy-rhel9@sha256:3552d84395e741d3c3d808734efc4d1a1d539785a4a8f38697cb0060a471833d_amd64",
"9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:ccfe79e9225349ba158b6286d9e61f78ea80cb07433c4b691c976ce40debd002_amd64",
"9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:fa94f80fd26e0664bfa343018888c90c86290290b519c0e0b2c7dccc869c3a33_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:a1e0e21641dac4d48017d0e766a2fa42b502dffeb6df3548eb464e785ec48b6a_amd64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:a4c71fd908b5933b74aab3ee1747223d3ec8313a73b14dfe589411dfca41453c_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:2bb5b9eaeeff2f2d8c37390c84ede1133d50e11610b65586f68776897e13357d_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:e9fe9919dd3f96580ab42b92f317cbc6f32229c38b77d566319feeb79dcd5f13_amd64",
"9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:16552269a995975755cb616f21896388f7565125323ffb59d4b3f1faf0e45874_arm64",
"9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:6918d6472c06b73ce99c6f2892501c9119e0d0edceefd2202d884bda8bb82595_amd64",
"9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:1fe4428a9048c8257b28a748fe72f20fba5adc02f5fa6c017f7472dff83b2f26_arm64",
"9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:437080e91c3dbcb4f6c91bc03613dc33b65ed42b20923464c4ddc634d95be8df_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3503"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:12a06a8e0d5d382c26d38c483c4f78e1a51d6ad3d79dff1639bec6a622a09d52_amd64",
"9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:428c822edc825eb2edc7ca3c2228f445aacbe5f997bc7bd681e2af3c5a386c88_arm64",
"9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:157664280b02da4cdde98df786cc27abb3aded584e5a03cbd4bd3784203c4706_amd64",
"9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:173716b149b7457f165166ce40f894be7d3fecb11460202cbce52040e5409c35_arm64",
"9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:54ffe77a5bf806e7be3ee1a8d72e68057d77a249065dc2462a2bbf559827ea92_amd64",
"9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:8e3df4dd75a6aafc343aef028698d53e698993d19402d0d355f80d5018bff762_arm64",
"9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:c255654c653c29e80cf9c10c7e473cb151f39d94290f944475f19a12ef1c39ec_amd64",
"9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:eb034cbcb54c54ef37dfad635f17182bcd3dc74b79690b116fdc24e4249e8ecb_arm64",
"9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:7a4da133dceabc42a411e70d35af99988c2bf1e76f7f44291105f16b561f344e_arm64",
"9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:8306aa3360d707d0cc3e070e1f924145331a350991a4b130d48d7f9089313ed9_amd64",
"9Base-Cryostat-4:cryostat/cryostat-ose-oauth-proxy-rhel9@sha256:1cbdcaff07fcfe25c14191d2d585e2379369dff38ea22d85c85cb7e0219941af_arm64",
"9Base-Cryostat-4:cryostat/cryostat-ose-oauth-proxy-rhel9@sha256:3552d84395e741d3c3d808734efc4d1a1d539785a4a8f38697cb0060a471833d_amd64",
"9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:ccfe79e9225349ba158b6286d9e61f78ea80cb07433c4b691c976ce40debd002_amd64",
"9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:fa94f80fd26e0664bfa343018888c90c86290290b519c0e0b2c7dccc869c3a33_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:a1e0e21641dac4d48017d0e766a2fa42b502dffeb6df3548eb464e785ec48b6a_amd64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:a4c71fd908b5933b74aab3ee1747223d3ec8313a73b14dfe589411dfca41453c_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:2bb5b9eaeeff2f2d8c37390c84ede1133d50e11610b65586f68776897e13357d_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:e9fe9919dd3f96580ab42b92f317cbc6f32229c38b77d566319feeb79dcd5f13_amd64",
"9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:16552269a995975755cb616f21896388f7565125323ffb59d4b3f1faf0e45874_arm64",
"9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:6918d6472c06b73ce99c6f2892501c9119e0d0edceefd2202d884bda8bb82595_amd64",
"9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:1fe4428a9048c8257b28a748fe72f20fba5adc02f5fa6c017f7472dff83b2f26_arm64",
"9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:437080e91c3dbcb4f6c91bc03613dc33b65ed42b20923464c4ddc634d95be8df_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:12a06a8e0d5d382c26d38c483c4f78e1a51d6ad3d79dff1639bec6a622a09d52_amd64",
"9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:428c822edc825eb2edc7ca3c2228f445aacbe5f997bc7bd681e2af3c5a386c88_arm64",
"9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:157664280b02da4cdde98df786cc27abb3aded584e5a03cbd4bd3784203c4706_amd64",
"9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:173716b149b7457f165166ce40f894be7d3fecb11460202cbce52040e5409c35_arm64",
"9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:54ffe77a5bf806e7be3ee1a8d72e68057d77a249065dc2462a2bbf559827ea92_amd64",
"9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:8e3df4dd75a6aafc343aef028698d53e698993d19402d0d355f80d5018bff762_arm64",
"9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:c255654c653c29e80cf9c10c7e473cb151f39d94290f944475f19a12ef1c39ec_amd64",
"9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:eb034cbcb54c54ef37dfad635f17182bcd3dc74b79690b116fdc24e4249e8ecb_arm64",
"9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:7a4da133dceabc42a411e70d35af99988c2bf1e76f7f44291105f16b561f344e_arm64",
"9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:8306aa3360d707d0cc3e070e1f924145331a350991a4b130d48d7f9089313ed9_amd64",
"9Base-Cryostat-4:cryostat/cryostat-ose-oauth-proxy-rhel9@sha256:1cbdcaff07fcfe25c14191d2d585e2379369dff38ea22d85c85cb7e0219941af_arm64",
"9Base-Cryostat-4:cryostat/cryostat-ose-oauth-proxy-rhel9@sha256:3552d84395e741d3c3d808734efc4d1a1d539785a4a8f38697cb0060a471833d_amd64",
"9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:ccfe79e9225349ba158b6286d9e61f78ea80cb07433c4b691c976ce40debd002_amd64",
"9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:fa94f80fd26e0664bfa343018888c90c86290290b519c0e0b2c7dccc869c3a33_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:a1e0e21641dac4d48017d0e766a2fa42b502dffeb6df3548eb464e785ec48b6a_amd64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:a4c71fd908b5933b74aab3ee1747223d3ec8313a73b14dfe589411dfca41453c_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:2bb5b9eaeeff2f2d8c37390c84ede1133d50e11610b65586f68776897e13357d_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:e9fe9919dd3f96580ab42b92f317cbc6f32229c38b77d566319feeb79dcd5f13_amd64",
"9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:16552269a995975755cb616f21896388f7565125323ffb59d4b3f1faf0e45874_arm64",
"9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:6918d6472c06b73ce99c6f2892501c9119e0d0edceefd2202d884bda8bb82595_amd64",
"9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:1fe4428a9048c8257b28a748fe72f20fba5adc02f5fa6c017f7472dff83b2f26_arm64",
"9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:437080e91c3dbcb4f6c91bc03613dc33b65ed42b20923464c4ddc634d95be8df_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:12a06a8e0d5d382c26d38c483c4f78e1a51d6ad3d79dff1639bec6a622a09d52_amd64",
"9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:428c822edc825eb2edc7ca3c2228f445aacbe5f997bc7bd681e2af3c5a386c88_arm64",
"9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:157664280b02da4cdde98df786cc27abb3aded584e5a03cbd4bd3784203c4706_amd64",
"9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:173716b149b7457f165166ce40f894be7d3fecb11460202cbce52040e5409c35_arm64",
"9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:54ffe77a5bf806e7be3ee1a8d72e68057d77a249065dc2462a2bbf559827ea92_amd64",
"9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:8e3df4dd75a6aafc343aef028698d53e698993d19402d0d355f80d5018bff762_arm64",
"9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:c255654c653c29e80cf9c10c7e473cb151f39d94290f944475f19a12ef1c39ec_amd64",
"9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:eb034cbcb54c54ef37dfad635f17182bcd3dc74b79690b116fdc24e4249e8ecb_arm64",
"9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:7a4da133dceabc42a411e70d35af99988c2bf1e76f7f44291105f16b561f344e_arm64",
"9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:8306aa3360d707d0cc3e070e1f924145331a350991a4b130d48d7f9089313ed9_amd64",
"9Base-Cryostat-4:cryostat/cryostat-ose-oauth-proxy-rhel9@sha256:1cbdcaff07fcfe25c14191d2d585e2379369dff38ea22d85c85cb7e0219941af_arm64",
"9Base-Cryostat-4:cryostat/cryostat-ose-oauth-proxy-rhel9@sha256:3552d84395e741d3c3d808734efc4d1a1d539785a4a8f38697cb0060a471833d_amd64",
"9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:ccfe79e9225349ba158b6286d9e61f78ea80cb07433c4b691c976ce40debd002_amd64",
"9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:fa94f80fd26e0664bfa343018888c90c86290290b519c0e0b2c7dccc869c3a33_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:a1e0e21641dac4d48017d0e766a2fa42b502dffeb6df3548eb464e785ec48b6a_amd64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:a4c71fd908b5933b74aab3ee1747223d3ec8313a73b14dfe589411dfca41453c_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:2bb5b9eaeeff2f2d8c37390c84ede1133d50e11610b65586f68776897e13357d_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:e9fe9919dd3f96580ab42b92f317cbc6f32229c38b77d566319feeb79dcd5f13_amd64",
"9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:16552269a995975755cb616f21896388f7565125323ffb59d4b3f1faf0e45874_arm64",
"9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:6918d6472c06b73ce99c6f2892501c9119e0d0edceefd2202d884bda8bb82595_amd64",
"9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:1fe4428a9048c8257b28a748fe72f20fba5adc02f5fa6c017f7472dff83b2f26_arm64",
"9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:437080e91c3dbcb4f6c91bc03613dc33b65ed42b20923464c4ddc634d95be8df_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-02T04:03:14+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:12a06a8e0d5d382c26d38c483c4f78e1a51d6ad3d79dff1639bec6a622a09d52_amd64",
"9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:428c822edc825eb2edc7ca3c2228f445aacbe5f997bc7bd681e2af3c5a386c88_arm64",
"9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:157664280b02da4cdde98df786cc27abb3aded584e5a03cbd4bd3784203c4706_amd64",
"9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:173716b149b7457f165166ce40f894be7d3fecb11460202cbce52040e5409c35_arm64",
"9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:54ffe77a5bf806e7be3ee1a8d72e68057d77a249065dc2462a2bbf559827ea92_amd64",
"9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:8e3df4dd75a6aafc343aef028698d53e698993d19402d0d355f80d5018bff762_arm64",
"9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:c255654c653c29e80cf9c10c7e473cb151f39d94290f944475f19a12ef1c39ec_amd64",
"9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:eb034cbcb54c54ef37dfad635f17182bcd3dc74b79690b116fdc24e4249e8ecb_arm64",
"9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:7a4da133dceabc42a411e70d35af99988c2bf1e76f7f44291105f16b561f344e_arm64",
"9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:8306aa3360d707d0cc3e070e1f924145331a350991a4b130d48d7f9089313ed9_amd64",
"9Base-Cryostat-4:cryostat/cryostat-ose-oauth-proxy-rhel9@sha256:1cbdcaff07fcfe25c14191d2d585e2379369dff38ea22d85c85cb7e0219941af_arm64",
"9Base-Cryostat-4:cryostat/cryostat-ose-oauth-proxy-rhel9@sha256:3552d84395e741d3c3d808734efc4d1a1d539785a4a8f38697cb0060a471833d_amd64",
"9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:ccfe79e9225349ba158b6286d9e61f78ea80cb07433c4b691c976ce40debd002_amd64",
"9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:fa94f80fd26e0664bfa343018888c90c86290290b519c0e0b2c7dccc869c3a33_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:a1e0e21641dac4d48017d0e766a2fa42b502dffeb6df3548eb464e785ec48b6a_amd64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:a4c71fd908b5933b74aab3ee1747223d3ec8313a73b14dfe589411dfca41453c_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:2bb5b9eaeeff2f2d8c37390c84ede1133d50e11610b65586f68776897e13357d_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:e9fe9919dd3f96580ab42b92f317cbc6f32229c38b77d566319feeb79dcd5f13_amd64",
"9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:16552269a995975755cb616f21896388f7565125323ffb59d4b3f1faf0e45874_arm64",
"9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:6918d6472c06b73ce99c6f2892501c9119e0d0edceefd2202d884bda8bb82595_amd64",
"9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:1fe4428a9048c8257b28a748fe72f20fba5adc02f5fa6c017f7472dff83b2f26_arm64",
"9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:437080e91c3dbcb4f6c91bc03613dc33b65ed42b20923464c4ddc634d95be8df_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3503"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:12a06a8e0d5d382c26d38c483c4f78e1a51d6ad3d79dff1639bec6a622a09d52_amd64",
"9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:428c822edc825eb2edc7ca3c2228f445aacbe5f997bc7bd681e2af3c5a386c88_arm64",
"9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:157664280b02da4cdde98df786cc27abb3aded584e5a03cbd4bd3784203c4706_amd64",
"9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:173716b149b7457f165166ce40f894be7d3fecb11460202cbce52040e5409c35_arm64",
"9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:54ffe77a5bf806e7be3ee1a8d72e68057d77a249065dc2462a2bbf559827ea92_amd64",
"9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:8e3df4dd75a6aafc343aef028698d53e698993d19402d0d355f80d5018bff762_arm64",
"9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:c255654c653c29e80cf9c10c7e473cb151f39d94290f944475f19a12ef1c39ec_amd64",
"9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:eb034cbcb54c54ef37dfad635f17182bcd3dc74b79690b116fdc24e4249e8ecb_arm64",
"9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:7a4da133dceabc42a411e70d35af99988c2bf1e76f7f44291105f16b561f344e_arm64",
"9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:8306aa3360d707d0cc3e070e1f924145331a350991a4b130d48d7f9089313ed9_amd64",
"9Base-Cryostat-4:cryostat/cryostat-ose-oauth-proxy-rhel9@sha256:1cbdcaff07fcfe25c14191d2d585e2379369dff38ea22d85c85cb7e0219941af_arm64",
"9Base-Cryostat-4:cryostat/cryostat-ose-oauth-proxy-rhel9@sha256:3552d84395e741d3c3d808734efc4d1a1d539785a4a8f38697cb0060a471833d_amd64",
"9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:ccfe79e9225349ba158b6286d9e61f78ea80cb07433c4b691c976ce40debd002_amd64",
"9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:fa94f80fd26e0664bfa343018888c90c86290290b519c0e0b2c7dccc869c3a33_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:a1e0e21641dac4d48017d0e766a2fa42b502dffeb6df3548eb464e785ec48b6a_amd64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:a4c71fd908b5933b74aab3ee1747223d3ec8313a73b14dfe589411dfca41453c_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:2bb5b9eaeeff2f2d8c37390c84ede1133d50e11610b65586f68776897e13357d_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:e9fe9919dd3f96580ab42b92f317cbc6f32229c38b77d566319feeb79dcd5f13_amd64",
"9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:16552269a995975755cb616f21896388f7565125323ffb59d4b3f1faf0e45874_arm64",
"9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:6918d6472c06b73ce99c6f2892501c9119e0d0edceefd2202d884bda8bb82595_amd64",
"9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:1fe4428a9048c8257b28a748fe72f20fba5adc02f5fa6c017f7472dff83b2f26_arm64",
"9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:437080e91c3dbcb4f6c91bc03613dc33b65ed42b20923464c4ddc634d95be8df_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:12a06a8e0d5d382c26d38c483c4f78e1a51d6ad3d79dff1639bec6a622a09d52_amd64",
"9Base-Cryostat-4:cryostat/cryostat-agent-init-rhel9@sha256:428c822edc825eb2edc7ca3c2228f445aacbe5f997bc7bd681e2af3c5a386c88_arm64",
"9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:157664280b02da4cdde98df786cc27abb3aded584e5a03cbd4bd3784203c4706_amd64",
"9Base-Cryostat-4:cryostat/cryostat-db-rhel9@sha256:173716b149b7457f165166ce40f894be7d3fecb11460202cbce52040e5409c35_arm64",
"9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:54ffe77a5bf806e7be3ee1a8d72e68057d77a249065dc2462a2bbf559827ea92_amd64",
"9Base-Cryostat-4:cryostat/cryostat-grafana-dashboard-rhel9@sha256:8e3df4dd75a6aafc343aef028698d53e698993d19402d0d355f80d5018bff762_arm64",
"9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:c255654c653c29e80cf9c10c7e473cb151f39d94290f944475f19a12ef1c39ec_amd64",
"9Base-Cryostat-4:cryostat/cryostat-openshift-console-plugin-rhel9@sha256:eb034cbcb54c54ef37dfad635f17182bcd3dc74b79690b116fdc24e4249e8ecb_arm64",
"9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:7a4da133dceabc42a411e70d35af99988c2bf1e76f7f44291105f16b561f344e_arm64",
"9Base-Cryostat-4:cryostat/cryostat-operator-bundle@sha256:8306aa3360d707d0cc3e070e1f924145331a350991a4b130d48d7f9089313ed9_amd64",
"9Base-Cryostat-4:cryostat/cryostat-ose-oauth-proxy-rhel9@sha256:1cbdcaff07fcfe25c14191d2d585e2379369dff38ea22d85c85cb7e0219941af_arm64",
"9Base-Cryostat-4:cryostat/cryostat-ose-oauth-proxy-rhel9@sha256:3552d84395e741d3c3d808734efc4d1a1d539785a4a8f38697cb0060a471833d_amd64",
"9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:ccfe79e9225349ba158b6286d9e61f78ea80cb07433c4b691c976ce40debd002_amd64",
"9Base-Cryostat-4:cryostat/cryostat-reports-rhel9@sha256:fa94f80fd26e0664bfa343018888c90c86290290b519c0e0b2c7dccc869c3a33_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:a1e0e21641dac4d48017d0e766a2fa42b502dffeb6df3548eb464e785ec48b6a_amd64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9-operator@sha256:a4c71fd908b5933b74aab3ee1747223d3ec8313a73b14dfe589411dfca41453c_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:2bb5b9eaeeff2f2d8c37390c84ede1133d50e11610b65586f68776897e13357d_arm64",
"9Base-Cryostat-4:cryostat/cryostat-rhel9@sha256:e9fe9919dd3f96580ab42b92f317cbc6f32229c38b77d566319feeb79dcd5f13_amd64",
"9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:16552269a995975755cb616f21896388f7565125323ffb59d4b3f1faf0e45874_arm64",
"9Base-Cryostat-4:cryostat/cryostat-storage-rhel9@sha256:6918d6472c06b73ce99c6f2892501c9119e0d0edceefd2202d884bda8bb82595_amd64",
"9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:1fe4428a9048c8257b28a748fe72f20fba5adc02f5fa6c017f7472dff83b2f26_arm64",
"9Base-Cryostat-4:cryostat/jfr-datasource-rhel9@sha256:437080e91c3dbcb4f6c91bc03613dc33b65ed42b20923464c4ddc634d95be8df_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
RHSA-2025:3565
Vulnerability from csaf_redhat - Published: 2025-04-09 04:47 - Updated: 2026-06-20 07:51A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3f4de63bfac55ec000217d7f5ec0c7a0e192ebeb1e200edbc8a6b7e1b3813093_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:dcc8cd8fce69481d4ddc5e4fc1d101b78ad0dd3abdc00924281c6cc2526e7fcf_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:25e855545dad6fa69ae7c6b2d71acab49536f37dcc21c3f8ef2261a223d6eb1d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:279e3f653532d9fb4b0750161ad93757a9e610e8da6c771d3add7e64e83a2c15_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:3fb12f61b7c7edf41f37dc8a0aca8cb4baa369eed056cc576e426d5c668973e4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:af4eb215e629922be2b7e2d1f7de69be3aeb05db7c45321da70887e65b7950e6_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:8cef420ca0d2fb07ebba67db82c6afc26a46721b422f7ab8b1100240d148f4d4_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:ad9e32d48531d683bd63908b275fba5e31e8561e3b772a30daa57687bf16a2ac_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:ca88626922e1cfa322077c99cac28be4e04845267188d9925dbc9c2d8ff73018_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:e2f4bf7ee2505145af9879f1d057b6dd089565f6c2dc02cf4f65fef8927233d2_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:05a8cf639d4f51644c34e86e732be0551d7db0b0287b28ae2df4e139a1f1f50c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:0c04b96e6779d6fef8ab85e7e45b7af1ae861c599c6cba81acc6fe0cc68dbade_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:a03a9af376579c6739877bf254443b8659dab3762e991a8c64eb506ef2a75bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:c69e3500230c158129bf2bb350324e0d930fe49402353bd9e4de388c0c722fe1_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:1440f78a610b0205e9ee0ffab7a99c035f9fab456dec76fc804aa14f87efda8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:b5ec01eecf8f3377a34374bb36a36a00ab8305f7dfa9771022a827a11f9b6f16_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:c3f08afe2f6142eb824daab65329b99038a7ca86c94efad0795b559d92c14d5f_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:cd35e666096119b0d18be277aa03f4fa66f25deb93a594a6c4e16990dc47584c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:0a90a7f5271a2dc014d99bc67884b7041aefc822cefa08f7edf070e74c745819_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:1bf4f7ad2a526175ea16d0cc432830ad0a76e043b4bbfd66bf19b82f5770627b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:94af888c71735513c0feefa9986053f9577a708197b86db706575f22666694f7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:9f4c11ab90c881aca17ca108d9936e839e17ae7c4b2d44f6e4a6dbf82577a0cf_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3c1b53d1829d379c251af96d81465e8788e0a5490dd887ffe7a8c71e1db4c3a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:80039d520659915a61695bb747714a3fb445791a1ee9d0b27e5f0a96a31131fa_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:98d133066b0154170b174f96a9335dee4cf9b26ce728d8f5ec07fdc4248a2ad9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c1a02ca9e54df26145a85dc12174dc0c204d6c1eefff723a3a6117f2eb757a9e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:16655e1abd7fe21d4eff748185b9224f1a16a1b1cec6ffc40e099d1f0f502c15_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:27595cbc9fa36de1c069e1e559d78263af4faae0a96a4582fa923fe1676a9cb0_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:7de776c05301ddb4c3005a3a7d3440e1899371de9f72301fce4e5a151c95f694_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:966515651cfa31d6a1a544f4757424894e6a7fe1822b72452b75471f7ee3d2c2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:093bfc371a589e317bb7c587d5a5db7a5da5af306fa2724b6ce8bdc61086a2e2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:4a6d38fb6a2f07b3abd8e33c4a6349955044ad4e288918465257058c6596d283_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:66e26eb06893275991fa8e72feaa76607b6cc925c5e3d59dffe5b64d8df02634_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:cd4bd6adad24c82e4b143c02fee64731ad5326f8f0b028ef532cafaa17476429_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:13c79a8969b5f579a434547225fc55f33703ab371ccc6f2c41bf9152f5bd7f7e_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:58b3eeabdd1d248bb706b7060110456915327d459901a663a917aff828b10745_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:7a0ff0d9791a8c94d19d499cb2690392c4f5025152a65ee7fbf463ac74ffbf35_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:df428f1cfa76c3c471ef2cc23d0b5d70f99a0fe540e7e7c626ee86a876ba0eb5_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:9047da4d23cfce8b59f3ccdc52628ed8b54f47c4052a3d442148d263a0ff62c8_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:be6d0071f11769b8132ee98a9a04e1fe6354327ab5a0c9e620eb5c4b40d28545_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:c496b5b14d32b6647dae97f79f858303cfbd640c9e0c19bd5cabdbe73a5260b4_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:feab113096d6ec632a449506cc26410ac1eb93ec718b16fd49bf1ef2381d21da_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:04428357abf3a7df2a5339fab9669a8e44f209600854b47bf900a88da3b47039_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:15af2a06a479bb72da1271839abc94ab2b9a570dd0a8efd8be24d90baf10aa2f_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:4ad05565355b7b312765876f6c280d1c0175d7a0db948d2583da3ac48f75b46c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:a4866f8ed2d4ac87f1fb4af0514ee984c4e7769cdce75e8e55ae6aeed1469992_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:3061d87e775265ca97c435b4dc39bf8c522f51fb1763e28cbc681c8b8e8e0f48_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:c0e80e7f4348618003161bb693674aa2e239e182a17bbc5f7bc94aa3e4b9e063_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:cea2099e5c0697045622178ec5df6ffdaaf6d517d4f9d34fc7a4def2b11332dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:fabf577016ed47db8a337e1e0a7850528d91e69d55c72c82875f6bb01a531077_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:10b015b52fb63fc2a56c395165255cbb5ef49bc5f5334deedbb6b21392cde205_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:704a5b484c9e25cc0e7ec27c180c5dd147f620107d5aa745c80b818dfd2f2fd6_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:7690d11cf9b186239dd7cba36af47e668c91edab076af9861fa5c15333068604_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:ac70c909a3adc3217ff1787ba1115727690fe63b5ea68e91618a2350223c4d5b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:00c32aeea5f5782473f39f411f00bbb6b2068f06c449e7f4c0d015e9aeaa7856_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4feb7d220196b24095e66df7dc5d73f82810e01d348efb11b79d9e074ac5fcd4_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:9b36ddc8dce160fdf0d862e24089ad098f6f5f806a844105fe31c5eb50a157b6_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:c49a461c2d2addb2738c5f95627a14c5eeb6bc5fa06fe8a5adb3d09f772e07be_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:6b2212da2f61dd5cf8217aa9578721787668bb656b20cddc1f61c63b0f357899_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98eeef09e3078b70c4cd91d6ff1dfbf0236dfe8b49815810c88171c7367901e1_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:af398edf44d883549d223fe002cc4b891b42c08eb5fb00436036a7665fc83eb9_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:b7ab350ff5914743507b12407f06cb2c8828770b326733f179a4c30244cde4a7_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:21005d09c99222a70c40667cddc57ff97748e884f7ca1b14f5f4eff55c608dbd_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:52b67fc5ed2cba8634d325c4588da18270f2a4b40f8c7b7bb26a388d469fbf68_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:ad7496211ecceec6768ad11f58250c19775bf4688d17d8727ddf6ce6f19407be_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:af07530311b96690bb447fb89a7177d386155b586305c55636e515233df8457c_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:01b97b4cf175a385c4a5419d19ad07572cc055253ad4a680f9f06ec20a5c0d5d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:295d1ae21ab9b1fbb8ec2aec4ce14fe8accfe6d1dbc7c49967b5cf54ee13acb2_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:835c5f9664088a14a84e124c53fb87d1189a02188ce1d5aafd4e9c5f5ef11dff_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9ceac6a208269e50e87e4be7271fadd78e25c82ca5e14454f8c77b6345e70507_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:2baeabbcf22bf1b003940c56ed11ff8a86fdb2960cdf0eabc7f5a8362a5aed79_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:b57a01ec09efd3a0a4c012ada2a8ed36075986eb5e6b647fed38842a6a856151_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:ee994d84a9b8960fbe393a8d0a54382ee2daad68c37fa7e80b9fd3a7c5ac79b2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:eed7532e5bd28c248ba0254a676e1ef407bea92f5c61cc7ac4e4175835ed8caf_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:49f27d654662154febc84e5b3eb9b30d492cf4cfa2d1fdeaa59616f2bb9e0aa3_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:901c59ea45ca50177fbefdc3d7bca57b701fbe71a02040b0c8fe213d2629e216_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:c52429f7541abb3c78c34e0b42befd6685747b9d124d01a6325c5fcd4457dbeb_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ec42755c2f7e4abc06765776408c2d02a63ff7908fc6ed72a58d5e3c24bc3806_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:040b535f95689b081a0fc0b633496e8a1bccc6789766377550540d0a7b78420c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:307a3c31ab942bca535ee9b70b21d1a0de6e0261ca5ac2bf096f26940982e001_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:5674001b4db3e742b1ab3f065154274231f88e346aa9453d52a52be2f8c3533e_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:b795da88251d1e00d713923c8e444ee0ff7306ffd3d4f5fb036ee46626764457_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:047d48234ce95b4d04660c02033e06479d1d2a4e9ab25cfb09e5147a97d80115_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:1836b8867ef16eeede9d9d4faf27e9de02f2b7047646e0753db097b152b02247_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:4a3c5f5c259d7840b851470093d6e0c8a6109b119c043b0b2312dc9f8b5a51c0_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:a20d3679a754d383a3a98b1266863cec0e54269e5a9ee862fb18104f39b49a5e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:06541a999eb5082db54f8cdd69be0552f11dcb3a3b568b4cfe5db86c1b3a1173_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:23c2f43aa987eb6ee06ce77411279135192936b02ad8c0bfcf49685e6f89d581_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:33f0c8914e3eebcfb6178bd3275edb96905a995a1d36be722563f3cedf346f32_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:765a0369a8ff16598a8d0b3b5b7d2e70c38bb2b3e69771006acc608b0ccc360d_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:222230e5d28885276249325df08464d4d5d69f11d68a4c839b1e01e23b8568c1_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:4135b690949ef89f47a2e9c32237533ad3971c207014e75f482e31ba83119ee5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:591c50ee39e4215707f1d8f59f4dba9c41b51d9634f80cc96f94477fa26f4f7e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:cb4ca0a9a5df2a7c93600acd4b1dd6814130904ed50c26740e10f49883e98912_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:rhcos@sha256:01c27caef26cbd54b070a6799b0f4ae651f1e1f99f207df571baca6e6475c4b2_aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:rhcos@sha256:01c27caef26cbd54b070a6799b0f4ae651f1e1f99f207df571baca6e6475c4b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:rhcos@sha256:01c27caef26cbd54b070a6799b0f4ae651f1e1f99f207df571baca6e6475c4b2_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:rhcos@sha256:01c27caef26cbd54b070a6799b0f4ae651f1e1f99f207df571baca6e6475c4b2_x86_64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.17.24 is now available with updates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.17.\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.17.24. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHBA-2025:3567\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.17/html/release_notes/\n\nSecurity Fix(es):\n\n* golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing (CVE-2025-30204)\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.17 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.17/html-single/updating_clusters/index#updating-cluster-cli.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:3565",
"url": "https://access.redhat.com/errata/RHSA-2025:3565"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "OCPBUGS-34228",
"url": "https://issues.redhat.com/browse/OCPBUGS-34228"
},
{
"category": "external",
"summary": "OCPBUGS-51277",
"url": "https://issues.redhat.com/browse/OCPBUGS-51277"
},
{
"category": "external",
"summary": "OCPBUGS-52951",
"url": "https://issues.redhat.com/browse/OCPBUGS-52951"
},
{
"category": "external",
"summary": "OCPBUGS-53378",
"url": "https://issues.redhat.com/browse/OCPBUGS-53378"
},
{
"category": "external",
"summary": "OCPBUGS-54357",
"url": "https://issues.redhat.com/browse/OCPBUGS-54357"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3565.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.17.24 bug fix and security update",
"tracking": {
"current_release_date": "2026-06-20T07:51:47+00:00",
"generator": {
"date": "2026-06-20T07:51:47+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2025:3565",
"initial_release_date": "2025-04-09T04:47:09+00:00",
"revision_history": [
{
"date": "2025-04-09T04:47:09+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-04-09T04:47:09+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-20T07:51:47+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.17",
"product": {
"name": "Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.17::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-network-rhel9-operator@sha256:0a90a7f5271a2dc014d99bc67884b7041aefc822cefa08f7edf070e74c745819_amd64",
"product": {
"name": "openshift4/ose-cluster-network-rhel9-operator@sha256:0a90a7f5271a2dc014d99bc67884b7041aefc822cefa08f7edf070e74c745819_amd64",
"product_id": "openshift4/ose-cluster-network-rhel9-operator@sha256:0a90a7f5271a2dc014d99bc67884b7041aefc822cefa08f7edf070e74c745819_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256:0a90a7f5271a2dc014d99bc67884b7041aefc822cefa08f7edf070e74c745819?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator\u0026tag=v4.17.0-202503311836.p0.gcf90595.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:98d133066b0154170b174f96a9335dee4cf9b26ce728d8f5ec07fdc4248a2ad9_amd64",
"product": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:98d133066b0154170b174f96a9335dee4cf9b26ce728d8f5ec07fdc4248a2ad9_amd64",
"product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:98d133066b0154170b174f96a9335dee4cf9b26ce728d8f5ec07fdc4248a2ad9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:98d133066b0154170b174f96a9335dee4cf9b26ce728d8f5ec07fdc4248a2ad9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.17.0-202504020136.p0.gb6712f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-rhel9@sha256:b7ab350ff5914743507b12407f06cb2c8828770b326733f179a4c30244cde4a7_amd64",
"product": {
"name": "openshift4/ose-ironic-rhel9@sha256:b7ab350ff5914743507b12407f06cb2c8828770b326733f179a4c30244cde4a7_amd64",
"product_id": "openshift4/ose-ironic-rhel9@sha256:b7ab350ff5914743507b12407f06cb2c8828770b326733f179a4c30244cde4a7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256:b7ab350ff5914743507b12407f06cb2c8828770b326733f179a4c30244cde4a7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel9\u0026tag=v4.17.0-202503310138.p0.g391f57f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98eeef09e3078b70c4cd91d6ff1dfbf0236dfe8b49815810c88171c7367901e1_amd64",
"product": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98eeef09e3078b70c4cd91d6ff1dfbf0236dfe8b49815810c88171c7367901e1_amd64",
"product_id": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98eeef09e3078b70c4cd91d6ff1dfbf0236dfe8b49815810c88171c7367901e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256:98eeef09e3078b70c4cd91d6ff1dfbf0236dfe8b49815810c88171c7367901e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=v4.17.0-202503310138.p0.gb698ea3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:ee994d84a9b8960fbe393a8d0a54382ee2daad68c37fa7e80b9fd3a7c5ac79b2_amd64",
"product": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:ee994d84a9b8960fbe393a8d0a54382ee2daad68c37fa7e80b9fd3a7c5ac79b2_amd64",
"product_id": "openshift4/ose-monitoring-plugin-rhel9@sha256:ee994d84a9b8960fbe393a8d0a54382ee2daad68c37fa7e80b9fd3a7c5ac79b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256:ee994d84a9b8960fbe393a8d0a54382ee2daad68c37fa7e80b9fd3a7c5ac79b2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=v4.17.0-202504020136.p0.ga2e7c4e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:c52429f7541abb3c78c34e0b42befd6685747b9d124d01a6325c5fcd4457dbeb_amd64",
"product": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:c52429f7541abb3c78c34e0b42befd6685747b9d124d01a6325c5fcd4457dbeb_amd64",
"product_id": "openshift4/ose-networking-console-plugin-rhel9@sha256:c52429f7541abb3c78c34e0b42befd6685747b9d124d01a6325c5fcd4457dbeb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256:c52429f7541abb3c78c34e0b42befd6685747b9d124d01a6325c5fcd4457dbeb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=v4.17.0-202504020136.p0.g9b76377.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder-rhel9@sha256:7a0ff0d9791a8c94d19d499cb2690392c4f5025152a65ee7fbf463ac74ffbf35_amd64",
"product": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:7a0ff0d9791a8c94d19d499cb2690392c4f5025152a65ee7fbf463ac74ffbf35_amd64",
"product_id": "openshift4/ose-docker-builder-rhel9@sha256:7a0ff0d9791a8c94d19d499cb2690392c4f5025152a65ee7fbf463ac74ffbf35_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256:7a0ff0d9791a8c94d19d499cb2690392c4f5025152a65ee7fbf463ac74ffbf35?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=v4.17.0-202503282104.p0.g2bfbba1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-rhel9@sha256:093bfc371a589e317bb7c587d5a5db7a5da5af306fa2724b6ce8bdc61086a2e2_amd64",
"product": {
"name": "openshift4/ose-console-rhel9@sha256:093bfc371a589e317bb7c587d5a5db7a5da5af306fa2724b6ce8bdc61086a2e2_amd64",
"product_id": "openshift4/ose-console-rhel9@sha256:093bfc371a589e317bb7c587d5a5db7a5da5af306fa2724b6ce8bdc61086a2e2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256:093bfc371a589e317bb7c587d5a5db7a5da5af306fa2724b6ce8bdc61086a2e2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.17.0-202504020136.p0.ge3810ed.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hyperkube-rhel9@sha256:feab113096d6ec632a449506cc26410ac1eb93ec718b16fd49bf1ef2381d21da_amd64",
"product": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:feab113096d6ec632a449506cc26410ac1eb93ec718b16fd49bf1ef2381d21da_amd64",
"product_id": "openshift4/ose-hyperkube-rhel9@sha256:feab113096d6ec632a449506cc26410ac1eb93ec718b16fd49bf1ef2381d21da_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256:feab113096d6ec632a449506cc26410ac1eb93ec718b16fd49bf1ef2381d21da?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=v4.17.0-202504012136.p0.g89ebee0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-pod-rhel9@sha256:307a3c31ab942bca535ee9b70b21d1a0de6e0261ca5ac2bf096f26940982e001_amd64",
"product": {
"name": "openshift4/ose-pod-rhel9@sha256:307a3c31ab942bca535ee9b70b21d1a0de6e0261ca5ac2bf096f26940982e001_amd64",
"product_id": "openshift4/ose-pod-rhel9@sha256:307a3c31ab942bca535ee9b70b21d1a0de6e0261ca5ac2bf096f26940982e001_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256:307a3c31ab942bca535ee9b70b21d1a0de6e0261ca5ac2bf096f26940982e001?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-pod-rhel9\u0026tag=v4.17.0-202504012136.p0.g89ebee0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests-rhel9@sha256:06541a999eb5082db54f8cdd69be0552f11dcb3a3b568b4cfe5db86c1b3a1173_amd64",
"product": {
"name": "openshift4/ose-tests-rhel9@sha256:06541a999eb5082db54f8cdd69be0552f11dcb3a3b568b4cfe5db86c1b3a1173_amd64",
"product_id": "openshift4/ose-tests-rhel9@sha256:06541a999eb5082db54f8cdd69be0552f11dcb3a3b568b4cfe5db86c1b3a1173_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256:06541a999eb5082db54f8cdd69be0552f11dcb3a3b568b4cfe5db86c1b3a1173?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.17.0-202504020136.p0.g4a06fd3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:a03a9af376579c6739877bf254443b8659dab3762e991a8c64eb506ef2a75bc2_amd64",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:a03a9af376579c6739877bf254443b8659dab3762e991a8c64eb506ef2a75bc2_amd64",
"product_id": "openshift4/ose-agent-installer-api-server-rhel9@sha256:a03a9af376579c6739877bf254443b8659dab3762e991a8c64eb506ef2a75bc2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256:a03a9af376579c6739877bf254443b8659dab3762e991a8c64eb506ef2a75bc2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=v4.17.0-202503311105.p0.g0399efe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3f4de63bfac55ec000217d7f5ec0c7a0e192ebeb1e200edbc8a6b7e1b3813093_amd64",
"product": {
"name": "openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3f4de63bfac55ec000217d7f5ec0c7a0e192ebeb1e200edbc8a6b7e1b3813093_amd64",
"product_id": "openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3f4de63bfac55ec000217d7f5ec0c7a0e192ebeb1e200edbc8a6b7e1b3813093_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel9@sha256:3f4de63bfac55ec000217d7f5ec0c7a0e192ebeb1e200edbc8a6b7e1b3813093?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9\u0026tag=v4.17.0-202504010735.p0.g6707f89.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:cd35e666096119b0d18be277aa03f4fa66f25deb93a594a6c4e16990dc47584c_amd64",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:cd35e666096119b0d18be277aa03f4fa66f25deb93a594a6c4e16990dc47584c_amd64",
"product_id": "openshift4/ose-baremetal-installer-rhel9@sha256:cd35e666096119b0d18be277aa03f4fa66f25deb93a594a6c4e16990dc47584c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256:cd35e666096119b0d18be277aa03f4fa66f25deb93a594a6c4e16990dc47584c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=v4.17.0-202504012136.p0.gac8d902.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cloud-credential-rhel9-operator@sha256:279e3f653532d9fb4b0750161ad93757a9e610e8da6c771d3add7e64e83a2c15_amd64",
"product": {
"name": "openshift4/ose-cloud-credential-rhel9-operator@sha256:279e3f653532d9fb4b0750161ad93757a9e610e8da6c771d3add7e64e83a2c15_amd64",
"product_id": "openshift4/ose-cloud-credential-rhel9-operator@sha256:279e3f653532d9fb4b0750161ad93757a9e610e8da6c771d3add7e64e83a2c15_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256:279e3f653532d9fb4b0750161ad93757a9e610e8da6c771d3add7e64e83a2c15?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator\u0026tag=v4.17.0-202504010735.p0.gb00cc87.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:966515651cfa31d6a1a544f4757424894e6a7fe1822b72452b75471f7ee3d2c2_amd64",
"product": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:966515651cfa31d6a1a544f4757424894e6a7fe1822b72452b75471f7ee3d2c2_amd64",
"product_id": "openshift4/ose-cluster-samples-rhel9-operator@sha256:966515651cfa31d6a1a544f4757424894e6a7fe1822b72452b75471f7ee3d2c2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256:966515651cfa31d6a1a544f4757424894e6a7fe1822b72452b75471f7ee3d2c2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=v4.17.0-202503311436.p0.g6c04c37.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel9@sha256:04428357abf3a7df2a5339fab9669a8e44f209600854b47bf900a88da3b47039_amd64",
"product": {
"name": "openshift4/ose-hypershift-rhel9@sha256:04428357abf3a7df2a5339fab9669a8e44f209600854b47bf900a88da3b47039_amd64",
"product_id": "openshift4/ose-hypershift-rhel9@sha256:04428357abf3a7df2a5339fab9669a8e44f209600854b47bf900a88da3b47039_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256:04428357abf3a7df2a5339fab9669a8e44f209600854b47bf900a88da3b47039?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.17.0-202503290233.p0.g6a6dad2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:3061d87e775265ca97c435b4dc39bf8c522f51fb1763e28cbc681c8b8e8e0f48_amd64",
"product": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:3061d87e775265ca97c435b4dc39bf8c522f51fb1763e28cbc681c8b8e8e0f48_amd64",
"product_id": "openshift4/ose-installer-altinfra-rhel9@sha256:3061d87e775265ca97c435b4dc39bf8c522f51fb1763e28cbc681c8b8e8e0f48_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256:3061d87e775265ca97c435b4dc39bf8c522f51fb1763e28cbc681c8b8e8e0f48?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-altinfra-rhel9\u0026tag=v4.17.0-202504012136.p0.gac8d902.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:704a5b484c9e25cc0e7ec27c180c5dd147f620107d5aa745c80b818dfd2f2fd6_amd64",
"product": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:704a5b484c9e25cc0e7ec27c180c5dd147f620107d5aa745c80b818dfd2f2fd6_amd64",
"product_id": "openshift4/ose-installer-artifacts-rhel9@sha256:704a5b484c9e25cc0e7ec27c180c5dd147f620107d5aa745c80b818dfd2f2fd6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256:704a5b484c9e25cc0e7ec27c180c5dd147f620107d5aa745c80b818dfd2f2fd6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=v4.17.0-202504012136.p0.gac8d902.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-rhel9@sha256:c49a461c2d2addb2738c5f95627a14c5eeb6bc5fa06fe8a5adb3d09f772e07be_amd64",
"product": {
"name": "openshift4/ose-installer-rhel9@sha256:c49a461c2d2addb2738c5f95627a14c5eeb6bc5fa06fe8a5adb3d09f772e07be_amd64",
"product_id": "openshift4/ose-installer-rhel9@sha256:c49a461c2d2addb2738c5f95627a14c5eeb6bc5fa06fe8a5adb3d09f772e07be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256:c49a461c2d2addb2738c5f95627a14c5eeb6bc5fa06fe8a5adb3d09f772e07be?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=v4.17.0-202504012136.p0.gac8d902.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:21005d09c99222a70c40667cddc57ff97748e884f7ca1b14f5f4eff55c608dbd_amd64",
"product": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:21005d09c99222a70c40667cddc57ff97748e884f7ca1b14f5f4eff55c608dbd_amd64",
"product_id": "openshift4/ose-machine-config-rhel9-operator@sha256:21005d09c99222a70c40667cddc57ff97748e884f7ca1b14f5f4eff55c608dbd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256:21005d09c99222a70c40667cddc57ff97748e884f7ca1b14f5f4eff55c608dbd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=v4.17.0-202503282005.p0.g143ea7b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-os-images-rhel9@sha256:9ceac6a208269e50e87e4be7271fadd78e25c82ca5e14454f8c77b6345e70507_amd64",
"product": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:9ceac6a208269e50e87e4be7271fadd78e25c82ca5e14454f8c77b6345e70507_amd64",
"product_id": "openshift4/ose-machine-os-images-rhel9@sha256:9ceac6a208269e50e87e4be7271fadd78e25c82ca5e14454f8c77b6345e70507_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256:9ceac6a208269e50e87e4be7271fadd78e25c82ca5e14454f8c77b6345e70507?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=v4.17.0-202504012136.p0.gf85666b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel9@sha256:ad9e32d48531d683bd63908b275fba5e31e8561e3b772a30daa57687bf16a2ac_amd64",
"product": {
"name": "openshift4/network-tools-rhel9@sha256:ad9e32d48531d683bd63908b275fba5e31e8561e3b772a30daa57687bf16a2ac_amd64",
"product_id": "openshift4/network-tools-rhel9@sha256:ad9e32d48531d683bd63908b275fba5e31e8561e3b772a30daa57687bf16a2ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256:ad9e32d48531d683bd63908b275fba5e31e8561e3b772a30daa57687bf16a2ac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=v4.17.0-202504020136.p0.g8e170b4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-service-ca-rhel9-operator@sha256:047d48234ce95b4d04660c02033e06479d1d2a4e9ab25cfb09e5147a97d80115_amd64",
"product": {
"name": "openshift4/ose-service-ca-rhel9-operator@sha256:047d48234ce95b4d04660c02033e06479d1d2a4e9ab25cfb09e5147a97d80115_amd64",
"product_id": "openshift4/ose-service-ca-rhel9-operator@sha256:047d48234ce95b4d04660c02033e06479d1d2a4e9ab25cfb09e5147a97d80115_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256:047d48234ce95b4d04660c02033e06479d1d2a4e9ab25cfb09e5147a97d80115?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-rhel9-operator\u0026tag=v4.17.0-202504011435.p0.gf1b6307.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel9@sha256:591c50ee39e4215707f1d8f59f4dba9c41b51d9634f80cc96f94477fa26f4f7e_amd64",
"product": {
"name": "openshift4/ose-tools-rhel9@sha256:591c50ee39e4215707f1d8f59f4dba9c41b51d9634f80cc96f94477fa26f4f7e_amd64",
"product_id": "openshift4/ose-tools-rhel9@sha256:591c50ee39e4215707f1d8f59f4dba9c41b51d9634f80cc96f94477fa26f4f7e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256:591c50ee39e4215707f1d8f59f4dba9c41b51d9634f80cc96f94477fa26f4f7e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=v4.17.0-202504020136.p0.g0000b3e.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-network-rhel9-operator@sha256:9f4c11ab90c881aca17ca108d9936e839e17ae7c4b2d44f6e4a6dbf82577a0cf_arm64",
"product": {
"name": "openshift4/ose-cluster-network-rhel9-operator@sha256:9f4c11ab90c881aca17ca108d9936e839e17ae7c4b2d44f6e4a6dbf82577a0cf_arm64",
"product_id": "openshift4/ose-cluster-network-rhel9-operator@sha256:9f4c11ab90c881aca17ca108d9936e839e17ae7c4b2d44f6e4a6dbf82577a0cf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256:9f4c11ab90c881aca17ca108d9936e839e17ae7c4b2d44f6e4a6dbf82577a0cf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator\u0026tag=v4.17.0-202503311836.p0.gcf90595.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c1a02ca9e54df26145a85dc12174dc0c204d6c1eefff723a3a6117f2eb757a9e_arm64",
"product": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c1a02ca9e54df26145a85dc12174dc0c204d6c1eefff723a3a6117f2eb757a9e_arm64",
"product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c1a02ca9e54df26145a85dc12174dc0c204d6c1eefff723a3a6117f2eb757a9e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:c1a02ca9e54df26145a85dc12174dc0c204d6c1eefff723a3a6117f2eb757a9e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.17.0-202504020136.p0.gb6712f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-rhel9@sha256:af398edf44d883549d223fe002cc4b891b42c08eb5fb00436036a7665fc83eb9_arm64",
"product": {
"name": "openshift4/ose-ironic-rhel9@sha256:af398edf44d883549d223fe002cc4b891b42c08eb5fb00436036a7665fc83eb9_arm64",
"product_id": "openshift4/ose-ironic-rhel9@sha256:af398edf44d883549d223fe002cc4b891b42c08eb5fb00436036a7665fc83eb9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256:af398edf44d883549d223fe002cc4b891b42c08eb5fb00436036a7665fc83eb9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel9\u0026tag=v4.17.0-202503310138.p0.g391f57f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:6b2212da2f61dd5cf8217aa9578721787668bb656b20cddc1f61c63b0f357899_arm64",
"product": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:6b2212da2f61dd5cf8217aa9578721787668bb656b20cddc1f61c63b0f357899_arm64",
"product_id": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:6b2212da2f61dd5cf8217aa9578721787668bb656b20cddc1f61c63b0f357899_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256:6b2212da2f61dd5cf8217aa9578721787668bb656b20cddc1f61c63b0f357899?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=v4.17.0-202503310138.p0.gb698ea3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:eed7532e5bd28c248ba0254a676e1ef407bea92f5c61cc7ac4e4175835ed8caf_arm64",
"product": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:eed7532e5bd28c248ba0254a676e1ef407bea92f5c61cc7ac4e4175835ed8caf_arm64",
"product_id": "openshift4/ose-monitoring-plugin-rhel9@sha256:eed7532e5bd28c248ba0254a676e1ef407bea92f5c61cc7ac4e4175835ed8caf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256:eed7532e5bd28c248ba0254a676e1ef407bea92f5c61cc7ac4e4175835ed8caf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=v4.17.0-202504020136.p0.ga2e7c4e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:49f27d654662154febc84e5b3eb9b30d492cf4cfa2d1fdeaa59616f2bb9e0aa3_arm64",
"product": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:49f27d654662154febc84e5b3eb9b30d492cf4cfa2d1fdeaa59616f2bb9e0aa3_arm64",
"product_id": "openshift4/ose-networking-console-plugin-rhel9@sha256:49f27d654662154febc84e5b3eb9b30d492cf4cfa2d1fdeaa59616f2bb9e0aa3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256:49f27d654662154febc84e5b3eb9b30d492cf4cfa2d1fdeaa59616f2bb9e0aa3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=v4.17.0-202504020136.p0.g9b76377.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder-rhel9@sha256:58b3eeabdd1d248bb706b7060110456915327d459901a663a917aff828b10745_arm64",
"product": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:58b3eeabdd1d248bb706b7060110456915327d459901a663a917aff828b10745_arm64",
"product_id": "openshift4/ose-docker-builder-rhel9@sha256:58b3eeabdd1d248bb706b7060110456915327d459901a663a917aff828b10745_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256:58b3eeabdd1d248bb706b7060110456915327d459901a663a917aff828b10745?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=v4.17.0-202503282104.p0.g2bfbba1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-rhel9@sha256:66e26eb06893275991fa8e72feaa76607b6cc925c5e3d59dffe5b64d8df02634_arm64",
"product": {
"name": "openshift4/ose-console-rhel9@sha256:66e26eb06893275991fa8e72feaa76607b6cc925c5e3d59dffe5b64d8df02634_arm64",
"product_id": "openshift4/ose-console-rhel9@sha256:66e26eb06893275991fa8e72feaa76607b6cc925c5e3d59dffe5b64d8df02634_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256:66e26eb06893275991fa8e72feaa76607b6cc925c5e3d59dffe5b64d8df02634?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.17.0-202504020136.p0.ge3810ed.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hyperkube-rhel9@sha256:9047da4d23cfce8b59f3ccdc52628ed8b54f47c4052a3d442148d263a0ff62c8_arm64",
"product": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:9047da4d23cfce8b59f3ccdc52628ed8b54f47c4052a3d442148d263a0ff62c8_arm64",
"product_id": "openshift4/ose-hyperkube-rhel9@sha256:9047da4d23cfce8b59f3ccdc52628ed8b54f47c4052a3d442148d263a0ff62c8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256:9047da4d23cfce8b59f3ccdc52628ed8b54f47c4052a3d442148d263a0ff62c8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=v4.17.0-202504012136.p0.g89ebee0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-pod-rhel9@sha256:b795da88251d1e00d713923c8e444ee0ff7306ffd3d4f5fb036ee46626764457_arm64",
"product": {
"name": "openshift4/ose-pod-rhel9@sha256:b795da88251d1e00d713923c8e444ee0ff7306ffd3d4f5fb036ee46626764457_arm64",
"product_id": "openshift4/ose-pod-rhel9@sha256:b795da88251d1e00d713923c8e444ee0ff7306ffd3d4f5fb036ee46626764457_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256:b795da88251d1e00d713923c8e444ee0ff7306ffd3d4f5fb036ee46626764457?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-pod-rhel9\u0026tag=v4.17.0-202504012136.p0.g89ebee0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests-rhel9@sha256:765a0369a8ff16598a8d0b3b5b7d2e70c38bb2b3e69771006acc608b0ccc360d_arm64",
"product": {
"name": "openshift4/ose-tests-rhel9@sha256:765a0369a8ff16598a8d0b3b5b7d2e70c38bb2b3e69771006acc608b0ccc360d_arm64",
"product_id": "openshift4/ose-tests-rhel9@sha256:765a0369a8ff16598a8d0b3b5b7d2e70c38bb2b3e69771006acc608b0ccc360d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256:765a0369a8ff16598a8d0b3b5b7d2e70c38bb2b3e69771006acc608b0ccc360d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.17.0-202504020136.p0.g4a06fd3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:c69e3500230c158129bf2bb350324e0d930fe49402353bd9e4de388c0c722fe1_arm64",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:c69e3500230c158129bf2bb350324e0d930fe49402353bd9e4de388c0c722fe1_arm64",
"product_id": "openshift4/ose-agent-installer-api-server-rhel9@sha256:c69e3500230c158129bf2bb350324e0d930fe49402353bd9e4de388c0c722fe1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256:c69e3500230c158129bf2bb350324e0d930fe49402353bd9e4de388c0c722fe1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=v4.17.0-202503311105.p0.g0399efe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:dcc8cd8fce69481d4ddc5e4fc1d101b78ad0dd3abdc00924281c6cc2526e7fcf_arm64",
"product": {
"name": "openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:dcc8cd8fce69481d4ddc5e4fc1d101b78ad0dd3abdc00924281c6cc2526e7fcf_arm64",
"product_id": "openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:dcc8cd8fce69481d4ddc5e4fc1d101b78ad0dd3abdc00924281c6cc2526e7fcf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel9@sha256:dcc8cd8fce69481d4ddc5e4fc1d101b78ad0dd3abdc00924281c6cc2526e7fcf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9\u0026tag=v4.17.0-202504010735.p0.g6707f89.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:b5ec01eecf8f3377a34374bb36a36a00ab8305f7dfa9771022a827a11f9b6f16_arm64",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:b5ec01eecf8f3377a34374bb36a36a00ab8305f7dfa9771022a827a11f9b6f16_arm64",
"product_id": "openshift4/ose-baremetal-installer-rhel9@sha256:b5ec01eecf8f3377a34374bb36a36a00ab8305f7dfa9771022a827a11f9b6f16_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256:b5ec01eecf8f3377a34374bb36a36a00ab8305f7dfa9771022a827a11f9b6f16?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=v4.17.0-202504012136.p0.gac8d902.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cloud-credential-rhel9-operator@sha256:3fb12f61b7c7edf41f37dc8a0aca8cb4baa369eed056cc576e426d5c668973e4_arm64",
"product": {
"name": "openshift4/ose-cloud-credential-rhel9-operator@sha256:3fb12f61b7c7edf41f37dc8a0aca8cb4baa369eed056cc576e426d5c668973e4_arm64",
"product_id": "openshift4/ose-cloud-credential-rhel9-operator@sha256:3fb12f61b7c7edf41f37dc8a0aca8cb4baa369eed056cc576e426d5c668973e4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256:3fb12f61b7c7edf41f37dc8a0aca8cb4baa369eed056cc576e426d5c668973e4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator\u0026tag=v4.17.0-202504010735.p0.gb00cc87.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:7de776c05301ddb4c3005a3a7d3440e1899371de9f72301fce4e5a151c95f694_arm64",
"product": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:7de776c05301ddb4c3005a3a7d3440e1899371de9f72301fce4e5a151c95f694_arm64",
"product_id": "openshift4/ose-cluster-samples-rhel9-operator@sha256:7de776c05301ddb4c3005a3a7d3440e1899371de9f72301fce4e5a151c95f694_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256:7de776c05301ddb4c3005a3a7d3440e1899371de9f72301fce4e5a151c95f694?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=v4.17.0-202503311436.p0.g6c04c37.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel9@sha256:a4866f8ed2d4ac87f1fb4af0514ee984c4e7769cdce75e8e55ae6aeed1469992_arm64",
"product": {
"name": "openshift4/ose-hypershift-rhel9@sha256:a4866f8ed2d4ac87f1fb4af0514ee984c4e7769cdce75e8e55ae6aeed1469992_arm64",
"product_id": "openshift4/ose-hypershift-rhel9@sha256:a4866f8ed2d4ac87f1fb4af0514ee984c4e7769cdce75e8e55ae6aeed1469992_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256:a4866f8ed2d4ac87f1fb4af0514ee984c4e7769cdce75e8e55ae6aeed1469992?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.17.0-202503290233.p0.g6a6dad2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:fabf577016ed47db8a337e1e0a7850528d91e69d55c72c82875f6bb01a531077_arm64",
"product": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:fabf577016ed47db8a337e1e0a7850528d91e69d55c72c82875f6bb01a531077_arm64",
"product_id": "openshift4/ose-installer-altinfra-rhel9@sha256:fabf577016ed47db8a337e1e0a7850528d91e69d55c72c82875f6bb01a531077_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256:fabf577016ed47db8a337e1e0a7850528d91e69d55c72c82875f6bb01a531077?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-altinfra-rhel9\u0026tag=v4.17.0-202504012136.p0.gac8d902.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:ac70c909a3adc3217ff1787ba1115727690fe63b5ea68e91618a2350223c4d5b_arm64",
"product": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:ac70c909a3adc3217ff1787ba1115727690fe63b5ea68e91618a2350223c4d5b_arm64",
"product_id": "openshift4/ose-installer-artifacts-rhel9@sha256:ac70c909a3adc3217ff1787ba1115727690fe63b5ea68e91618a2350223c4d5b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256:ac70c909a3adc3217ff1787ba1115727690fe63b5ea68e91618a2350223c4d5b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=v4.17.0-202504012136.p0.gac8d902.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-rhel9@sha256:9b36ddc8dce160fdf0d862e24089ad098f6f5f806a844105fe31c5eb50a157b6_arm64",
"product": {
"name": "openshift4/ose-installer-rhel9@sha256:9b36ddc8dce160fdf0d862e24089ad098f6f5f806a844105fe31c5eb50a157b6_arm64",
"product_id": "openshift4/ose-installer-rhel9@sha256:9b36ddc8dce160fdf0d862e24089ad098f6f5f806a844105fe31c5eb50a157b6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256:9b36ddc8dce160fdf0d862e24089ad098f6f5f806a844105fe31c5eb50a157b6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=v4.17.0-202504012136.p0.gac8d902.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:af07530311b96690bb447fb89a7177d386155b586305c55636e515233df8457c_arm64",
"product": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:af07530311b96690bb447fb89a7177d386155b586305c55636e515233df8457c_arm64",
"product_id": "openshift4/ose-machine-config-rhel9-operator@sha256:af07530311b96690bb447fb89a7177d386155b586305c55636e515233df8457c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256:af07530311b96690bb447fb89a7177d386155b586305c55636e515233df8457c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=v4.17.0-202503282005.p0.g143ea7b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-os-images-rhel9@sha256:295d1ae21ab9b1fbb8ec2aec4ce14fe8accfe6d1dbc7c49967b5cf54ee13acb2_arm64",
"product": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:295d1ae21ab9b1fbb8ec2aec4ce14fe8accfe6d1dbc7c49967b5cf54ee13acb2_arm64",
"product_id": "openshift4/ose-machine-os-images-rhel9@sha256:295d1ae21ab9b1fbb8ec2aec4ce14fe8accfe6d1dbc7c49967b5cf54ee13acb2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256:295d1ae21ab9b1fbb8ec2aec4ce14fe8accfe6d1dbc7c49967b5cf54ee13acb2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=v4.17.0-202504012136.p0.gf85666b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel9@sha256:e2f4bf7ee2505145af9879f1d057b6dd089565f6c2dc02cf4f65fef8927233d2_arm64",
"product": {
"name": "openshift4/network-tools-rhel9@sha256:e2f4bf7ee2505145af9879f1d057b6dd089565f6c2dc02cf4f65fef8927233d2_arm64",
"product_id": "openshift4/network-tools-rhel9@sha256:e2f4bf7ee2505145af9879f1d057b6dd089565f6c2dc02cf4f65fef8927233d2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256:e2f4bf7ee2505145af9879f1d057b6dd089565f6c2dc02cf4f65fef8927233d2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=v4.17.0-202504020136.p0.g8e170b4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-service-ca-rhel9-operator@sha256:1836b8867ef16eeede9d9d4faf27e9de02f2b7047646e0753db097b152b02247_arm64",
"product": {
"name": "openshift4/ose-service-ca-rhel9-operator@sha256:1836b8867ef16eeede9d9d4faf27e9de02f2b7047646e0753db097b152b02247_arm64",
"product_id": "openshift4/ose-service-ca-rhel9-operator@sha256:1836b8867ef16eeede9d9d4faf27e9de02f2b7047646e0753db097b152b02247_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256:1836b8867ef16eeede9d9d4faf27e9de02f2b7047646e0753db097b152b02247?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-rhel9-operator\u0026tag=v4.17.0-202504011435.p0.gf1b6307.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel9@sha256:222230e5d28885276249325df08464d4d5d69f11d68a4c839b1e01e23b8568c1_arm64",
"product": {
"name": "openshift4/ose-tools-rhel9@sha256:222230e5d28885276249325df08464d4d5d69f11d68a4c839b1e01e23b8568c1_arm64",
"product_id": "openshift4/ose-tools-rhel9@sha256:222230e5d28885276249325df08464d4d5d69f11d68a4c839b1e01e23b8568c1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256:222230e5d28885276249325df08464d4d5d69f11d68a4c839b1e01e23b8568c1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=v4.17.0-202504020136.p0.g0000b3e.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-network-rhel9-operator@sha256:94af888c71735513c0feefa9986053f9577a708197b86db706575f22666694f7_s390x",
"product": {
"name": "openshift4/ose-cluster-network-rhel9-operator@sha256:94af888c71735513c0feefa9986053f9577a708197b86db706575f22666694f7_s390x",
"product_id": "openshift4/ose-cluster-network-rhel9-operator@sha256:94af888c71735513c0feefa9986053f9577a708197b86db706575f22666694f7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256:94af888c71735513c0feefa9986053f9577a708197b86db706575f22666694f7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator\u0026tag=v4.17.0-202503311836.p0.gcf90595.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:80039d520659915a61695bb747714a3fb445791a1ee9d0b27e5f0a96a31131fa_s390x",
"product": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:80039d520659915a61695bb747714a3fb445791a1ee9d0b27e5f0a96a31131fa_s390x",
"product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:80039d520659915a61695bb747714a3fb445791a1ee9d0b27e5f0a96a31131fa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:80039d520659915a61695bb747714a3fb445791a1ee9d0b27e5f0a96a31131fa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.17.0-202504020136.p0.gb6712f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:b57a01ec09efd3a0a4c012ada2a8ed36075986eb5e6b647fed38842a6a856151_s390x",
"product": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:b57a01ec09efd3a0a4c012ada2a8ed36075986eb5e6b647fed38842a6a856151_s390x",
"product_id": "openshift4/ose-monitoring-plugin-rhel9@sha256:b57a01ec09efd3a0a4c012ada2a8ed36075986eb5e6b647fed38842a6a856151_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256:b57a01ec09efd3a0a4c012ada2a8ed36075986eb5e6b647fed38842a6a856151?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=v4.17.0-202504020136.p0.ga2e7c4e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:901c59ea45ca50177fbefdc3d7bca57b701fbe71a02040b0c8fe213d2629e216_s390x",
"product": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:901c59ea45ca50177fbefdc3d7bca57b701fbe71a02040b0c8fe213d2629e216_s390x",
"product_id": "openshift4/ose-networking-console-plugin-rhel9@sha256:901c59ea45ca50177fbefdc3d7bca57b701fbe71a02040b0c8fe213d2629e216_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256:901c59ea45ca50177fbefdc3d7bca57b701fbe71a02040b0c8fe213d2629e216?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=v4.17.0-202504020136.p0.g9b76377.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder-rhel9@sha256:13c79a8969b5f579a434547225fc55f33703ab371ccc6f2c41bf9152f5bd7f7e_s390x",
"product": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:13c79a8969b5f579a434547225fc55f33703ab371ccc6f2c41bf9152f5bd7f7e_s390x",
"product_id": "openshift4/ose-docker-builder-rhel9@sha256:13c79a8969b5f579a434547225fc55f33703ab371ccc6f2c41bf9152f5bd7f7e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256:13c79a8969b5f579a434547225fc55f33703ab371ccc6f2c41bf9152f5bd7f7e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=v4.17.0-202503282104.p0.g2bfbba1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-rhel9@sha256:cd4bd6adad24c82e4b143c02fee64731ad5326f8f0b028ef532cafaa17476429_s390x",
"product": {
"name": "openshift4/ose-console-rhel9@sha256:cd4bd6adad24c82e4b143c02fee64731ad5326f8f0b028ef532cafaa17476429_s390x",
"product_id": "openshift4/ose-console-rhel9@sha256:cd4bd6adad24c82e4b143c02fee64731ad5326f8f0b028ef532cafaa17476429_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256:cd4bd6adad24c82e4b143c02fee64731ad5326f8f0b028ef532cafaa17476429?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.17.0-202504020136.p0.ge3810ed.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hyperkube-rhel9@sha256:c496b5b14d32b6647dae97f79f858303cfbd640c9e0c19bd5cabdbe73a5260b4_s390x",
"product": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:c496b5b14d32b6647dae97f79f858303cfbd640c9e0c19bd5cabdbe73a5260b4_s390x",
"product_id": "openshift4/ose-hyperkube-rhel9@sha256:c496b5b14d32b6647dae97f79f858303cfbd640c9e0c19bd5cabdbe73a5260b4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256:c496b5b14d32b6647dae97f79f858303cfbd640c9e0c19bd5cabdbe73a5260b4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=v4.17.0-202504012136.p0.g89ebee0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-pod-rhel9@sha256:5674001b4db3e742b1ab3f065154274231f88e346aa9453d52a52be2f8c3533e_s390x",
"product": {
"name": "openshift4/ose-pod-rhel9@sha256:5674001b4db3e742b1ab3f065154274231f88e346aa9453d52a52be2f8c3533e_s390x",
"product_id": "openshift4/ose-pod-rhel9@sha256:5674001b4db3e742b1ab3f065154274231f88e346aa9453d52a52be2f8c3533e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256:5674001b4db3e742b1ab3f065154274231f88e346aa9453d52a52be2f8c3533e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-pod-rhel9\u0026tag=v4.17.0-202504012136.p0.g89ebee0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests-rhel9@sha256:23c2f43aa987eb6ee06ce77411279135192936b02ad8c0bfcf49685e6f89d581_s390x",
"product": {
"name": "openshift4/ose-tests-rhel9@sha256:23c2f43aa987eb6ee06ce77411279135192936b02ad8c0bfcf49685e6f89d581_s390x",
"product_id": "openshift4/ose-tests-rhel9@sha256:23c2f43aa987eb6ee06ce77411279135192936b02ad8c0bfcf49685e6f89d581_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256:23c2f43aa987eb6ee06ce77411279135192936b02ad8c0bfcf49685e6f89d581?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.17.0-202504020136.p0.g4a06fd3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:0c04b96e6779d6fef8ab85e7e45b7af1ae861c599c6cba81acc6fe0cc68dbade_s390x",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:0c04b96e6779d6fef8ab85e7e45b7af1ae861c599c6cba81acc6fe0cc68dbade_s390x",
"product_id": "openshift4/ose-agent-installer-api-server-rhel9@sha256:0c04b96e6779d6fef8ab85e7e45b7af1ae861c599c6cba81acc6fe0cc68dbade_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256:0c04b96e6779d6fef8ab85e7e45b7af1ae861c599c6cba81acc6fe0cc68dbade?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=v4.17.0-202503311105.p0.g0399efe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:c3f08afe2f6142eb824daab65329b99038a7ca86c94efad0795b559d92c14d5f_s390x",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:c3f08afe2f6142eb824daab65329b99038a7ca86c94efad0795b559d92c14d5f_s390x",
"product_id": "openshift4/ose-baremetal-installer-rhel9@sha256:c3f08afe2f6142eb824daab65329b99038a7ca86c94efad0795b559d92c14d5f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256:c3f08afe2f6142eb824daab65329b99038a7ca86c94efad0795b559d92c14d5f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=v4.17.0-202504012136.p0.gac8d902.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cloud-credential-rhel9-operator@sha256:af4eb215e629922be2b7e2d1f7de69be3aeb05db7c45321da70887e65b7950e6_s390x",
"product": {
"name": "openshift4/ose-cloud-credential-rhel9-operator@sha256:af4eb215e629922be2b7e2d1f7de69be3aeb05db7c45321da70887e65b7950e6_s390x",
"product_id": "openshift4/ose-cloud-credential-rhel9-operator@sha256:af4eb215e629922be2b7e2d1f7de69be3aeb05db7c45321da70887e65b7950e6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256:af4eb215e629922be2b7e2d1f7de69be3aeb05db7c45321da70887e65b7950e6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator\u0026tag=v4.17.0-202504010735.p0.gb00cc87.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:27595cbc9fa36de1c069e1e559d78263af4faae0a96a4582fa923fe1676a9cb0_s390x",
"product": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:27595cbc9fa36de1c069e1e559d78263af4faae0a96a4582fa923fe1676a9cb0_s390x",
"product_id": "openshift4/ose-cluster-samples-rhel9-operator@sha256:27595cbc9fa36de1c069e1e559d78263af4faae0a96a4582fa923fe1676a9cb0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256:27595cbc9fa36de1c069e1e559d78263af4faae0a96a4582fa923fe1676a9cb0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=v4.17.0-202503311436.p0.g6c04c37.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel9@sha256:15af2a06a479bb72da1271839abc94ab2b9a570dd0a8efd8be24d90baf10aa2f_s390x",
"product": {
"name": "openshift4/ose-hypershift-rhel9@sha256:15af2a06a479bb72da1271839abc94ab2b9a570dd0a8efd8be24d90baf10aa2f_s390x",
"product_id": "openshift4/ose-hypershift-rhel9@sha256:15af2a06a479bb72da1271839abc94ab2b9a570dd0a8efd8be24d90baf10aa2f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256:15af2a06a479bb72da1271839abc94ab2b9a570dd0a8efd8be24d90baf10aa2f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.17.0-202503290233.p0.g6a6dad2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:c0e80e7f4348618003161bb693674aa2e239e182a17bbc5f7bc94aa3e4b9e063_s390x",
"product": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:c0e80e7f4348618003161bb693674aa2e239e182a17bbc5f7bc94aa3e4b9e063_s390x",
"product_id": "openshift4/ose-installer-altinfra-rhel9@sha256:c0e80e7f4348618003161bb693674aa2e239e182a17bbc5f7bc94aa3e4b9e063_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256:c0e80e7f4348618003161bb693674aa2e239e182a17bbc5f7bc94aa3e4b9e063?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-altinfra-rhel9\u0026tag=v4.17.0-202504012136.p0.gac8d902.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:7690d11cf9b186239dd7cba36af47e668c91edab076af9861fa5c15333068604_s390x",
"product": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:7690d11cf9b186239dd7cba36af47e668c91edab076af9861fa5c15333068604_s390x",
"product_id": "openshift4/ose-installer-artifacts-rhel9@sha256:7690d11cf9b186239dd7cba36af47e668c91edab076af9861fa5c15333068604_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256:7690d11cf9b186239dd7cba36af47e668c91edab076af9861fa5c15333068604?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=v4.17.0-202504012136.p0.gac8d902.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-rhel9@sha256:4feb7d220196b24095e66df7dc5d73f82810e01d348efb11b79d9e074ac5fcd4_s390x",
"product": {
"name": "openshift4/ose-installer-rhel9@sha256:4feb7d220196b24095e66df7dc5d73f82810e01d348efb11b79d9e074ac5fcd4_s390x",
"product_id": "openshift4/ose-installer-rhel9@sha256:4feb7d220196b24095e66df7dc5d73f82810e01d348efb11b79d9e074ac5fcd4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256:4feb7d220196b24095e66df7dc5d73f82810e01d348efb11b79d9e074ac5fcd4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=v4.17.0-202504012136.p0.gac8d902.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:ad7496211ecceec6768ad11f58250c19775bf4688d17d8727ddf6ce6f19407be_s390x",
"product": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:ad7496211ecceec6768ad11f58250c19775bf4688d17d8727ddf6ce6f19407be_s390x",
"product_id": "openshift4/ose-machine-config-rhel9-operator@sha256:ad7496211ecceec6768ad11f58250c19775bf4688d17d8727ddf6ce6f19407be_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256:ad7496211ecceec6768ad11f58250c19775bf4688d17d8727ddf6ce6f19407be?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=v4.17.0-202503282005.p0.g143ea7b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-os-images-rhel9@sha256:01b97b4cf175a385c4a5419d19ad07572cc055253ad4a680f9f06ec20a5c0d5d_s390x",
"product": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:01b97b4cf175a385c4a5419d19ad07572cc055253ad4a680f9f06ec20a5c0d5d_s390x",
"product_id": "openshift4/ose-machine-os-images-rhel9@sha256:01b97b4cf175a385c4a5419d19ad07572cc055253ad4a680f9f06ec20a5c0d5d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256:01b97b4cf175a385c4a5419d19ad07572cc055253ad4a680f9f06ec20a5c0d5d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=v4.17.0-202504012136.p0.gf85666b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel9@sha256:8cef420ca0d2fb07ebba67db82c6afc26a46721b422f7ab8b1100240d148f4d4_s390x",
"product": {
"name": "openshift4/network-tools-rhel9@sha256:8cef420ca0d2fb07ebba67db82c6afc26a46721b422f7ab8b1100240d148f4d4_s390x",
"product_id": "openshift4/network-tools-rhel9@sha256:8cef420ca0d2fb07ebba67db82c6afc26a46721b422f7ab8b1100240d148f4d4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256:8cef420ca0d2fb07ebba67db82c6afc26a46721b422f7ab8b1100240d148f4d4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=v4.17.0-202504020136.p0.g8e170b4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-service-ca-rhel9-operator@sha256:4a3c5f5c259d7840b851470093d6e0c8a6109b119c043b0b2312dc9f8b5a51c0_s390x",
"product": {
"name": "openshift4/ose-service-ca-rhel9-operator@sha256:4a3c5f5c259d7840b851470093d6e0c8a6109b119c043b0b2312dc9f8b5a51c0_s390x",
"product_id": "openshift4/ose-service-ca-rhel9-operator@sha256:4a3c5f5c259d7840b851470093d6e0c8a6109b119c043b0b2312dc9f8b5a51c0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256:4a3c5f5c259d7840b851470093d6e0c8a6109b119c043b0b2312dc9f8b5a51c0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-rhel9-operator\u0026tag=v4.17.0-202504011435.p0.gf1b6307.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel9@sha256:4135b690949ef89f47a2e9c32237533ad3971c207014e75f482e31ba83119ee5_s390x",
"product": {
"name": "openshift4/ose-tools-rhel9@sha256:4135b690949ef89f47a2e9c32237533ad3971c207014e75f482e31ba83119ee5_s390x",
"product_id": "openshift4/ose-tools-rhel9@sha256:4135b690949ef89f47a2e9c32237533ad3971c207014e75f482e31ba83119ee5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256:4135b690949ef89f47a2e9c32237533ad3971c207014e75f482e31ba83119ee5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=v4.17.0-202504020136.p0.g0000b3e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "rhcos@sha256:01c27caef26cbd54b070a6799b0f4ae651f1e1f99f207df571baca6e6475c4b2_s390x",
"product": {
"name": "rhcos@sha256:01c27caef26cbd54b070a6799b0f4ae651f1e1f99f207df571baca6e6475c4b2_s390x",
"product_id": "rhcos@sha256:01c27caef26cbd54b070a6799b0f4ae651f1e1f99f207df571baca6e6475c4b2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:01c27caef26cbd54b070a6799b0f4ae651f1e1f99f207df571baca6e6475c4b2?arch=s390x\u0026repository_url=registry.redhat.io/rhcos\u0026tag=417.94.202504012217-0"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-network-rhel9-operator@sha256:1bf4f7ad2a526175ea16d0cc432830ad0a76e043b4bbfd66bf19b82f5770627b_ppc64le",
"product": {
"name": "openshift4/ose-cluster-network-rhel9-operator@sha256:1bf4f7ad2a526175ea16d0cc432830ad0a76e043b4bbfd66bf19b82f5770627b_ppc64le",
"product_id": "openshift4/ose-cluster-network-rhel9-operator@sha256:1bf4f7ad2a526175ea16d0cc432830ad0a76e043b4bbfd66bf19b82f5770627b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256:1bf4f7ad2a526175ea16d0cc432830ad0a76e043b4bbfd66bf19b82f5770627b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator\u0026tag=v4.17.0-202503311836.p0.gcf90595.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3c1b53d1829d379c251af96d81465e8788e0a5490dd887ffe7a8c71e1db4c3a7_ppc64le",
"product": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3c1b53d1829d379c251af96d81465e8788e0a5490dd887ffe7a8c71e1db4c3a7_ppc64le",
"product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3c1b53d1829d379c251af96d81465e8788e0a5490dd887ffe7a8c71e1db4c3a7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:3c1b53d1829d379c251af96d81465e8788e0a5490dd887ffe7a8c71e1db4c3a7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.17.0-202504020136.p0.gb6712f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:2baeabbcf22bf1b003940c56ed11ff8a86fdb2960cdf0eabc7f5a8362a5aed79_ppc64le",
"product": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:2baeabbcf22bf1b003940c56ed11ff8a86fdb2960cdf0eabc7f5a8362a5aed79_ppc64le",
"product_id": "openshift4/ose-monitoring-plugin-rhel9@sha256:2baeabbcf22bf1b003940c56ed11ff8a86fdb2960cdf0eabc7f5a8362a5aed79_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256:2baeabbcf22bf1b003940c56ed11ff8a86fdb2960cdf0eabc7f5a8362a5aed79?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=v4.17.0-202504020136.p0.ga2e7c4e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:ec42755c2f7e4abc06765776408c2d02a63ff7908fc6ed72a58d5e3c24bc3806_ppc64le",
"product": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:ec42755c2f7e4abc06765776408c2d02a63ff7908fc6ed72a58d5e3c24bc3806_ppc64le",
"product_id": "openshift4/ose-networking-console-plugin-rhel9@sha256:ec42755c2f7e4abc06765776408c2d02a63ff7908fc6ed72a58d5e3c24bc3806_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256:ec42755c2f7e4abc06765776408c2d02a63ff7908fc6ed72a58d5e3c24bc3806?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=v4.17.0-202504020136.p0.g9b76377.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder-rhel9@sha256:df428f1cfa76c3c471ef2cc23d0b5d70f99a0fe540e7e7c626ee86a876ba0eb5_ppc64le",
"product": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:df428f1cfa76c3c471ef2cc23d0b5d70f99a0fe540e7e7c626ee86a876ba0eb5_ppc64le",
"product_id": "openshift4/ose-docker-builder-rhel9@sha256:df428f1cfa76c3c471ef2cc23d0b5d70f99a0fe540e7e7c626ee86a876ba0eb5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256:df428f1cfa76c3c471ef2cc23d0b5d70f99a0fe540e7e7c626ee86a876ba0eb5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=v4.17.0-202503282104.p0.g2bfbba1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-rhel9@sha256:4a6d38fb6a2f07b3abd8e33c4a6349955044ad4e288918465257058c6596d283_ppc64le",
"product": {
"name": "openshift4/ose-console-rhel9@sha256:4a6d38fb6a2f07b3abd8e33c4a6349955044ad4e288918465257058c6596d283_ppc64le",
"product_id": "openshift4/ose-console-rhel9@sha256:4a6d38fb6a2f07b3abd8e33c4a6349955044ad4e288918465257058c6596d283_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256:4a6d38fb6a2f07b3abd8e33c4a6349955044ad4e288918465257058c6596d283?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=v4.17.0-202504020136.p0.ge3810ed.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hyperkube-rhel9@sha256:be6d0071f11769b8132ee98a9a04e1fe6354327ab5a0c9e620eb5c4b40d28545_ppc64le",
"product": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:be6d0071f11769b8132ee98a9a04e1fe6354327ab5a0c9e620eb5c4b40d28545_ppc64le",
"product_id": "openshift4/ose-hyperkube-rhel9@sha256:be6d0071f11769b8132ee98a9a04e1fe6354327ab5a0c9e620eb5c4b40d28545_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256:be6d0071f11769b8132ee98a9a04e1fe6354327ab5a0c9e620eb5c4b40d28545?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=v4.17.0-202504012136.p0.g89ebee0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-pod-rhel9@sha256:040b535f95689b081a0fc0b633496e8a1bccc6789766377550540d0a7b78420c_ppc64le",
"product": {
"name": "openshift4/ose-pod-rhel9@sha256:040b535f95689b081a0fc0b633496e8a1bccc6789766377550540d0a7b78420c_ppc64le",
"product_id": "openshift4/ose-pod-rhel9@sha256:040b535f95689b081a0fc0b633496e8a1bccc6789766377550540d0a7b78420c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256:040b535f95689b081a0fc0b633496e8a1bccc6789766377550540d0a7b78420c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-pod-rhel9\u0026tag=v4.17.0-202504012136.p0.g89ebee0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests-rhel9@sha256:33f0c8914e3eebcfb6178bd3275edb96905a995a1d36be722563f3cedf346f32_ppc64le",
"product": {
"name": "openshift4/ose-tests-rhel9@sha256:33f0c8914e3eebcfb6178bd3275edb96905a995a1d36be722563f3cedf346f32_ppc64le",
"product_id": "openshift4/ose-tests-rhel9@sha256:33f0c8914e3eebcfb6178bd3275edb96905a995a1d36be722563f3cedf346f32_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256:33f0c8914e3eebcfb6178bd3275edb96905a995a1d36be722563f3cedf346f32?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=v4.17.0-202504020136.p0.g4a06fd3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:05a8cf639d4f51644c34e86e732be0551d7db0b0287b28ae2df4e139a1f1f50c_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:05a8cf639d4f51644c34e86e732be0551d7db0b0287b28ae2df4e139a1f1f50c_ppc64le",
"product_id": "openshift4/ose-agent-installer-api-server-rhel9@sha256:05a8cf639d4f51644c34e86e732be0551d7db0b0287b28ae2df4e139a1f1f50c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256:05a8cf639d4f51644c34e86e732be0551d7db0b0287b28ae2df4e139a1f1f50c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=v4.17.0-202503311105.p0.g0399efe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:1440f78a610b0205e9ee0ffab7a99c035f9fab456dec76fc804aa14f87efda8c_ppc64le",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:1440f78a610b0205e9ee0ffab7a99c035f9fab456dec76fc804aa14f87efda8c_ppc64le",
"product_id": "openshift4/ose-baremetal-installer-rhel9@sha256:1440f78a610b0205e9ee0ffab7a99c035f9fab456dec76fc804aa14f87efda8c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256:1440f78a610b0205e9ee0ffab7a99c035f9fab456dec76fc804aa14f87efda8c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=v4.17.0-202504012136.p0.gac8d902.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cloud-credential-rhel9-operator@sha256:25e855545dad6fa69ae7c6b2d71acab49536f37dcc21c3f8ef2261a223d6eb1d_ppc64le",
"product": {
"name": "openshift4/ose-cloud-credential-rhel9-operator@sha256:25e855545dad6fa69ae7c6b2d71acab49536f37dcc21c3f8ef2261a223d6eb1d_ppc64le",
"product_id": "openshift4/ose-cloud-credential-rhel9-operator@sha256:25e855545dad6fa69ae7c6b2d71acab49536f37dcc21c3f8ef2261a223d6eb1d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256:25e855545dad6fa69ae7c6b2d71acab49536f37dcc21c3f8ef2261a223d6eb1d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator\u0026tag=v4.17.0-202504010735.p0.gb00cc87.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:16655e1abd7fe21d4eff748185b9224f1a16a1b1cec6ffc40e099d1f0f502c15_ppc64le",
"product": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:16655e1abd7fe21d4eff748185b9224f1a16a1b1cec6ffc40e099d1f0f502c15_ppc64le",
"product_id": "openshift4/ose-cluster-samples-rhel9-operator@sha256:16655e1abd7fe21d4eff748185b9224f1a16a1b1cec6ffc40e099d1f0f502c15_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256:16655e1abd7fe21d4eff748185b9224f1a16a1b1cec6ffc40e099d1f0f502c15?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=v4.17.0-202503311436.p0.g6c04c37.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel9@sha256:4ad05565355b7b312765876f6c280d1c0175d7a0db948d2583da3ac48f75b46c_ppc64le",
"product": {
"name": "openshift4/ose-hypershift-rhel9@sha256:4ad05565355b7b312765876f6c280d1c0175d7a0db948d2583da3ac48f75b46c_ppc64le",
"product_id": "openshift4/ose-hypershift-rhel9@sha256:4ad05565355b7b312765876f6c280d1c0175d7a0db948d2583da3ac48f75b46c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256:4ad05565355b7b312765876f6c280d1c0175d7a0db948d2583da3ac48f75b46c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=v4.17.0-202503290233.p0.g6a6dad2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:cea2099e5c0697045622178ec5df6ffdaaf6d517d4f9d34fc7a4def2b11332dd_ppc64le",
"product": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:cea2099e5c0697045622178ec5df6ffdaaf6d517d4f9d34fc7a4def2b11332dd_ppc64le",
"product_id": "openshift4/ose-installer-altinfra-rhel9@sha256:cea2099e5c0697045622178ec5df6ffdaaf6d517d4f9d34fc7a4def2b11332dd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256:cea2099e5c0697045622178ec5df6ffdaaf6d517d4f9d34fc7a4def2b11332dd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-altinfra-rhel9\u0026tag=v4.17.0-202504012136.p0.gac8d902.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:10b015b52fb63fc2a56c395165255cbb5ef49bc5f5334deedbb6b21392cde205_ppc64le",
"product": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:10b015b52fb63fc2a56c395165255cbb5ef49bc5f5334deedbb6b21392cde205_ppc64le",
"product_id": "openshift4/ose-installer-artifacts-rhel9@sha256:10b015b52fb63fc2a56c395165255cbb5ef49bc5f5334deedbb6b21392cde205_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256:10b015b52fb63fc2a56c395165255cbb5ef49bc5f5334deedbb6b21392cde205?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=v4.17.0-202504012136.p0.gac8d902.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-rhel9@sha256:00c32aeea5f5782473f39f411f00bbb6b2068f06c449e7f4c0d015e9aeaa7856_ppc64le",
"product": {
"name": "openshift4/ose-installer-rhel9@sha256:00c32aeea5f5782473f39f411f00bbb6b2068f06c449e7f4c0d015e9aeaa7856_ppc64le",
"product_id": "openshift4/ose-installer-rhel9@sha256:00c32aeea5f5782473f39f411f00bbb6b2068f06c449e7f4c0d015e9aeaa7856_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256:00c32aeea5f5782473f39f411f00bbb6b2068f06c449e7f4c0d015e9aeaa7856?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=v4.17.0-202504012136.p0.gac8d902.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:52b67fc5ed2cba8634d325c4588da18270f2a4b40f8c7b7bb26a388d469fbf68_ppc64le",
"product": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:52b67fc5ed2cba8634d325c4588da18270f2a4b40f8c7b7bb26a388d469fbf68_ppc64le",
"product_id": "openshift4/ose-machine-config-rhel9-operator@sha256:52b67fc5ed2cba8634d325c4588da18270f2a4b40f8c7b7bb26a388d469fbf68_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256:52b67fc5ed2cba8634d325c4588da18270f2a4b40f8c7b7bb26a388d469fbf68?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=v4.17.0-202503282005.p0.g143ea7b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-os-images-rhel9@sha256:835c5f9664088a14a84e124c53fb87d1189a02188ce1d5aafd4e9c5f5ef11dff_ppc64le",
"product": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:835c5f9664088a14a84e124c53fb87d1189a02188ce1d5aafd4e9c5f5ef11dff_ppc64le",
"product_id": "openshift4/ose-machine-os-images-rhel9@sha256:835c5f9664088a14a84e124c53fb87d1189a02188ce1d5aafd4e9c5f5ef11dff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256:835c5f9664088a14a84e124c53fb87d1189a02188ce1d5aafd4e9c5f5ef11dff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=v4.17.0-202504012136.p0.gf85666b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel9@sha256:ca88626922e1cfa322077c99cac28be4e04845267188d9925dbc9c2d8ff73018_ppc64le",
"product": {
"name": "openshift4/network-tools-rhel9@sha256:ca88626922e1cfa322077c99cac28be4e04845267188d9925dbc9c2d8ff73018_ppc64le",
"product_id": "openshift4/network-tools-rhel9@sha256:ca88626922e1cfa322077c99cac28be4e04845267188d9925dbc9c2d8ff73018_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256:ca88626922e1cfa322077c99cac28be4e04845267188d9925dbc9c2d8ff73018?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=v4.17.0-202504020136.p0.g8e170b4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-service-ca-rhel9-operator@sha256:a20d3679a754d383a3a98b1266863cec0e54269e5a9ee862fb18104f39b49a5e_ppc64le",
"product": {
"name": "openshift4/ose-service-ca-rhel9-operator@sha256:a20d3679a754d383a3a98b1266863cec0e54269e5a9ee862fb18104f39b49a5e_ppc64le",
"product_id": "openshift4/ose-service-ca-rhel9-operator@sha256:a20d3679a754d383a3a98b1266863cec0e54269e5a9ee862fb18104f39b49a5e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256:a20d3679a754d383a3a98b1266863cec0e54269e5a9ee862fb18104f39b49a5e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-rhel9-operator\u0026tag=v4.17.0-202504011435.p0.gf1b6307.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel9@sha256:cb4ca0a9a5df2a7c93600acd4b1dd6814130904ed50c26740e10f49883e98912_ppc64le",
"product": {
"name": "openshift4/ose-tools-rhel9@sha256:cb4ca0a9a5df2a7c93600acd4b1dd6814130904ed50c26740e10f49883e98912_ppc64le",
"product_id": "openshift4/ose-tools-rhel9@sha256:cb4ca0a9a5df2a7c93600acd4b1dd6814130904ed50c26740e10f49883e98912_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256:cb4ca0a9a5df2a7c93600acd4b1dd6814130904ed50c26740e10f49883e98912?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=v4.17.0-202504020136.p0.g0000b3e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "rhcos@sha256:01c27caef26cbd54b070a6799b0f4ae651f1e1f99f207df571baca6e6475c4b2_ppc64le",
"product": {
"name": "rhcos@sha256:01c27caef26cbd54b070a6799b0f4ae651f1e1f99f207df571baca6e6475c4b2_ppc64le",
"product_id": "rhcos@sha256:01c27caef26cbd54b070a6799b0f4ae651f1e1f99f207df571baca6e6475c4b2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:01c27caef26cbd54b070a6799b0f4ae651f1e1f99f207df571baca6e6475c4b2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhcos\u0026tag=417.94.202504012217-0"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rhcos@sha256:01c27caef26cbd54b070a6799b0f4ae651f1e1f99f207df571baca6e6475c4b2_aarch64",
"product": {
"name": "rhcos@sha256:01c27caef26cbd54b070a6799b0f4ae651f1e1f99f207df571baca6e6475c4b2_aarch64",
"product_id": "rhcos@sha256:01c27caef26cbd54b070a6799b0f4ae651f1e1f99f207df571baca6e6475c4b2_aarch64",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:01c27caef26cbd54b070a6799b0f4ae651f1e1f99f207df571baca6e6475c4b2?arch=aarch64\u0026repository_url=registry.redhat.io/rhcos\u0026tag=417.94.202504012217-0"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhcos@sha256:01c27caef26cbd54b070a6799b0f4ae651f1e1f99f207df571baca6e6475c4b2_x86_64",
"product": {
"name": "rhcos@sha256:01c27caef26cbd54b070a6799b0f4ae651f1e1f99f207df571baca6e6475c4b2_x86_64",
"product_id": "rhcos@sha256:01c27caef26cbd54b070a6799b0f4ae651f1e1f99f207df571baca6e6475c4b2_x86_64",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:01c27caef26cbd54b070a6799b0f4ae651f1e1f99f207df571baca6e6475c4b2?arch=x86_64\u0026repository_url=registry.redhat.io/rhcos\u0026tag=417.94.202504012217-0"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel9@sha256:8cef420ca0d2fb07ebba67db82c6afc26a46721b422f7ab8b1100240d148f4d4_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:8cef420ca0d2fb07ebba67db82c6afc26a46721b422f7ab8b1100240d148f4d4_s390x"
},
"product_reference": "openshift4/network-tools-rhel9@sha256:8cef420ca0d2fb07ebba67db82c6afc26a46721b422f7ab8b1100240d148f4d4_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel9@sha256:ad9e32d48531d683bd63908b275fba5e31e8561e3b772a30daa57687bf16a2ac_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:ad9e32d48531d683bd63908b275fba5e31e8561e3b772a30daa57687bf16a2ac_amd64"
},
"product_reference": "openshift4/network-tools-rhel9@sha256:ad9e32d48531d683bd63908b275fba5e31e8561e3b772a30daa57687bf16a2ac_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel9@sha256:ca88626922e1cfa322077c99cac28be4e04845267188d9925dbc9c2d8ff73018_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:ca88626922e1cfa322077c99cac28be4e04845267188d9925dbc9c2d8ff73018_ppc64le"
},
"product_reference": "openshift4/network-tools-rhel9@sha256:ca88626922e1cfa322077c99cac28be4e04845267188d9925dbc9c2d8ff73018_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel9@sha256:e2f4bf7ee2505145af9879f1d057b6dd089565f6c2dc02cf4f65fef8927233d2_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:e2f4bf7ee2505145af9879f1d057b6dd089565f6c2dc02cf4f65fef8927233d2_arm64"
},
"product_reference": "openshift4/network-tools-rhel9@sha256:e2f4bf7ee2505145af9879f1d057b6dd089565f6c2dc02cf4f65fef8927233d2_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:05a8cf639d4f51644c34e86e732be0551d7db0b0287b28ae2df4e139a1f1f50c_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:05a8cf639d4f51644c34e86e732be0551d7db0b0287b28ae2df4e139a1f1f50c_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel9@sha256:05a8cf639d4f51644c34e86e732be0551d7db0b0287b28ae2df4e139a1f1f50c_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:0c04b96e6779d6fef8ab85e7e45b7af1ae861c599c6cba81acc6fe0cc68dbade_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:0c04b96e6779d6fef8ab85e7e45b7af1ae861c599c6cba81acc6fe0cc68dbade_s390x"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel9@sha256:0c04b96e6779d6fef8ab85e7e45b7af1ae861c599c6cba81acc6fe0cc68dbade_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:a03a9af376579c6739877bf254443b8659dab3762e991a8c64eb506ef2a75bc2_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:a03a9af376579c6739877bf254443b8659dab3762e991a8c64eb506ef2a75bc2_amd64"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel9@sha256:a03a9af376579c6739877bf254443b8659dab3762e991a8c64eb506ef2a75bc2_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel9@sha256:c69e3500230c158129bf2bb350324e0d930fe49402353bd9e4de388c0c722fe1_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:c69e3500230c158129bf2bb350324e0d930fe49402353bd9e4de388c0c722fe1_arm64"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel9@sha256:c69e3500230c158129bf2bb350324e0d930fe49402353bd9e4de388c0c722fe1_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3f4de63bfac55ec000217d7f5ec0c7a0e192ebeb1e200edbc8a6b7e1b3813093_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3f4de63bfac55ec000217d7f5ec0c7a0e192ebeb1e200edbc8a6b7e1b3813093_amd64"
},
"product_reference": "openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3f4de63bfac55ec000217d7f5ec0c7a0e192ebeb1e200edbc8a6b7e1b3813093_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:dcc8cd8fce69481d4ddc5e4fc1d101b78ad0dd3abdc00924281c6cc2526e7fcf_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:dcc8cd8fce69481d4ddc5e4fc1d101b78ad0dd3abdc00924281c6cc2526e7fcf_arm64"
},
"product_reference": "openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:dcc8cd8fce69481d4ddc5e4fc1d101b78ad0dd3abdc00924281c6cc2526e7fcf_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:1440f78a610b0205e9ee0ffab7a99c035f9fab456dec76fc804aa14f87efda8c_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:1440f78a610b0205e9ee0ffab7a99c035f9fab456dec76fc804aa14f87efda8c_ppc64le"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel9@sha256:1440f78a610b0205e9ee0ffab7a99c035f9fab456dec76fc804aa14f87efda8c_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:b5ec01eecf8f3377a34374bb36a36a00ab8305f7dfa9771022a827a11f9b6f16_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:b5ec01eecf8f3377a34374bb36a36a00ab8305f7dfa9771022a827a11f9b6f16_arm64"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel9@sha256:b5ec01eecf8f3377a34374bb36a36a00ab8305f7dfa9771022a827a11f9b6f16_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:c3f08afe2f6142eb824daab65329b99038a7ca86c94efad0795b559d92c14d5f_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:c3f08afe2f6142eb824daab65329b99038a7ca86c94efad0795b559d92c14d5f_s390x"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel9@sha256:c3f08afe2f6142eb824daab65329b99038a7ca86c94efad0795b559d92c14d5f_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel9@sha256:cd35e666096119b0d18be277aa03f4fa66f25deb93a594a6c4e16990dc47584c_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:cd35e666096119b0d18be277aa03f4fa66f25deb93a594a6c4e16990dc47584c_amd64"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel9@sha256:cd35e666096119b0d18be277aa03f4fa66f25deb93a594a6c4e16990dc47584c_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cloud-credential-rhel9-operator@sha256:25e855545dad6fa69ae7c6b2d71acab49536f37dcc21c3f8ef2261a223d6eb1d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:25e855545dad6fa69ae7c6b2d71acab49536f37dcc21c3f8ef2261a223d6eb1d_ppc64le"
},
"product_reference": "openshift4/ose-cloud-credential-rhel9-operator@sha256:25e855545dad6fa69ae7c6b2d71acab49536f37dcc21c3f8ef2261a223d6eb1d_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cloud-credential-rhel9-operator@sha256:279e3f653532d9fb4b0750161ad93757a9e610e8da6c771d3add7e64e83a2c15_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:279e3f653532d9fb4b0750161ad93757a9e610e8da6c771d3add7e64e83a2c15_amd64"
},
"product_reference": "openshift4/ose-cloud-credential-rhel9-operator@sha256:279e3f653532d9fb4b0750161ad93757a9e610e8da6c771d3add7e64e83a2c15_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cloud-credential-rhel9-operator@sha256:3fb12f61b7c7edf41f37dc8a0aca8cb4baa369eed056cc576e426d5c668973e4_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:3fb12f61b7c7edf41f37dc8a0aca8cb4baa369eed056cc576e426d5c668973e4_arm64"
},
"product_reference": "openshift4/ose-cloud-credential-rhel9-operator@sha256:3fb12f61b7c7edf41f37dc8a0aca8cb4baa369eed056cc576e426d5c668973e4_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cloud-credential-rhel9-operator@sha256:af4eb215e629922be2b7e2d1f7de69be3aeb05db7c45321da70887e65b7950e6_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:af4eb215e629922be2b7e2d1f7de69be3aeb05db7c45321da70887e65b7950e6_s390x"
},
"product_reference": "openshift4/ose-cloud-credential-rhel9-operator@sha256:af4eb215e629922be2b7e2d1f7de69be3aeb05db7c45321da70887e65b7950e6_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-network-rhel9-operator@sha256:0a90a7f5271a2dc014d99bc67884b7041aefc822cefa08f7edf070e74c745819_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:0a90a7f5271a2dc014d99bc67884b7041aefc822cefa08f7edf070e74c745819_amd64"
},
"product_reference": "openshift4/ose-cluster-network-rhel9-operator@sha256:0a90a7f5271a2dc014d99bc67884b7041aefc822cefa08f7edf070e74c745819_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-network-rhel9-operator@sha256:1bf4f7ad2a526175ea16d0cc432830ad0a76e043b4bbfd66bf19b82f5770627b_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:1bf4f7ad2a526175ea16d0cc432830ad0a76e043b4bbfd66bf19b82f5770627b_ppc64le"
},
"product_reference": "openshift4/ose-cluster-network-rhel9-operator@sha256:1bf4f7ad2a526175ea16d0cc432830ad0a76e043b4bbfd66bf19b82f5770627b_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-network-rhel9-operator@sha256:94af888c71735513c0feefa9986053f9577a708197b86db706575f22666694f7_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:94af888c71735513c0feefa9986053f9577a708197b86db706575f22666694f7_s390x"
},
"product_reference": "openshift4/ose-cluster-network-rhel9-operator@sha256:94af888c71735513c0feefa9986053f9577a708197b86db706575f22666694f7_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-network-rhel9-operator@sha256:9f4c11ab90c881aca17ca108d9936e839e17ae7c4b2d44f6e4a6dbf82577a0cf_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:9f4c11ab90c881aca17ca108d9936e839e17ae7c4b2d44f6e4a6dbf82577a0cf_arm64"
},
"product_reference": "openshift4/ose-cluster-network-rhel9-operator@sha256:9f4c11ab90c881aca17ca108d9936e839e17ae7c4b2d44f6e4a6dbf82577a0cf_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3c1b53d1829d379c251af96d81465e8788e0a5490dd887ffe7a8c71e1db4c3a7_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3c1b53d1829d379c251af96d81465e8788e0a5490dd887ffe7a8c71e1db4c3a7_ppc64le"
},
"product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3c1b53d1829d379c251af96d81465e8788e0a5490dd887ffe7a8c71e1db4c3a7_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:80039d520659915a61695bb747714a3fb445791a1ee9d0b27e5f0a96a31131fa_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:80039d520659915a61695bb747714a3fb445791a1ee9d0b27e5f0a96a31131fa_s390x"
},
"product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:80039d520659915a61695bb747714a3fb445791a1ee9d0b27e5f0a96a31131fa_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:98d133066b0154170b174f96a9335dee4cf9b26ce728d8f5ec07fdc4248a2ad9_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:98d133066b0154170b174f96a9335dee4cf9b26ce728d8f5ec07fdc4248a2ad9_amd64"
},
"product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:98d133066b0154170b174f96a9335dee4cf9b26ce728d8f5ec07fdc4248a2ad9_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c1a02ca9e54df26145a85dc12174dc0c204d6c1eefff723a3a6117f2eb757a9e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c1a02ca9e54df26145a85dc12174dc0c204d6c1eefff723a3a6117f2eb757a9e_arm64"
},
"product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c1a02ca9e54df26145a85dc12174dc0c204d6c1eefff723a3a6117f2eb757a9e_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:16655e1abd7fe21d4eff748185b9224f1a16a1b1cec6ffc40e099d1f0f502c15_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:16655e1abd7fe21d4eff748185b9224f1a16a1b1cec6ffc40e099d1f0f502c15_ppc64le"
},
"product_reference": "openshift4/ose-cluster-samples-rhel9-operator@sha256:16655e1abd7fe21d4eff748185b9224f1a16a1b1cec6ffc40e099d1f0f502c15_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:27595cbc9fa36de1c069e1e559d78263af4faae0a96a4582fa923fe1676a9cb0_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:27595cbc9fa36de1c069e1e559d78263af4faae0a96a4582fa923fe1676a9cb0_s390x"
},
"product_reference": "openshift4/ose-cluster-samples-rhel9-operator@sha256:27595cbc9fa36de1c069e1e559d78263af4faae0a96a4582fa923fe1676a9cb0_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:7de776c05301ddb4c3005a3a7d3440e1899371de9f72301fce4e5a151c95f694_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:7de776c05301ddb4c3005a3a7d3440e1899371de9f72301fce4e5a151c95f694_arm64"
},
"product_reference": "openshift4/ose-cluster-samples-rhel9-operator@sha256:7de776c05301ddb4c3005a3a7d3440e1899371de9f72301fce4e5a151c95f694_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-rhel9-operator@sha256:966515651cfa31d6a1a544f4757424894e6a7fe1822b72452b75471f7ee3d2c2_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:966515651cfa31d6a1a544f4757424894e6a7fe1822b72452b75471f7ee3d2c2_amd64"
},
"product_reference": "openshift4/ose-cluster-samples-rhel9-operator@sha256:966515651cfa31d6a1a544f4757424894e6a7fe1822b72452b75471f7ee3d2c2_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-rhel9@sha256:093bfc371a589e317bb7c587d5a5db7a5da5af306fa2724b6ce8bdc61086a2e2_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:093bfc371a589e317bb7c587d5a5db7a5da5af306fa2724b6ce8bdc61086a2e2_amd64"
},
"product_reference": "openshift4/ose-console-rhel9@sha256:093bfc371a589e317bb7c587d5a5db7a5da5af306fa2724b6ce8bdc61086a2e2_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-rhel9@sha256:4a6d38fb6a2f07b3abd8e33c4a6349955044ad4e288918465257058c6596d283_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:4a6d38fb6a2f07b3abd8e33c4a6349955044ad4e288918465257058c6596d283_ppc64le"
},
"product_reference": "openshift4/ose-console-rhel9@sha256:4a6d38fb6a2f07b3abd8e33c4a6349955044ad4e288918465257058c6596d283_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-rhel9@sha256:66e26eb06893275991fa8e72feaa76607b6cc925c5e3d59dffe5b64d8df02634_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:66e26eb06893275991fa8e72feaa76607b6cc925c5e3d59dffe5b64d8df02634_arm64"
},
"product_reference": "openshift4/ose-console-rhel9@sha256:66e26eb06893275991fa8e72feaa76607b6cc925c5e3d59dffe5b64d8df02634_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-rhel9@sha256:cd4bd6adad24c82e4b143c02fee64731ad5326f8f0b028ef532cafaa17476429_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:cd4bd6adad24c82e4b143c02fee64731ad5326f8f0b028ef532cafaa17476429_s390x"
},
"product_reference": "openshift4/ose-console-rhel9@sha256:cd4bd6adad24c82e4b143c02fee64731ad5326f8f0b028ef532cafaa17476429_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:13c79a8969b5f579a434547225fc55f33703ab371ccc6f2c41bf9152f5bd7f7e_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:13c79a8969b5f579a434547225fc55f33703ab371ccc6f2c41bf9152f5bd7f7e_s390x"
},
"product_reference": "openshift4/ose-docker-builder-rhel9@sha256:13c79a8969b5f579a434547225fc55f33703ab371ccc6f2c41bf9152f5bd7f7e_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:58b3eeabdd1d248bb706b7060110456915327d459901a663a917aff828b10745_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:58b3eeabdd1d248bb706b7060110456915327d459901a663a917aff828b10745_arm64"
},
"product_reference": "openshift4/ose-docker-builder-rhel9@sha256:58b3eeabdd1d248bb706b7060110456915327d459901a663a917aff828b10745_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:7a0ff0d9791a8c94d19d499cb2690392c4f5025152a65ee7fbf463ac74ffbf35_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:7a0ff0d9791a8c94d19d499cb2690392c4f5025152a65ee7fbf463ac74ffbf35_amd64"
},
"product_reference": "openshift4/ose-docker-builder-rhel9@sha256:7a0ff0d9791a8c94d19d499cb2690392c4f5025152a65ee7fbf463ac74ffbf35_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder-rhel9@sha256:df428f1cfa76c3c471ef2cc23d0b5d70f99a0fe540e7e7c626ee86a876ba0eb5_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:df428f1cfa76c3c471ef2cc23d0b5d70f99a0fe540e7e7c626ee86a876ba0eb5_ppc64le"
},
"product_reference": "openshift4/ose-docker-builder-rhel9@sha256:df428f1cfa76c3c471ef2cc23d0b5d70f99a0fe540e7e7c626ee86a876ba0eb5_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:9047da4d23cfce8b59f3ccdc52628ed8b54f47c4052a3d442148d263a0ff62c8_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:9047da4d23cfce8b59f3ccdc52628ed8b54f47c4052a3d442148d263a0ff62c8_arm64"
},
"product_reference": "openshift4/ose-hyperkube-rhel9@sha256:9047da4d23cfce8b59f3ccdc52628ed8b54f47c4052a3d442148d263a0ff62c8_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:be6d0071f11769b8132ee98a9a04e1fe6354327ab5a0c9e620eb5c4b40d28545_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:be6d0071f11769b8132ee98a9a04e1fe6354327ab5a0c9e620eb5c4b40d28545_ppc64le"
},
"product_reference": "openshift4/ose-hyperkube-rhel9@sha256:be6d0071f11769b8132ee98a9a04e1fe6354327ab5a0c9e620eb5c4b40d28545_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:c496b5b14d32b6647dae97f79f858303cfbd640c9e0c19bd5cabdbe73a5260b4_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:c496b5b14d32b6647dae97f79f858303cfbd640c9e0c19bd5cabdbe73a5260b4_s390x"
},
"product_reference": "openshift4/ose-hyperkube-rhel9@sha256:c496b5b14d32b6647dae97f79f858303cfbd640c9e0c19bd5cabdbe73a5260b4_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:feab113096d6ec632a449506cc26410ac1eb93ec718b16fd49bf1ef2381d21da_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:feab113096d6ec632a449506cc26410ac1eb93ec718b16fd49bf1ef2381d21da_amd64"
},
"product_reference": "openshift4/ose-hyperkube-rhel9@sha256:feab113096d6ec632a449506cc26410ac1eb93ec718b16fd49bf1ef2381d21da_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel9@sha256:04428357abf3a7df2a5339fab9669a8e44f209600854b47bf900a88da3b47039_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:04428357abf3a7df2a5339fab9669a8e44f209600854b47bf900a88da3b47039_amd64"
},
"product_reference": "openshift4/ose-hypershift-rhel9@sha256:04428357abf3a7df2a5339fab9669a8e44f209600854b47bf900a88da3b47039_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel9@sha256:15af2a06a479bb72da1271839abc94ab2b9a570dd0a8efd8be24d90baf10aa2f_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:15af2a06a479bb72da1271839abc94ab2b9a570dd0a8efd8be24d90baf10aa2f_s390x"
},
"product_reference": "openshift4/ose-hypershift-rhel9@sha256:15af2a06a479bb72da1271839abc94ab2b9a570dd0a8efd8be24d90baf10aa2f_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel9@sha256:4ad05565355b7b312765876f6c280d1c0175d7a0db948d2583da3ac48f75b46c_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:4ad05565355b7b312765876f6c280d1c0175d7a0db948d2583da3ac48f75b46c_ppc64le"
},
"product_reference": "openshift4/ose-hypershift-rhel9@sha256:4ad05565355b7b312765876f6c280d1c0175d7a0db948d2583da3ac48f75b46c_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel9@sha256:a4866f8ed2d4ac87f1fb4af0514ee984c4e7769cdce75e8e55ae6aeed1469992_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:a4866f8ed2d4ac87f1fb4af0514ee984c4e7769cdce75e8e55ae6aeed1469992_arm64"
},
"product_reference": "openshift4/ose-hypershift-rhel9@sha256:a4866f8ed2d4ac87f1fb4af0514ee984c4e7769cdce75e8e55ae6aeed1469992_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:3061d87e775265ca97c435b4dc39bf8c522f51fb1763e28cbc681c8b8e8e0f48_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:3061d87e775265ca97c435b4dc39bf8c522f51fb1763e28cbc681c8b8e8e0f48_amd64"
},
"product_reference": "openshift4/ose-installer-altinfra-rhel9@sha256:3061d87e775265ca97c435b4dc39bf8c522f51fb1763e28cbc681c8b8e8e0f48_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:c0e80e7f4348618003161bb693674aa2e239e182a17bbc5f7bc94aa3e4b9e063_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:c0e80e7f4348618003161bb693674aa2e239e182a17bbc5f7bc94aa3e4b9e063_s390x"
},
"product_reference": "openshift4/ose-installer-altinfra-rhel9@sha256:c0e80e7f4348618003161bb693674aa2e239e182a17bbc5f7bc94aa3e4b9e063_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:cea2099e5c0697045622178ec5df6ffdaaf6d517d4f9d34fc7a4def2b11332dd_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:cea2099e5c0697045622178ec5df6ffdaaf6d517d4f9d34fc7a4def2b11332dd_ppc64le"
},
"product_reference": "openshift4/ose-installer-altinfra-rhel9@sha256:cea2099e5c0697045622178ec5df6ffdaaf6d517d4f9d34fc7a4def2b11332dd_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-altinfra-rhel9@sha256:fabf577016ed47db8a337e1e0a7850528d91e69d55c72c82875f6bb01a531077_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:fabf577016ed47db8a337e1e0a7850528d91e69d55c72c82875f6bb01a531077_arm64"
},
"product_reference": "openshift4/ose-installer-altinfra-rhel9@sha256:fabf577016ed47db8a337e1e0a7850528d91e69d55c72c82875f6bb01a531077_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:10b015b52fb63fc2a56c395165255cbb5ef49bc5f5334deedbb6b21392cde205_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:10b015b52fb63fc2a56c395165255cbb5ef49bc5f5334deedbb6b21392cde205_ppc64le"
},
"product_reference": "openshift4/ose-installer-artifacts-rhel9@sha256:10b015b52fb63fc2a56c395165255cbb5ef49bc5f5334deedbb6b21392cde205_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:704a5b484c9e25cc0e7ec27c180c5dd147f620107d5aa745c80b818dfd2f2fd6_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:704a5b484c9e25cc0e7ec27c180c5dd147f620107d5aa745c80b818dfd2f2fd6_amd64"
},
"product_reference": "openshift4/ose-installer-artifacts-rhel9@sha256:704a5b484c9e25cc0e7ec27c180c5dd147f620107d5aa745c80b818dfd2f2fd6_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:7690d11cf9b186239dd7cba36af47e668c91edab076af9861fa5c15333068604_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:7690d11cf9b186239dd7cba36af47e668c91edab076af9861fa5c15333068604_s390x"
},
"product_reference": "openshift4/ose-installer-artifacts-rhel9@sha256:7690d11cf9b186239dd7cba36af47e668c91edab076af9861fa5c15333068604_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts-rhel9@sha256:ac70c909a3adc3217ff1787ba1115727690fe63b5ea68e91618a2350223c4d5b_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:ac70c909a3adc3217ff1787ba1115727690fe63b5ea68e91618a2350223c4d5b_arm64"
},
"product_reference": "openshift4/ose-installer-artifacts-rhel9@sha256:ac70c909a3adc3217ff1787ba1115727690fe63b5ea68e91618a2350223c4d5b_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-rhel9@sha256:00c32aeea5f5782473f39f411f00bbb6b2068f06c449e7f4c0d015e9aeaa7856_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:00c32aeea5f5782473f39f411f00bbb6b2068f06c449e7f4c0d015e9aeaa7856_ppc64le"
},
"product_reference": "openshift4/ose-installer-rhel9@sha256:00c32aeea5f5782473f39f411f00bbb6b2068f06c449e7f4c0d015e9aeaa7856_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-rhel9@sha256:4feb7d220196b24095e66df7dc5d73f82810e01d348efb11b79d9e074ac5fcd4_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4feb7d220196b24095e66df7dc5d73f82810e01d348efb11b79d9e074ac5fcd4_s390x"
},
"product_reference": "openshift4/ose-installer-rhel9@sha256:4feb7d220196b24095e66df7dc5d73f82810e01d348efb11b79d9e074ac5fcd4_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-rhel9@sha256:9b36ddc8dce160fdf0d862e24089ad098f6f5f806a844105fe31c5eb50a157b6_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:9b36ddc8dce160fdf0d862e24089ad098f6f5f806a844105fe31c5eb50a157b6_arm64"
},
"product_reference": "openshift4/ose-installer-rhel9@sha256:9b36ddc8dce160fdf0d862e24089ad098f6f5f806a844105fe31c5eb50a157b6_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-rhel9@sha256:c49a461c2d2addb2738c5f95627a14c5eeb6bc5fa06fe8a5adb3d09f772e07be_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:c49a461c2d2addb2738c5f95627a14c5eeb6bc5fa06fe8a5adb3d09f772e07be_amd64"
},
"product_reference": "openshift4/ose-installer-rhel9@sha256:c49a461c2d2addb2738c5f95627a14c5eeb6bc5fa06fe8a5adb3d09f772e07be_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:6b2212da2f61dd5cf8217aa9578721787668bb656b20cddc1f61c63b0f357899_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:6b2212da2f61dd5cf8217aa9578721787668bb656b20cddc1f61c63b0f357899_arm64"
},
"product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:6b2212da2f61dd5cf8217aa9578721787668bb656b20cddc1f61c63b0f357899_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98eeef09e3078b70c4cd91d6ff1dfbf0236dfe8b49815810c88171c7367901e1_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98eeef09e3078b70c4cd91d6ff1dfbf0236dfe8b49815810c88171c7367901e1_amd64"
},
"product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98eeef09e3078b70c4cd91d6ff1dfbf0236dfe8b49815810c88171c7367901e1_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-rhel9@sha256:af398edf44d883549d223fe002cc4b891b42c08eb5fb00436036a7665fc83eb9_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:af398edf44d883549d223fe002cc4b891b42c08eb5fb00436036a7665fc83eb9_arm64"
},
"product_reference": "openshift4/ose-ironic-rhel9@sha256:af398edf44d883549d223fe002cc4b891b42c08eb5fb00436036a7665fc83eb9_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-rhel9@sha256:b7ab350ff5914743507b12407f06cb2c8828770b326733f179a4c30244cde4a7_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:b7ab350ff5914743507b12407f06cb2c8828770b326733f179a4c30244cde4a7_amd64"
},
"product_reference": "openshift4/ose-ironic-rhel9@sha256:b7ab350ff5914743507b12407f06cb2c8828770b326733f179a4c30244cde4a7_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:21005d09c99222a70c40667cddc57ff97748e884f7ca1b14f5f4eff55c608dbd_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:21005d09c99222a70c40667cddc57ff97748e884f7ca1b14f5f4eff55c608dbd_amd64"
},
"product_reference": "openshift4/ose-machine-config-rhel9-operator@sha256:21005d09c99222a70c40667cddc57ff97748e884f7ca1b14f5f4eff55c608dbd_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:52b67fc5ed2cba8634d325c4588da18270f2a4b40f8c7b7bb26a388d469fbf68_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:52b67fc5ed2cba8634d325c4588da18270f2a4b40f8c7b7bb26a388d469fbf68_ppc64le"
},
"product_reference": "openshift4/ose-machine-config-rhel9-operator@sha256:52b67fc5ed2cba8634d325c4588da18270f2a4b40f8c7b7bb26a388d469fbf68_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:ad7496211ecceec6768ad11f58250c19775bf4688d17d8727ddf6ce6f19407be_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:ad7496211ecceec6768ad11f58250c19775bf4688d17d8727ddf6ce6f19407be_s390x"
},
"product_reference": "openshift4/ose-machine-config-rhel9-operator@sha256:ad7496211ecceec6768ad11f58250c19775bf4688d17d8727ddf6ce6f19407be_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-rhel9-operator@sha256:af07530311b96690bb447fb89a7177d386155b586305c55636e515233df8457c_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:af07530311b96690bb447fb89a7177d386155b586305c55636e515233df8457c_arm64"
},
"product_reference": "openshift4/ose-machine-config-rhel9-operator@sha256:af07530311b96690bb447fb89a7177d386155b586305c55636e515233df8457c_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:01b97b4cf175a385c4a5419d19ad07572cc055253ad4a680f9f06ec20a5c0d5d_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:01b97b4cf175a385c4a5419d19ad07572cc055253ad4a680f9f06ec20a5c0d5d_s390x"
},
"product_reference": "openshift4/ose-machine-os-images-rhel9@sha256:01b97b4cf175a385c4a5419d19ad07572cc055253ad4a680f9f06ec20a5c0d5d_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:295d1ae21ab9b1fbb8ec2aec4ce14fe8accfe6d1dbc7c49967b5cf54ee13acb2_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:295d1ae21ab9b1fbb8ec2aec4ce14fe8accfe6d1dbc7c49967b5cf54ee13acb2_arm64"
},
"product_reference": "openshift4/ose-machine-os-images-rhel9@sha256:295d1ae21ab9b1fbb8ec2aec4ce14fe8accfe6d1dbc7c49967b5cf54ee13acb2_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:835c5f9664088a14a84e124c53fb87d1189a02188ce1d5aafd4e9c5f5ef11dff_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:835c5f9664088a14a84e124c53fb87d1189a02188ce1d5aafd4e9c5f5ef11dff_ppc64le"
},
"product_reference": "openshift4/ose-machine-os-images-rhel9@sha256:835c5f9664088a14a84e124c53fb87d1189a02188ce1d5aafd4e9c5f5ef11dff_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-os-images-rhel9@sha256:9ceac6a208269e50e87e4be7271fadd78e25c82ca5e14454f8c77b6345e70507_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9ceac6a208269e50e87e4be7271fadd78e25c82ca5e14454f8c77b6345e70507_amd64"
},
"product_reference": "openshift4/ose-machine-os-images-rhel9@sha256:9ceac6a208269e50e87e4be7271fadd78e25c82ca5e14454f8c77b6345e70507_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:2baeabbcf22bf1b003940c56ed11ff8a86fdb2960cdf0eabc7f5a8362a5aed79_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:2baeabbcf22bf1b003940c56ed11ff8a86fdb2960cdf0eabc7f5a8362a5aed79_ppc64le"
},
"product_reference": "openshift4/ose-monitoring-plugin-rhel9@sha256:2baeabbcf22bf1b003940c56ed11ff8a86fdb2960cdf0eabc7f5a8362a5aed79_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:b57a01ec09efd3a0a4c012ada2a8ed36075986eb5e6b647fed38842a6a856151_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:b57a01ec09efd3a0a4c012ada2a8ed36075986eb5e6b647fed38842a6a856151_s390x"
},
"product_reference": "openshift4/ose-monitoring-plugin-rhel9@sha256:b57a01ec09efd3a0a4c012ada2a8ed36075986eb5e6b647fed38842a6a856151_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:ee994d84a9b8960fbe393a8d0a54382ee2daad68c37fa7e80b9fd3a7c5ac79b2_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:ee994d84a9b8960fbe393a8d0a54382ee2daad68c37fa7e80b9fd3a7c5ac79b2_amd64"
},
"product_reference": "openshift4/ose-monitoring-plugin-rhel9@sha256:ee994d84a9b8960fbe393a8d0a54382ee2daad68c37fa7e80b9fd3a7c5ac79b2_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-monitoring-plugin-rhel9@sha256:eed7532e5bd28c248ba0254a676e1ef407bea92f5c61cc7ac4e4175835ed8caf_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:eed7532e5bd28c248ba0254a676e1ef407bea92f5c61cc7ac4e4175835ed8caf_arm64"
},
"product_reference": "openshift4/ose-monitoring-plugin-rhel9@sha256:eed7532e5bd28c248ba0254a676e1ef407bea92f5c61cc7ac4e4175835ed8caf_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:49f27d654662154febc84e5b3eb9b30d492cf4cfa2d1fdeaa59616f2bb9e0aa3_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:49f27d654662154febc84e5b3eb9b30d492cf4cfa2d1fdeaa59616f2bb9e0aa3_arm64"
},
"product_reference": "openshift4/ose-networking-console-plugin-rhel9@sha256:49f27d654662154febc84e5b3eb9b30d492cf4cfa2d1fdeaa59616f2bb9e0aa3_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:901c59ea45ca50177fbefdc3d7bca57b701fbe71a02040b0c8fe213d2629e216_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:901c59ea45ca50177fbefdc3d7bca57b701fbe71a02040b0c8fe213d2629e216_s390x"
},
"product_reference": "openshift4/ose-networking-console-plugin-rhel9@sha256:901c59ea45ca50177fbefdc3d7bca57b701fbe71a02040b0c8fe213d2629e216_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:c52429f7541abb3c78c34e0b42befd6685747b9d124d01a6325c5fcd4457dbeb_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:c52429f7541abb3c78c34e0b42befd6685747b9d124d01a6325c5fcd4457dbeb_amd64"
},
"product_reference": "openshift4/ose-networking-console-plugin-rhel9@sha256:c52429f7541abb3c78c34e0b42befd6685747b9d124d01a6325c5fcd4457dbeb_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-networking-console-plugin-rhel9@sha256:ec42755c2f7e4abc06765776408c2d02a63ff7908fc6ed72a58d5e3c24bc3806_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ec42755c2f7e4abc06765776408c2d02a63ff7908fc6ed72a58d5e3c24bc3806_ppc64le"
},
"product_reference": "openshift4/ose-networking-console-plugin-rhel9@sha256:ec42755c2f7e4abc06765776408c2d02a63ff7908fc6ed72a58d5e3c24bc3806_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-pod-rhel9@sha256:040b535f95689b081a0fc0b633496e8a1bccc6789766377550540d0a7b78420c_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:040b535f95689b081a0fc0b633496e8a1bccc6789766377550540d0a7b78420c_ppc64le"
},
"product_reference": "openshift4/ose-pod-rhel9@sha256:040b535f95689b081a0fc0b633496e8a1bccc6789766377550540d0a7b78420c_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-pod-rhel9@sha256:307a3c31ab942bca535ee9b70b21d1a0de6e0261ca5ac2bf096f26940982e001_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:307a3c31ab942bca535ee9b70b21d1a0de6e0261ca5ac2bf096f26940982e001_amd64"
},
"product_reference": "openshift4/ose-pod-rhel9@sha256:307a3c31ab942bca535ee9b70b21d1a0de6e0261ca5ac2bf096f26940982e001_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-pod-rhel9@sha256:5674001b4db3e742b1ab3f065154274231f88e346aa9453d52a52be2f8c3533e_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:5674001b4db3e742b1ab3f065154274231f88e346aa9453d52a52be2f8c3533e_s390x"
},
"product_reference": "openshift4/ose-pod-rhel9@sha256:5674001b4db3e742b1ab3f065154274231f88e346aa9453d52a52be2f8c3533e_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-pod-rhel9@sha256:b795da88251d1e00d713923c8e444ee0ff7306ffd3d4f5fb036ee46626764457_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:b795da88251d1e00d713923c8e444ee0ff7306ffd3d4f5fb036ee46626764457_arm64"
},
"product_reference": "openshift4/ose-pod-rhel9@sha256:b795da88251d1e00d713923c8e444ee0ff7306ffd3d4f5fb036ee46626764457_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-service-ca-rhel9-operator@sha256:047d48234ce95b4d04660c02033e06479d1d2a4e9ab25cfb09e5147a97d80115_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:047d48234ce95b4d04660c02033e06479d1d2a4e9ab25cfb09e5147a97d80115_amd64"
},
"product_reference": "openshift4/ose-service-ca-rhel9-operator@sha256:047d48234ce95b4d04660c02033e06479d1d2a4e9ab25cfb09e5147a97d80115_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-service-ca-rhel9-operator@sha256:1836b8867ef16eeede9d9d4faf27e9de02f2b7047646e0753db097b152b02247_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:1836b8867ef16eeede9d9d4faf27e9de02f2b7047646e0753db097b152b02247_arm64"
},
"product_reference": "openshift4/ose-service-ca-rhel9-operator@sha256:1836b8867ef16eeede9d9d4faf27e9de02f2b7047646e0753db097b152b02247_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-service-ca-rhel9-operator@sha256:4a3c5f5c259d7840b851470093d6e0c8a6109b119c043b0b2312dc9f8b5a51c0_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:4a3c5f5c259d7840b851470093d6e0c8a6109b119c043b0b2312dc9f8b5a51c0_s390x"
},
"product_reference": "openshift4/ose-service-ca-rhel9-operator@sha256:4a3c5f5c259d7840b851470093d6e0c8a6109b119c043b0b2312dc9f8b5a51c0_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-service-ca-rhel9-operator@sha256:a20d3679a754d383a3a98b1266863cec0e54269e5a9ee862fb18104f39b49a5e_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:a20d3679a754d383a3a98b1266863cec0e54269e5a9ee862fb18104f39b49a5e_ppc64le"
},
"product_reference": "openshift4/ose-service-ca-rhel9-operator@sha256:a20d3679a754d383a3a98b1266863cec0e54269e5a9ee862fb18104f39b49a5e_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests-rhel9@sha256:06541a999eb5082db54f8cdd69be0552f11dcb3a3b568b4cfe5db86c1b3a1173_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:06541a999eb5082db54f8cdd69be0552f11dcb3a3b568b4cfe5db86c1b3a1173_amd64"
},
"product_reference": "openshift4/ose-tests-rhel9@sha256:06541a999eb5082db54f8cdd69be0552f11dcb3a3b568b4cfe5db86c1b3a1173_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests-rhel9@sha256:23c2f43aa987eb6ee06ce77411279135192936b02ad8c0bfcf49685e6f89d581_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:23c2f43aa987eb6ee06ce77411279135192936b02ad8c0bfcf49685e6f89d581_s390x"
},
"product_reference": "openshift4/ose-tests-rhel9@sha256:23c2f43aa987eb6ee06ce77411279135192936b02ad8c0bfcf49685e6f89d581_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests-rhel9@sha256:33f0c8914e3eebcfb6178bd3275edb96905a995a1d36be722563f3cedf346f32_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:33f0c8914e3eebcfb6178bd3275edb96905a995a1d36be722563f3cedf346f32_ppc64le"
},
"product_reference": "openshift4/ose-tests-rhel9@sha256:33f0c8914e3eebcfb6178bd3275edb96905a995a1d36be722563f3cedf346f32_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests-rhel9@sha256:765a0369a8ff16598a8d0b3b5b7d2e70c38bb2b3e69771006acc608b0ccc360d_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:765a0369a8ff16598a8d0b3b5b7d2e70c38bb2b3e69771006acc608b0ccc360d_arm64"
},
"product_reference": "openshift4/ose-tests-rhel9@sha256:765a0369a8ff16598a8d0b3b5b7d2e70c38bb2b3e69771006acc608b0ccc360d_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel9@sha256:222230e5d28885276249325df08464d4d5d69f11d68a4c839b1e01e23b8568c1_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:222230e5d28885276249325df08464d4d5d69f11d68a4c839b1e01e23b8568c1_arm64"
},
"product_reference": "openshift4/ose-tools-rhel9@sha256:222230e5d28885276249325df08464d4d5d69f11d68a4c839b1e01e23b8568c1_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel9@sha256:4135b690949ef89f47a2e9c32237533ad3971c207014e75f482e31ba83119ee5_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:4135b690949ef89f47a2e9c32237533ad3971c207014e75f482e31ba83119ee5_s390x"
},
"product_reference": "openshift4/ose-tools-rhel9@sha256:4135b690949ef89f47a2e9c32237533ad3971c207014e75f482e31ba83119ee5_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel9@sha256:591c50ee39e4215707f1d8f59f4dba9c41b51d9634f80cc96f94477fa26f4f7e_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:591c50ee39e4215707f1d8f59f4dba9c41b51d9634f80cc96f94477fa26f4f7e_amd64"
},
"product_reference": "openshift4/ose-tools-rhel9@sha256:591c50ee39e4215707f1d8f59f4dba9c41b51d9634f80cc96f94477fa26f4f7e_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel9@sha256:cb4ca0a9a5df2a7c93600acd4b1dd6814130904ed50c26740e10f49883e98912_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:cb4ca0a9a5df2a7c93600acd4b1dd6814130904ed50c26740e10f49883e98912_ppc64le"
},
"product_reference": "openshift4/ose-tools-rhel9@sha256:cb4ca0a9a5df2a7c93600acd4b1dd6814130904ed50c26740e10f49883e98912_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:01c27caef26cbd54b070a6799b0f4ae651f1e1f99f207df571baca6e6475c4b2_aarch64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:rhcos@sha256:01c27caef26cbd54b070a6799b0f4ae651f1e1f99f207df571baca6e6475c4b2_aarch64"
},
"product_reference": "rhcos@sha256:01c27caef26cbd54b070a6799b0f4ae651f1e1f99f207df571baca6e6475c4b2_aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:01c27caef26cbd54b070a6799b0f4ae651f1e1f99f207df571baca6e6475c4b2_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:rhcos@sha256:01c27caef26cbd54b070a6799b0f4ae651f1e1f99f207df571baca6e6475c4b2_ppc64le"
},
"product_reference": "rhcos@sha256:01c27caef26cbd54b070a6799b0f4ae651f1e1f99f207df571baca6e6475c4b2_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:01c27caef26cbd54b070a6799b0f4ae651f1e1f99f207df571baca6e6475c4b2_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:rhcos@sha256:01c27caef26cbd54b070a6799b0f4ae651f1e1f99f207df571baca6e6475c4b2_s390x"
},
"product_reference": "rhcos@sha256:01c27caef26cbd54b070a6799b0f4ae651f1e1f99f207df571baca6e6475c4b2_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:01c27caef26cbd54b070a6799b0f4ae651f1e1f99f207df571baca6e6475c4b2_x86_64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:rhcos@sha256:01c27caef26cbd54b070a6799b0f4ae651f1e1f99f207df571baca6e6475c4b2_x86_64"
},
"product_reference": "rhcos@sha256:01c27caef26cbd54b070a6799b0f4ae651f1e1f99f207df571baca6e6475c4b2_x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:8cef420ca0d2fb07ebba67db82c6afc26a46721b422f7ab8b1100240d148f4d4_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:ad9e32d48531d683bd63908b275fba5e31e8561e3b772a30daa57687bf16a2ac_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:ca88626922e1cfa322077c99cac28be4e04845267188d9925dbc9c2d8ff73018_ppc64le",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:e2f4bf7ee2505145af9879f1d057b6dd089565f6c2dc02cf4f65fef8927233d2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:05a8cf639d4f51644c34e86e732be0551d7db0b0287b28ae2df4e139a1f1f50c_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:0c04b96e6779d6fef8ab85e7e45b7af1ae861c599c6cba81acc6fe0cc68dbade_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:a03a9af376579c6739877bf254443b8659dab3762e991a8c64eb506ef2a75bc2_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:c69e3500230c158129bf2bb350324e0d930fe49402353bd9e4de388c0c722fe1_arm64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:1440f78a610b0205e9ee0ffab7a99c035f9fab456dec76fc804aa14f87efda8c_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:b5ec01eecf8f3377a34374bb36a36a00ab8305f7dfa9771022a827a11f9b6f16_arm64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:c3f08afe2f6142eb824daab65329b99038a7ca86c94efad0795b559d92c14d5f_s390x",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:cd35e666096119b0d18be277aa03f4fa66f25deb93a594a6c4e16990dc47584c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:0a90a7f5271a2dc014d99bc67884b7041aefc822cefa08f7edf070e74c745819_amd64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:1bf4f7ad2a526175ea16d0cc432830ad0a76e043b4bbfd66bf19b82f5770627b_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:94af888c71735513c0feefa9986053f9577a708197b86db706575f22666694f7_s390x",
"9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:9f4c11ab90c881aca17ca108d9936e839e17ae7c4b2d44f6e4a6dbf82577a0cf_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3c1b53d1829d379c251af96d81465e8788e0a5490dd887ffe7a8c71e1db4c3a7_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:80039d520659915a61695bb747714a3fb445791a1ee9d0b27e5f0a96a31131fa_s390x",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:98d133066b0154170b174f96a9335dee4cf9b26ce728d8f5ec07fdc4248a2ad9_amd64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c1a02ca9e54df26145a85dc12174dc0c204d6c1eefff723a3a6117f2eb757a9e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:16655e1abd7fe21d4eff748185b9224f1a16a1b1cec6ffc40e099d1f0f502c15_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:27595cbc9fa36de1c069e1e559d78263af4faae0a96a4582fa923fe1676a9cb0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:7de776c05301ddb4c3005a3a7d3440e1899371de9f72301fce4e5a151c95f694_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:966515651cfa31d6a1a544f4757424894e6a7fe1822b72452b75471f7ee3d2c2_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:093bfc371a589e317bb7c587d5a5db7a5da5af306fa2724b6ce8bdc61086a2e2_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:4a6d38fb6a2f07b3abd8e33c4a6349955044ad4e288918465257058c6596d283_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:66e26eb06893275991fa8e72feaa76607b6cc925c5e3d59dffe5b64d8df02634_arm64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:cd4bd6adad24c82e4b143c02fee64731ad5326f8f0b028ef532cafaa17476429_s390x",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:13c79a8969b5f579a434547225fc55f33703ab371ccc6f2c41bf9152f5bd7f7e_s390x",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:58b3eeabdd1d248bb706b7060110456915327d459901a663a917aff828b10745_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:7a0ff0d9791a8c94d19d499cb2690392c4f5025152a65ee7fbf463ac74ffbf35_amd64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:df428f1cfa76c3c471ef2cc23d0b5d70f99a0fe540e7e7c626ee86a876ba0eb5_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:9047da4d23cfce8b59f3ccdc52628ed8b54f47c4052a3d442148d263a0ff62c8_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:be6d0071f11769b8132ee98a9a04e1fe6354327ab5a0c9e620eb5c4b40d28545_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:c496b5b14d32b6647dae97f79f858303cfbd640c9e0c19bd5cabdbe73a5260b4_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:feab113096d6ec632a449506cc26410ac1eb93ec718b16fd49bf1ef2381d21da_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:04428357abf3a7df2a5339fab9669a8e44f209600854b47bf900a88da3b47039_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:15af2a06a479bb72da1271839abc94ab2b9a570dd0a8efd8be24d90baf10aa2f_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:4ad05565355b7b312765876f6c280d1c0175d7a0db948d2583da3ac48f75b46c_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:a4866f8ed2d4ac87f1fb4af0514ee984c4e7769cdce75e8e55ae6aeed1469992_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:3061d87e775265ca97c435b4dc39bf8c522f51fb1763e28cbc681c8b8e8e0f48_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:c0e80e7f4348618003161bb693674aa2e239e182a17bbc5f7bc94aa3e4b9e063_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:cea2099e5c0697045622178ec5df6ffdaaf6d517d4f9d34fc7a4def2b11332dd_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:fabf577016ed47db8a337e1e0a7850528d91e69d55c72c82875f6bb01a531077_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:10b015b52fb63fc2a56c395165255cbb5ef49bc5f5334deedbb6b21392cde205_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:704a5b484c9e25cc0e7ec27c180c5dd147f620107d5aa745c80b818dfd2f2fd6_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:7690d11cf9b186239dd7cba36af47e668c91edab076af9861fa5c15333068604_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:ac70c909a3adc3217ff1787ba1115727690fe63b5ea68e91618a2350223c4d5b_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:00c32aeea5f5782473f39f411f00bbb6b2068f06c449e7f4c0d015e9aeaa7856_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4feb7d220196b24095e66df7dc5d73f82810e01d348efb11b79d9e074ac5fcd4_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:9b36ddc8dce160fdf0d862e24089ad098f6f5f806a844105fe31c5eb50a157b6_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:c49a461c2d2addb2738c5f95627a14c5eeb6bc5fa06fe8a5adb3d09f772e07be_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:6b2212da2f61dd5cf8217aa9578721787668bb656b20cddc1f61c63b0f357899_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98eeef09e3078b70c4cd91d6ff1dfbf0236dfe8b49815810c88171c7367901e1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:af398edf44d883549d223fe002cc4b891b42c08eb5fb00436036a7665fc83eb9_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:b7ab350ff5914743507b12407f06cb2c8828770b326733f179a4c30244cde4a7_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:21005d09c99222a70c40667cddc57ff97748e884f7ca1b14f5f4eff55c608dbd_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:52b67fc5ed2cba8634d325c4588da18270f2a4b40f8c7b7bb26a388d469fbf68_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:ad7496211ecceec6768ad11f58250c19775bf4688d17d8727ddf6ce6f19407be_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:af07530311b96690bb447fb89a7177d386155b586305c55636e515233df8457c_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:01b97b4cf175a385c4a5419d19ad07572cc055253ad4a680f9f06ec20a5c0d5d_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:295d1ae21ab9b1fbb8ec2aec4ce14fe8accfe6d1dbc7c49967b5cf54ee13acb2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:835c5f9664088a14a84e124c53fb87d1189a02188ce1d5aafd4e9c5f5ef11dff_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9ceac6a208269e50e87e4be7271fadd78e25c82ca5e14454f8c77b6345e70507_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:2baeabbcf22bf1b003940c56ed11ff8a86fdb2960cdf0eabc7f5a8362a5aed79_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:b57a01ec09efd3a0a4c012ada2a8ed36075986eb5e6b647fed38842a6a856151_s390x",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:ee994d84a9b8960fbe393a8d0a54382ee2daad68c37fa7e80b9fd3a7c5ac79b2_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:eed7532e5bd28c248ba0254a676e1ef407bea92f5c61cc7ac4e4175835ed8caf_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:49f27d654662154febc84e5b3eb9b30d492cf4cfa2d1fdeaa59616f2bb9e0aa3_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:901c59ea45ca50177fbefdc3d7bca57b701fbe71a02040b0c8fe213d2629e216_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:c52429f7541abb3c78c34e0b42befd6685747b9d124d01a6325c5fcd4457dbeb_amd64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ec42755c2f7e4abc06765776408c2d02a63ff7908fc6ed72a58d5e3c24bc3806_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:040b535f95689b081a0fc0b633496e8a1bccc6789766377550540d0a7b78420c_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:307a3c31ab942bca535ee9b70b21d1a0de6e0261ca5ac2bf096f26940982e001_amd64",
"9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:5674001b4db3e742b1ab3f065154274231f88e346aa9453d52a52be2f8c3533e_s390x",
"9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:b795da88251d1e00d713923c8e444ee0ff7306ffd3d4f5fb036ee46626764457_arm64",
"9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:047d48234ce95b4d04660c02033e06479d1d2a4e9ab25cfb09e5147a97d80115_amd64",
"9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:1836b8867ef16eeede9d9d4faf27e9de02f2b7047646e0753db097b152b02247_arm64",
"9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:4a3c5f5c259d7840b851470093d6e0c8a6109b119c043b0b2312dc9f8b5a51c0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:a20d3679a754d383a3a98b1266863cec0e54269e5a9ee862fb18104f39b49a5e_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:06541a999eb5082db54f8cdd69be0552f11dcb3a3b568b4cfe5db86c1b3a1173_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:23c2f43aa987eb6ee06ce77411279135192936b02ad8c0bfcf49685e6f89d581_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:33f0c8914e3eebcfb6178bd3275edb96905a995a1d36be722563f3cedf346f32_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:765a0369a8ff16598a8d0b3b5b7d2e70c38bb2b3e69771006acc608b0ccc360d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:222230e5d28885276249325df08464d4d5d69f11d68a4c839b1e01e23b8568c1_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:4135b690949ef89f47a2e9c32237533ad3971c207014e75f482e31ba83119ee5_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:591c50ee39e4215707f1d8f59f4dba9c41b51d9634f80cc96f94477fa26f4f7e_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:cb4ca0a9a5df2a7c93600acd4b1dd6814130904ed50c26740e10f49883e98912_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:01c27caef26cbd54b070a6799b0f4ae651f1e1f99f207df571baca6e6475c4b2_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:01c27caef26cbd54b070a6799b0f4ae651f1e1f99f207df571baca6e6475c4b2_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:01c27caef26cbd54b070a6799b0f4ae651f1e1f99f207df571baca6e6475c4b2_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:01c27caef26cbd54b070a6799b0f4ae651f1e1f99f207df571baca6e6475c4b2_x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.17:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3f4de63bfac55ec000217d7f5ec0c7a0e192ebeb1e200edbc8a6b7e1b3813093_amd64",
"9Base-RHOSE-4.17:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:dcc8cd8fce69481d4ddc5e4fc1d101b78ad0dd3abdc00924281c6cc2526e7fcf_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:25e855545dad6fa69ae7c6b2d71acab49536f37dcc21c3f8ef2261a223d6eb1d_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:279e3f653532d9fb4b0750161ad93757a9e610e8da6c771d3add7e64e83a2c15_amd64",
"9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:3fb12f61b7c7edf41f37dc8a0aca8cb4baa369eed056cc576e426d5c668973e4_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:af4eb215e629922be2b7e2d1f7de69be3aeb05db7c45321da70887e65b7950e6_s390x"
],
"known_not_affected": [
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:8cef420ca0d2fb07ebba67db82c6afc26a46721b422f7ab8b1100240d148f4d4_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:ad9e32d48531d683bd63908b275fba5e31e8561e3b772a30daa57687bf16a2ac_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:ca88626922e1cfa322077c99cac28be4e04845267188d9925dbc9c2d8ff73018_ppc64le",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:e2f4bf7ee2505145af9879f1d057b6dd089565f6c2dc02cf4f65fef8927233d2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:05a8cf639d4f51644c34e86e732be0551d7db0b0287b28ae2df4e139a1f1f50c_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:0c04b96e6779d6fef8ab85e7e45b7af1ae861c599c6cba81acc6fe0cc68dbade_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:a03a9af376579c6739877bf254443b8659dab3762e991a8c64eb506ef2a75bc2_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:c69e3500230c158129bf2bb350324e0d930fe49402353bd9e4de388c0c722fe1_arm64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:1440f78a610b0205e9ee0ffab7a99c035f9fab456dec76fc804aa14f87efda8c_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:b5ec01eecf8f3377a34374bb36a36a00ab8305f7dfa9771022a827a11f9b6f16_arm64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:c3f08afe2f6142eb824daab65329b99038a7ca86c94efad0795b559d92c14d5f_s390x",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:cd35e666096119b0d18be277aa03f4fa66f25deb93a594a6c4e16990dc47584c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:0a90a7f5271a2dc014d99bc67884b7041aefc822cefa08f7edf070e74c745819_amd64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:1bf4f7ad2a526175ea16d0cc432830ad0a76e043b4bbfd66bf19b82f5770627b_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:94af888c71735513c0feefa9986053f9577a708197b86db706575f22666694f7_s390x",
"9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:9f4c11ab90c881aca17ca108d9936e839e17ae7c4b2d44f6e4a6dbf82577a0cf_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3c1b53d1829d379c251af96d81465e8788e0a5490dd887ffe7a8c71e1db4c3a7_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:80039d520659915a61695bb747714a3fb445791a1ee9d0b27e5f0a96a31131fa_s390x",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:98d133066b0154170b174f96a9335dee4cf9b26ce728d8f5ec07fdc4248a2ad9_amd64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c1a02ca9e54df26145a85dc12174dc0c204d6c1eefff723a3a6117f2eb757a9e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:16655e1abd7fe21d4eff748185b9224f1a16a1b1cec6ffc40e099d1f0f502c15_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:27595cbc9fa36de1c069e1e559d78263af4faae0a96a4582fa923fe1676a9cb0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:7de776c05301ddb4c3005a3a7d3440e1899371de9f72301fce4e5a151c95f694_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:966515651cfa31d6a1a544f4757424894e6a7fe1822b72452b75471f7ee3d2c2_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:093bfc371a589e317bb7c587d5a5db7a5da5af306fa2724b6ce8bdc61086a2e2_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:4a6d38fb6a2f07b3abd8e33c4a6349955044ad4e288918465257058c6596d283_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:66e26eb06893275991fa8e72feaa76607b6cc925c5e3d59dffe5b64d8df02634_arm64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:cd4bd6adad24c82e4b143c02fee64731ad5326f8f0b028ef532cafaa17476429_s390x",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:13c79a8969b5f579a434547225fc55f33703ab371ccc6f2c41bf9152f5bd7f7e_s390x",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:58b3eeabdd1d248bb706b7060110456915327d459901a663a917aff828b10745_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:7a0ff0d9791a8c94d19d499cb2690392c4f5025152a65ee7fbf463ac74ffbf35_amd64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:df428f1cfa76c3c471ef2cc23d0b5d70f99a0fe540e7e7c626ee86a876ba0eb5_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:9047da4d23cfce8b59f3ccdc52628ed8b54f47c4052a3d442148d263a0ff62c8_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:be6d0071f11769b8132ee98a9a04e1fe6354327ab5a0c9e620eb5c4b40d28545_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:c496b5b14d32b6647dae97f79f858303cfbd640c9e0c19bd5cabdbe73a5260b4_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:feab113096d6ec632a449506cc26410ac1eb93ec718b16fd49bf1ef2381d21da_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:04428357abf3a7df2a5339fab9669a8e44f209600854b47bf900a88da3b47039_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:15af2a06a479bb72da1271839abc94ab2b9a570dd0a8efd8be24d90baf10aa2f_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:4ad05565355b7b312765876f6c280d1c0175d7a0db948d2583da3ac48f75b46c_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:a4866f8ed2d4ac87f1fb4af0514ee984c4e7769cdce75e8e55ae6aeed1469992_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:3061d87e775265ca97c435b4dc39bf8c522f51fb1763e28cbc681c8b8e8e0f48_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:c0e80e7f4348618003161bb693674aa2e239e182a17bbc5f7bc94aa3e4b9e063_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:cea2099e5c0697045622178ec5df6ffdaaf6d517d4f9d34fc7a4def2b11332dd_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:fabf577016ed47db8a337e1e0a7850528d91e69d55c72c82875f6bb01a531077_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:10b015b52fb63fc2a56c395165255cbb5ef49bc5f5334deedbb6b21392cde205_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:704a5b484c9e25cc0e7ec27c180c5dd147f620107d5aa745c80b818dfd2f2fd6_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:7690d11cf9b186239dd7cba36af47e668c91edab076af9861fa5c15333068604_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:ac70c909a3adc3217ff1787ba1115727690fe63b5ea68e91618a2350223c4d5b_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:00c32aeea5f5782473f39f411f00bbb6b2068f06c449e7f4c0d015e9aeaa7856_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4feb7d220196b24095e66df7dc5d73f82810e01d348efb11b79d9e074ac5fcd4_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:9b36ddc8dce160fdf0d862e24089ad098f6f5f806a844105fe31c5eb50a157b6_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:c49a461c2d2addb2738c5f95627a14c5eeb6bc5fa06fe8a5adb3d09f772e07be_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:6b2212da2f61dd5cf8217aa9578721787668bb656b20cddc1f61c63b0f357899_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98eeef09e3078b70c4cd91d6ff1dfbf0236dfe8b49815810c88171c7367901e1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:af398edf44d883549d223fe002cc4b891b42c08eb5fb00436036a7665fc83eb9_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:b7ab350ff5914743507b12407f06cb2c8828770b326733f179a4c30244cde4a7_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:21005d09c99222a70c40667cddc57ff97748e884f7ca1b14f5f4eff55c608dbd_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:52b67fc5ed2cba8634d325c4588da18270f2a4b40f8c7b7bb26a388d469fbf68_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:ad7496211ecceec6768ad11f58250c19775bf4688d17d8727ddf6ce6f19407be_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:af07530311b96690bb447fb89a7177d386155b586305c55636e515233df8457c_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:01b97b4cf175a385c4a5419d19ad07572cc055253ad4a680f9f06ec20a5c0d5d_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:295d1ae21ab9b1fbb8ec2aec4ce14fe8accfe6d1dbc7c49967b5cf54ee13acb2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:835c5f9664088a14a84e124c53fb87d1189a02188ce1d5aafd4e9c5f5ef11dff_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9ceac6a208269e50e87e4be7271fadd78e25c82ca5e14454f8c77b6345e70507_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:2baeabbcf22bf1b003940c56ed11ff8a86fdb2960cdf0eabc7f5a8362a5aed79_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:b57a01ec09efd3a0a4c012ada2a8ed36075986eb5e6b647fed38842a6a856151_s390x",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:ee994d84a9b8960fbe393a8d0a54382ee2daad68c37fa7e80b9fd3a7c5ac79b2_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:eed7532e5bd28c248ba0254a676e1ef407bea92f5c61cc7ac4e4175835ed8caf_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:49f27d654662154febc84e5b3eb9b30d492cf4cfa2d1fdeaa59616f2bb9e0aa3_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:901c59ea45ca50177fbefdc3d7bca57b701fbe71a02040b0c8fe213d2629e216_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:c52429f7541abb3c78c34e0b42befd6685747b9d124d01a6325c5fcd4457dbeb_amd64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ec42755c2f7e4abc06765776408c2d02a63ff7908fc6ed72a58d5e3c24bc3806_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:040b535f95689b081a0fc0b633496e8a1bccc6789766377550540d0a7b78420c_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:307a3c31ab942bca535ee9b70b21d1a0de6e0261ca5ac2bf096f26940982e001_amd64",
"9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:5674001b4db3e742b1ab3f065154274231f88e346aa9453d52a52be2f8c3533e_s390x",
"9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:b795da88251d1e00d713923c8e444ee0ff7306ffd3d4f5fb036ee46626764457_arm64",
"9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:047d48234ce95b4d04660c02033e06479d1d2a4e9ab25cfb09e5147a97d80115_amd64",
"9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:1836b8867ef16eeede9d9d4faf27e9de02f2b7047646e0753db097b152b02247_arm64",
"9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:4a3c5f5c259d7840b851470093d6e0c8a6109b119c043b0b2312dc9f8b5a51c0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:a20d3679a754d383a3a98b1266863cec0e54269e5a9ee862fb18104f39b49a5e_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:06541a999eb5082db54f8cdd69be0552f11dcb3a3b568b4cfe5db86c1b3a1173_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:23c2f43aa987eb6ee06ce77411279135192936b02ad8c0bfcf49685e6f89d581_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:33f0c8914e3eebcfb6178bd3275edb96905a995a1d36be722563f3cedf346f32_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:765a0369a8ff16598a8d0b3b5b7d2e70c38bb2b3e69771006acc608b0ccc360d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:222230e5d28885276249325df08464d4d5d69f11d68a4c839b1e01e23b8568c1_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:4135b690949ef89f47a2e9c32237533ad3971c207014e75f482e31ba83119ee5_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:591c50ee39e4215707f1d8f59f4dba9c41b51d9634f80cc96f94477fa26f4f7e_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:cb4ca0a9a5df2a7c93600acd4b1dd6814130904ed50c26740e10f49883e98912_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:01c27caef26cbd54b070a6799b0f4ae651f1e1f99f207df571baca6e6475c4b2_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:01c27caef26cbd54b070a6799b0f4ae651f1e1f99f207df571baca6e6475c4b2_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:01c27caef26cbd54b070a6799b0f4ae651f1e1f99f207df571baca6e6475c4b2_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:01c27caef26cbd54b070a6799b0f4ae651f1e1f99f207df571baca6e6475c4b2_x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-09T04:47:09+00:00",
"details": "For OpenShift Container Platform 4.17 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.17/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:65fbb79f801b621121793d347e4405d52edf114d7eea4f4b8c11115db57e5aa4\n\n (For s390x architecture)\n The image digest is sha256:d3330b797214675c88c1f0d67a17f95bbdd8fdbefa1425099f8cdea57a57ac65\n\n (For ppc64le architecture)\n The image digest is sha256:c9ad983765264daa460d987550e396808a1f21d615eab103c269c253d0c819d7\n\n (For aarch64 architecture)\n The image digest is sha256:f6e73fb9cbfe14f812b66d5e0468b2055563661bf0e96e6b8e0ddd7d60ce496e\n\nAll OpenShift Container Platform 4.17 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.17/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"9Base-RHOSE-4.17:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3f4de63bfac55ec000217d7f5ec0c7a0e192ebeb1e200edbc8a6b7e1b3813093_amd64",
"9Base-RHOSE-4.17:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:dcc8cd8fce69481d4ddc5e4fc1d101b78ad0dd3abdc00924281c6cc2526e7fcf_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:25e855545dad6fa69ae7c6b2d71acab49536f37dcc21c3f8ef2261a223d6eb1d_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:279e3f653532d9fb4b0750161ad93757a9e610e8da6c771d3add7e64e83a2c15_amd64",
"9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:3fb12f61b7c7edf41f37dc8a0aca8cb4baa369eed056cc576e426d5c668973e4_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:af4eb215e629922be2b7e2d1f7de69be3aeb05db7c45321da70887e65b7950e6_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3565"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:8cef420ca0d2fb07ebba67db82c6afc26a46721b422f7ab8b1100240d148f4d4_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:ad9e32d48531d683bd63908b275fba5e31e8561e3b772a30daa57687bf16a2ac_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:ca88626922e1cfa322077c99cac28be4e04845267188d9925dbc9c2d8ff73018_ppc64le",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:e2f4bf7ee2505145af9879f1d057b6dd089565f6c2dc02cf4f65fef8927233d2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:05a8cf639d4f51644c34e86e732be0551d7db0b0287b28ae2df4e139a1f1f50c_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:0c04b96e6779d6fef8ab85e7e45b7af1ae861c599c6cba81acc6fe0cc68dbade_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:a03a9af376579c6739877bf254443b8659dab3762e991a8c64eb506ef2a75bc2_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:c69e3500230c158129bf2bb350324e0d930fe49402353bd9e4de388c0c722fe1_arm64",
"9Base-RHOSE-4.17:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3f4de63bfac55ec000217d7f5ec0c7a0e192ebeb1e200edbc8a6b7e1b3813093_amd64",
"9Base-RHOSE-4.17:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:dcc8cd8fce69481d4ddc5e4fc1d101b78ad0dd3abdc00924281c6cc2526e7fcf_arm64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:1440f78a610b0205e9ee0ffab7a99c035f9fab456dec76fc804aa14f87efda8c_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:b5ec01eecf8f3377a34374bb36a36a00ab8305f7dfa9771022a827a11f9b6f16_arm64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:c3f08afe2f6142eb824daab65329b99038a7ca86c94efad0795b559d92c14d5f_s390x",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:cd35e666096119b0d18be277aa03f4fa66f25deb93a594a6c4e16990dc47584c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:25e855545dad6fa69ae7c6b2d71acab49536f37dcc21c3f8ef2261a223d6eb1d_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:279e3f653532d9fb4b0750161ad93757a9e610e8da6c771d3add7e64e83a2c15_amd64",
"9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:3fb12f61b7c7edf41f37dc8a0aca8cb4baa369eed056cc576e426d5c668973e4_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:af4eb215e629922be2b7e2d1f7de69be3aeb05db7c45321da70887e65b7950e6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:0a90a7f5271a2dc014d99bc67884b7041aefc822cefa08f7edf070e74c745819_amd64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:1bf4f7ad2a526175ea16d0cc432830ad0a76e043b4bbfd66bf19b82f5770627b_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:94af888c71735513c0feefa9986053f9577a708197b86db706575f22666694f7_s390x",
"9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:9f4c11ab90c881aca17ca108d9936e839e17ae7c4b2d44f6e4a6dbf82577a0cf_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3c1b53d1829d379c251af96d81465e8788e0a5490dd887ffe7a8c71e1db4c3a7_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:80039d520659915a61695bb747714a3fb445791a1ee9d0b27e5f0a96a31131fa_s390x",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:98d133066b0154170b174f96a9335dee4cf9b26ce728d8f5ec07fdc4248a2ad9_amd64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c1a02ca9e54df26145a85dc12174dc0c204d6c1eefff723a3a6117f2eb757a9e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:16655e1abd7fe21d4eff748185b9224f1a16a1b1cec6ffc40e099d1f0f502c15_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:27595cbc9fa36de1c069e1e559d78263af4faae0a96a4582fa923fe1676a9cb0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:7de776c05301ddb4c3005a3a7d3440e1899371de9f72301fce4e5a151c95f694_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:966515651cfa31d6a1a544f4757424894e6a7fe1822b72452b75471f7ee3d2c2_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:093bfc371a589e317bb7c587d5a5db7a5da5af306fa2724b6ce8bdc61086a2e2_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:4a6d38fb6a2f07b3abd8e33c4a6349955044ad4e288918465257058c6596d283_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:66e26eb06893275991fa8e72feaa76607b6cc925c5e3d59dffe5b64d8df02634_arm64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:cd4bd6adad24c82e4b143c02fee64731ad5326f8f0b028ef532cafaa17476429_s390x",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:13c79a8969b5f579a434547225fc55f33703ab371ccc6f2c41bf9152f5bd7f7e_s390x",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:58b3eeabdd1d248bb706b7060110456915327d459901a663a917aff828b10745_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:7a0ff0d9791a8c94d19d499cb2690392c4f5025152a65ee7fbf463ac74ffbf35_amd64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:df428f1cfa76c3c471ef2cc23d0b5d70f99a0fe540e7e7c626ee86a876ba0eb5_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:9047da4d23cfce8b59f3ccdc52628ed8b54f47c4052a3d442148d263a0ff62c8_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:be6d0071f11769b8132ee98a9a04e1fe6354327ab5a0c9e620eb5c4b40d28545_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:c496b5b14d32b6647dae97f79f858303cfbd640c9e0c19bd5cabdbe73a5260b4_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:feab113096d6ec632a449506cc26410ac1eb93ec718b16fd49bf1ef2381d21da_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:04428357abf3a7df2a5339fab9669a8e44f209600854b47bf900a88da3b47039_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:15af2a06a479bb72da1271839abc94ab2b9a570dd0a8efd8be24d90baf10aa2f_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:4ad05565355b7b312765876f6c280d1c0175d7a0db948d2583da3ac48f75b46c_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:a4866f8ed2d4ac87f1fb4af0514ee984c4e7769cdce75e8e55ae6aeed1469992_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:3061d87e775265ca97c435b4dc39bf8c522f51fb1763e28cbc681c8b8e8e0f48_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:c0e80e7f4348618003161bb693674aa2e239e182a17bbc5f7bc94aa3e4b9e063_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:cea2099e5c0697045622178ec5df6ffdaaf6d517d4f9d34fc7a4def2b11332dd_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:fabf577016ed47db8a337e1e0a7850528d91e69d55c72c82875f6bb01a531077_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:10b015b52fb63fc2a56c395165255cbb5ef49bc5f5334deedbb6b21392cde205_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:704a5b484c9e25cc0e7ec27c180c5dd147f620107d5aa745c80b818dfd2f2fd6_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:7690d11cf9b186239dd7cba36af47e668c91edab076af9861fa5c15333068604_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:ac70c909a3adc3217ff1787ba1115727690fe63b5ea68e91618a2350223c4d5b_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:00c32aeea5f5782473f39f411f00bbb6b2068f06c449e7f4c0d015e9aeaa7856_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4feb7d220196b24095e66df7dc5d73f82810e01d348efb11b79d9e074ac5fcd4_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:9b36ddc8dce160fdf0d862e24089ad098f6f5f806a844105fe31c5eb50a157b6_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:c49a461c2d2addb2738c5f95627a14c5eeb6bc5fa06fe8a5adb3d09f772e07be_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:6b2212da2f61dd5cf8217aa9578721787668bb656b20cddc1f61c63b0f357899_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98eeef09e3078b70c4cd91d6ff1dfbf0236dfe8b49815810c88171c7367901e1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:af398edf44d883549d223fe002cc4b891b42c08eb5fb00436036a7665fc83eb9_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:b7ab350ff5914743507b12407f06cb2c8828770b326733f179a4c30244cde4a7_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:21005d09c99222a70c40667cddc57ff97748e884f7ca1b14f5f4eff55c608dbd_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:52b67fc5ed2cba8634d325c4588da18270f2a4b40f8c7b7bb26a388d469fbf68_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:ad7496211ecceec6768ad11f58250c19775bf4688d17d8727ddf6ce6f19407be_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:af07530311b96690bb447fb89a7177d386155b586305c55636e515233df8457c_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:01b97b4cf175a385c4a5419d19ad07572cc055253ad4a680f9f06ec20a5c0d5d_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:295d1ae21ab9b1fbb8ec2aec4ce14fe8accfe6d1dbc7c49967b5cf54ee13acb2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:835c5f9664088a14a84e124c53fb87d1189a02188ce1d5aafd4e9c5f5ef11dff_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9ceac6a208269e50e87e4be7271fadd78e25c82ca5e14454f8c77b6345e70507_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:2baeabbcf22bf1b003940c56ed11ff8a86fdb2960cdf0eabc7f5a8362a5aed79_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:b57a01ec09efd3a0a4c012ada2a8ed36075986eb5e6b647fed38842a6a856151_s390x",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:ee994d84a9b8960fbe393a8d0a54382ee2daad68c37fa7e80b9fd3a7c5ac79b2_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:eed7532e5bd28c248ba0254a676e1ef407bea92f5c61cc7ac4e4175835ed8caf_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:49f27d654662154febc84e5b3eb9b30d492cf4cfa2d1fdeaa59616f2bb9e0aa3_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:901c59ea45ca50177fbefdc3d7bca57b701fbe71a02040b0c8fe213d2629e216_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:c52429f7541abb3c78c34e0b42befd6685747b9d124d01a6325c5fcd4457dbeb_amd64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ec42755c2f7e4abc06765776408c2d02a63ff7908fc6ed72a58d5e3c24bc3806_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:040b535f95689b081a0fc0b633496e8a1bccc6789766377550540d0a7b78420c_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:307a3c31ab942bca535ee9b70b21d1a0de6e0261ca5ac2bf096f26940982e001_amd64",
"9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:5674001b4db3e742b1ab3f065154274231f88e346aa9453d52a52be2f8c3533e_s390x",
"9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:b795da88251d1e00d713923c8e444ee0ff7306ffd3d4f5fb036ee46626764457_arm64",
"9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:047d48234ce95b4d04660c02033e06479d1d2a4e9ab25cfb09e5147a97d80115_amd64",
"9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:1836b8867ef16eeede9d9d4faf27e9de02f2b7047646e0753db097b152b02247_arm64",
"9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:4a3c5f5c259d7840b851470093d6e0c8a6109b119c043b0b2312dc9f8b5a51c0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:a20d3679a754d383a3a98b1266863cec0e54269e5a9ee862fb18104f39b49a5e_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:06541a999eb5082db54f8cdd69be0552f11dcb3a3b568b4cfe5db86c1b3a1173_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:23c2f43aa987eb6ee06ce77411279135192936b02ad8c0bfcf49685e6f89d581_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:33f0c8914e3eebcfb6178bd3275edb96905a995a1d36be722563f3cedf346f32_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:765a0369a8ff16598a8d0b3b5b7d2e70c38bb2b3e69771006acc608b0ccc360d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:222230e5d28885276249325df08464d4d5d69f11d68a4c839b1e01e23b8568c1_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:4135b690949ef89f47a2e9c32237533ad3971c207014e75f482e31ba83119ee5_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:591c50ee39e4215707f1d8f59f4dba9c41b51d9634f80cc96f94477fa26f4f7e_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:cb4ca0a9a5df2a7c93600acd4b1dd6814130904ed50c26740e10f49883e98912_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:01c27caef26cbd54b070a6799b0f4ae651f1e1f99f207df571baca6e6475c4b2_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:01c27caef26cbd54b070a6799b0f4ae651f1e1f99f207df571baca6e6475c4b2_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:01c27caef26cbd54b070a6799b0f4ae651f1e1f99f207df571baca6e6475c4b2_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:01c27caef26cbd54b070a6799b0f4ae651f1e1f99f207df571baca6e6475c4b2_x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:8cef420ca0d2fb07ebba67db82c6afc26a46721b422f7ab8b1100240d148f4d4_s390x",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:ad9e32d48531d683bd63908b275fba5e31e8561e3b772a30daa57687bf16a2ac_amd64",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:ca88626922e1cfa322077c99cac28be4e04845267188d9925dbc9c2d8ff73018_ppc64le",
"9Base-RHOSE-4.17:openshift4/network-tools-rhel9@sha256:e2f4bf7ee2505145af9879f1d057b6dd089565f6c2dc02cf4f65fef8927233d2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:05a8cf639d4f51644c34e86e732be0551d7db0b0287b28ae2df4e139a1f1f50c_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:0c04b96e6779d6fef8ab85e7e45b7af1ae861c599c6cba81acc6fe0cc68dbade_s390x",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:a03a9af376579c6739877bf254443b8659dab3762e991a8c64eb506ef2a75bc2_amd64",
"9Base-RHOSE-4.17:openshift4/ose-agent-installer-api-server-rhel9@sha256:c69e3500230c158129bf2bb350324e0d930fe49402353bd9e4de388c0c722fe1_arm64",
"9Base-RHOSE-4.17:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3f4de63bfac55ec000217d7f5ec0c7a0e192ebeb1e200edbc8a6b7e1b3813093_amd64",
"9Base-RHOSE-4.17:openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:dcc8cd8fce69481d4ddc5e4fc1d101b78ad0dd3abdc00924281c6cc2526e7fcf_arm64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:1440f78a610b0205e9ee0ffab7a99c035f9fab456dec76fc804aa14f87efda8c_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:b5ec01eecf8f3377a34374bb36a36a00ab8305f7dfa9771022a827a11f9b6f16_arm64",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:c3f08afe2f6142eb824daab65329b99038a7ca86c94efad0795b559d92c14d5f_s390x",
"9Base-RHOSE-4.17:openshift4/ose-baremetal-installer-rhel9@sha256:cd35e666096119b0d18be277aa03f4fa66f25deb93a594a6c4e16990dc47584c_amd64",
"9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:25e855545dad6fa69ae7c6b2d71acab49536f37dcc21c3f8ef2261a223d6eb1d_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:279e3f653532d9fb4b0750161ad93757a9e610e8da6c771d3add7e64e83a2c15_amd64",
"9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:3fb12f61b7c7edf41f37dc8a0aca8cb4baa369eed056cc576e426d5c668973e4_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cloud-credential-rhel9-operator@sha256:af4eb215e629922be2b7e2d1f7de69be3aeb05db7c45321da70887e65b7950e6_s390x",
"9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:0a90a7f5271a2dc014d99bc67884b7041aefc822cefa08f7edf070e74c745819_amd64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:1bf4f7ad2a526175ea16d0cc432830ad0a76e043b4bbfd66bf19b82f5770627b_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:94af888c71735513c0feefa9986053f9577a708197b86db706575f22666694f7_s390x",
"9Base-RHOSE-4.17:openshift4/ose-cluster-network-rhel9-operator@sha256:9f4c11ab90c881aca17ca108d9936e839e17ae7c4b2d44f6e4a6dbf82577a0cf_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3c1b53d1829d379c251af96d81465e8788e0a5490dd887ffe7a8c71e1db4c3a7_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:80039d520659915a61695bb747714a3fb445791a1ee9d0b27e5f0a96a31131fa_s390x",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:98d133066b0154170b174f96a9335dee4cf9b26ce728d8f5ec07fdc4248a2ad9_amd64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c1a02ca9e54df26145a85dc12174dc0c204d6c1eefff723a3a6117f2eb757a9e_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:16655e1abd7fe21d4eff748185b9224f1a16a1b1cec6ffc40e099d1f0f502c15_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:27595cbc9fa36de1c069e1e559d78263af4faae0a96a4582fa923fe1676a9cb0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:7de776c05301ddb4c3005a3a7d3440e1899371de9f72301fce4e5a151c95f694_arm64",
"9Base-RHOSE-4.17:openshift4/ose-cluster-samples-rhel9-operator@sha256:966515651cfa31d6a1a544f4757424894e6a7fe1822b72452b75471f7ee3d2c2_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:093bfc371a589e317bb7c587d5a5db7a5da5af306fa2724b6ce8bdc61086a2e2_amd64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:4a6d38fb6a2f07b3abd8e33c4a6349955044ad4e288918465257058c6596d283_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:66e26eb06893275991fa8e72feaa76607b6cc925c5e3d59dffe5b64d8df02634_arm64",
"9Base-RHOSE-4.17:openshift4/ose-console-rhel9@sha256:cd4bd6adad24c82e4b143c02fee64731ad5326f8f0b028ef532cafaa17476429_s390x",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:13c79a8969b5f579a434547225fc55f33703ab371ccc6f2c41bf9152f5bd7f7e_s390x",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:58b3eeabdd1d248bb706b7060110456915327d459901a663a917aff828b10745_arm64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:7a0ff0d9791a8c94d19d499cb2690392c4f5025152a65ee7fbf463ac74ffbf35_amd64",
"9Base-RHOSE-4.17:openshift4/ose-docker-builder-rhel9@sha256:df428f1cfa76c3c471ef2cc23d0b5d70f99a0fe540e7e7c626ee86a876ba0eb5_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:9047da4d23cfce8b59f3ccdc52628ed8b54f47c4052a3d442148d263a0ff62c8_arm64",
"9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:be6d0071f11769b8132ee98a9a04e1fe6354327ab5a0c9e620eb5c4b40d28545_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:c496b5b14d32b6647dae97f79f858303cfbd640c9e0c19bd5cabdbe73a5260b4_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hyperkube-rhel9@sha256:feab113096d6ec632a449506cc26410ac1eb93ec718b16fd49bf1ef2381d21da_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:04428357abf3a7df2a5339fab9669a8e44f209600854b47bf900a88da3b47039_amd64",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:15af2a06a479bb72da1271839abc94ab2b9a570dd0a8efd8be24d90baf10aa2f_s390x",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:4ad05565355b7b312765876f6c280d1c0175d7a0db948d2583da3ac48f75b46c_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-hypershift-rhel9@sha256:a4866f8ed2d4ac87f1fb4af0514ee984c4e7769cdce75e8e55ae6aeed1469992_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:3061d87e775265ca97c435b4dc39bf8c522f51fb1763e28cbc681c8b8e8e0f48_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:c0e80e7f4348618003161bb693674aa2e239e182a17bbc5f7bc94aa3e4b9e063_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:cea2099e5c0697045622178ec5df6ffdaaf6d517d4f9d34fc7a4def2b11332dd_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-altinfra-rhel9@sha256:fabf577016ed47db8a337e1e0a7850528d91e69d55c72c82875f6bb01a531077_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:10b015b52fb63fc2a56c395165255cbb5ef49bc5f5334deedbb6b21392cde205_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:704a5b484c9e25cc0e7ec27c180c5dd147f620107d5aa745c80b818dfd2f2fd6_amd64",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:7690d11cf9b186239dd7cba36af47e668c91edab076af9861fa5c15333068604_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-artifacts-rhel9@sha256:ac70c909a3adc3217ff1787ba1115727690fe63b5ea68e91618a2350223c4d5b_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:00c32aeea5f5782473f39f411f00bbb6b2068f06c449e7f4c0d015e9aeaa7856_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:4feb7d220196b24095e66df7dc5d73f82810e01d348efb11b79d9e074ac5fcd4_s390x",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:9b36ddc8dce160fdf0d862e24089ad098f6f5f806a844105fe31c5eb50a157b6_arm64",
"9Base-RHOSE-4.17:openshift4/ose-installer-rhel9@sha256:c49a461c2d2addb2738c5f95627a14c5eeb6bc5fa06fe8a5adb3d09f772e07be_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:6b2212da2f61dd5cf8217aa9578721787668bb656b20cddc1f61c63b0f357899_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98eeef09e3078b70c4cd91d6ff1dfbf0236dfe8b49815810c88171c7367901e1_amd64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:af398edf44d883549d223fe002cc4b891b42c08eb5fb00436036a7665fc83eb9_arm64",
"9Base-RHOSE-4.17:openshift4/ose-ironic-rhel9@sha256:b7ab350ff5914743507b12407f06cb2c8828770b326733f179a4c30244cde4a7_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:21005d09c99222a70c40667cddc57ff97748e884f7ca1b14f5f4eff55c608dbd_amd64",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:52b67fc5ed2cba8634d325c4588da18270f2a4b40f8c7b7bb26a388d469fbf68_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:ad7496211ecceec6768ad11f58250c19775bf4688d17d8727ddf6ce6f19407be_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-config-rhel9-operator@sha256:af07530311b96690bb447fb89a7177d386155b586305c55636e515233df8457c_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:01b97b4cf175a385c4a5419d19ad07572cc055253ad4a680f9f06ec20a5c0d5d_s390x",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:295d1ae21ab9b1fbb8ec2aec4ce14fe8accfe6d1dbc7c49967b5cf54ee13acb2_arm64",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:835c5f9664088a14a84e124c53fb87d1189a02188ce1d5aafd4e9c5f5ef11dff_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-machine-os-images-rhel9@sha256:9ceac6a208269e50e87e4be7271fadd78e25c82ca5e14454f8c77b6345e70507_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:2baeabbcf22bf1b003940c56ed11ff8a86fdb2960cdf0eabc7f5a8362a5aed79_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:b57a01ec09efd3a0a4c012ada2a8ed36075986eb5e6b647fed38842a6a856151_s390x",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:ee994d84a9b8960fbe393a8d0a54382ee2daad68c37fa7e80b9fd3a7c5ac79b2_amd64",
"9Base-RHOSE-4.17:openshift4/ose-monitoring-plugin-rhel9@sha256:eed7532e5bd28c248ba0254a676e1ef407bea92f5c61cc7ac4e4175835ed8caf_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:49f27d654662154febc84e5b3eb9b30d492cf4cfa2d1fdeaa59616f2bb9e0aa3_arm64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:901c59ea45ca50177fbefdc3d7bca57b701fbe71a02040b0c8fe213d2629e216_s390x",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:c52429f7541abb3c78c34e0b42befd6685747b9d124d01a6325c5fcd4457dbeb_amd64",
"9Base-RHOSE-4.17:openshift4/ose-networking-console-plugin-rhel9@sha256:ec42755c2f7e4abc06765776408c2d02a63ff7908fc6ed72a58d5e3c24bc3806_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:040b535f95689b081a0fc0b633496e8a1bccc6789766377550540d0a7b78420c_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:307a3c31ab942bca535ee9b70b21d1a0de6e0261ca5ac2bf096f26940982e001_amd64",
"9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:5674001b4db3e742b1ab3f065154274231f88e346aa9453d52a52be2f8c3533e_s390x",
"9Base-RHOSE-4.17:openshift4/ose-pod-rhel9@sha256:b795da88251d1e00d713923c8e444ee0ff7306ffd3d4f5fb036ee46626764457_arm64",
"9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:047d48234ce95b4d04660c02033e06479d1d2a4e9ab25cfb09e5147a97d80115_amd64",
"9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:1836b8867ef16eeede9d9d4faf27e9de02f2b7047646e0753db097b152b02247_arm64",
"9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:4a3c5f5c259d7840b851470093d6e0c8a6109b119c043b0b2312dc9f8b5a51c0_s390x",
"9Base-RHOSE-4.17:openshift4/ose-service-ca-rhel9-operator@sha256:a20d3679a754d383a3a98b1266863cec0e54269e5a9ee862fb18104f39b49a5e_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:06541a999eb5082db54f8cdd69be0552f11dcb3a3b568b4cfe5db86c1b3a1173_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:23c2f43aa987eb6ee06ce77411279135192936b02ad8c0bfcf49685e6f89d581_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:33f0c8914e3eebcfb6178bd3275edb96905a995a1d36be722563f3cedf346f32_ppc64le",
"9Base-RHOSE-4.17:openshift4/ose-tests-rhel9@sha256:765a0369a8ff16598a8d0b3b5b7d2e70c38bb2b3e69771006acc608b0ccc360d_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:222230e5d28885276249325df08464d4d5d69f11d68a4c839b1e01e23b8568c1_arm64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:4135b690949ef89f47a2e9c32237533ad3971c207014e75f482e31ba83119ee5_s390x",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:591c50ee39e4215707f1d8f59f4dba9c41b51d9634f80cc96f94477fa26f4f7e_amd64",
"9Base-RHOSE-4.17:openshift4/ose-tools-rhel9@sha256:cb4ca0a9a5df2a7c93600acd4b1dd6814130904ed50c26740e10f49883e98912_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:01c27caef26cbd54b070a6799b0f4ae651f1e1f99f207df571baca6e6475c4b2_aarch64",
"9Base-RHOSE-4.17:rhcos@sha256:01c27caef26cbd54b070a6799b0f4ae651f1e1f99f207df571baca6e6475c4b2_ppc64le",
"9Base-RHOSE-4.17:rhcos@sha256:01c27caef26cbd54b070a6799b0f4ae651f1e1f99f207df571baca6e6475c4b2_s390x",
"9Base-RHOSE-4.17:rhcos@sha256:01c27caef26cbd54b070a6799b0f4ae651f1e1f99f207df571baca6e6475c4b2_x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
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.