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-29",
"epss": "0.00693",
"percentile": "0.48252"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-30204\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2025-03-21T22:15:26.420\",\"lastModified\":\"2026-06-17T09:08:21.100\",\"vulnStatus\":\"Deferred\",\"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.\"}],\"affected\":[{\"source\":\"security-advisories@github.com\",\"affectedData\":[{\"vendor\":\"golang-jwt\",\"product\":\"jwt\",\"versions\":[{\"version\":\"\u003e= 3.2.0, \u003c 4.5.2\",\"status\":\"affected\"},{\"version\":\"\u003e= 5.0.0-rc.1, \u003c 5.2.2\",\"status\":\"affected\"}]}]}],\"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}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2025-03-24T14:10:18.281694Z\",\"id\":\"CVE-2025-30204\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"yes\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"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:4666
Vulnerability from csaf_redhat - Published: 2025-05-07 16:17 - Updated: 2026-06-30 03:29A flaw was found in the net/http package of the Golang standard library. The HTTP client drops sensitive headers after following a cross-domain redirect. For example, a request to `a.com/` containing an Authorization header redirected to `b.com/` will not send that header to `b.com`. However, the sensitive headers would be restored if the client received a subsequent same-domain redirect. For example, a chain of redirects from `a.com/`, to `b.com/1`, and finally to `b.com/2` would incorrectly send the Authorization header to `b.com/2`.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x | — |
A flaw was found in the Golang crypto/internal/nistec package. Due to the usage of a variable time instruction in the assembly implementation of an internal function, a small number of bits of secret scalars are leaked on the ppc64le architecture. Considering how this function is used, this leakage is likely insufficient to recover the private key when P-256 is used in any well-known protocols.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64 | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le | — | ||
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x | — |
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_amd64 | — |
Workaround
|
A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_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: 9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_ppc64le | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat Advanced Cluster Management for Kubernetes 2.11.7 General\nAvailability release images, with updates to container images and bug fixes.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score, which\ngives a detailed severity rating, is available for each vulnerability from\nthe CVE links in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Advanced Cluster Management for Kubernetes 2.11.7 images \n\nRed Hat Advanced Cluster Management for Kubernetes provides the\ncapabilities to address common challenges that administrators and site\nreliability engineers face as they work across a range of public and\nprivate cloud environments. Clusters and applications are all visible and\nmanaged from a single console\u2014with security policy built in.\n\nThis advisory contains the container images for Red Hat Advanced Cluster\nManagement for Kubernetes, which fix several bugs. See the following\nRelease Notes documentation, which will be updated shortly for this\nrelease, for additional details about this release:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.11/html/release_notes/\n\nSecurity fixes:\n\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (CVE-2025-22869)\n* golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing (CVE-2025-30204)\n* crypto/internal/nistec: golang: Timing sidechannel for P-256 on ppc64le in crypto/internal/nistec (CVE-2025-22866)\n* golang: net/http: net/http: sensitive headers incorrectly sent after cross-domain redirect (CVE-2024-45336)",
"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:4666",
"url": "https://access.redhat.com/errata/RHSA-2025:4666"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.11/html/release_notes/",
"url": "https://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.11/html/release_notes/"
},
{
"category": "external",
"summary": "ACM-15050",
"url": "https://issues.redhat.com/browse/ACM-15050"
},
{
"category": "external",
"summary": "ACM-17312",
"url": "https://issues.redhat.com/browse/ACM-17312"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_4666.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Advanced Cluster Management 2.11.7 container updates",
"tracking": {
"current_release_date": "2026-06-30T03:29:56+00:00",
"generator": {
"date": "2026-06-30T03:29:56+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.0"
}
},
"id": "RHSA-2025:4666",
"initial_release_date": "2025-05-07T16:17:54+00:00",
"revision_history": [
{
"date": "2025-05-07T16:17:54+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-07T16:17:54+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-30T03:29:56+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product": {
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:acm:2.11::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat ACM"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x",
"product": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x",
"product_id": "rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel9\u0026tag=v2.11.7-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9\u0026tag=v2.11.7-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x",
"product": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x",
"product_id": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9\u0026tag=v2.11.7-16"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x",
"product": {
"name": "rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x",
"product_id": "rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel9\u0026tag=v2.11.7-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x",
"product": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x",
"product_id": "rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel9\u0026tag=v2.11.7-15"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x",
"product_id": "rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.11.7-37"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x",
"product": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x",
"product_id": "rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x",
"product": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x",
"product_id": "rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel9\u0026tag=v2.11.7-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x",
"product": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x",
"product_id": "rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel9\u0026tag=v2.11.7-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x",
"product": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x",
"product_id": "rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x",
"product": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x",
"product_id": "rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel9\u0026tag=v2.11.7-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x",
"product": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x",
"product_id": "rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel9-operator\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x",
"product": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x",
"product_id": "rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel9\u0026tag=v2.11.7-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x",
"product": {
"name": "rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x",
"product_id": "rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/console-rhel9\u0026tag=v2.11.7-16"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x",
"product_id": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x",
"product_id": "rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel9\u0026tag=v2.11.7-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x",
"product_id": "rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x",
"product": {
"name": "rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x",
"product_id": "rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x",
"product": {
"name": "rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x",
"product_id": "rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x",
"product_id": "rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9\u0026tag=v2.11.7-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x",
"product_id": "rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x",
"product": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x",
"product_id": "rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x",
"product": {
"name": "rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x",
"product_id": "rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel9\u0026tag=v2.11.7-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x",
"product": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x",
"product_id": "rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x",
"product": {
"name": "rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x",
"product_id": "rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x",
"product": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x",
"product_id": "rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel9\u0026tag=v2.11.7-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x",
"product": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x",
"product_id": "rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel9\u0026tag=v2.11.7-17"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x",
"product": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x",
"product_id": "rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x",
"product_id": "rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel9\u0026tag=v2.11.7-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x",
"product_id": "rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9\u0026tag=v2.11.7-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x",
"product_id": "rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x",
"product": {
"name": "rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x",
"product_id": "rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x",
"product": {
"name": "rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x",
"product_id": "rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9\u0026tag=v2.11.7-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x",
"product": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x",
"product_id": "rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9-operator\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x",
"product_id": "rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x",
"product": {
"name": "rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x",
"product_id": "rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel9\u0026tag=v2.11.7-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x",
"product_id": "rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x",
"product": {
"name": "rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x",
"product_id": "rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x",
"product": {
"name": "rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x",
"product_id": "rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel9\u0026tag=v2.11.7-16"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x",
"product": {
"name": "rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x",
"product_id": "rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel9\u0026tag=v2.11.7-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x",
"product_id": "rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel9\u0026tag=v2.11.7-7"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64",
"product": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64",
"product_id": "rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel9\u0026tag=v2.11.7-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9\u0026tag=v2.11.7-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64",
"product": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64",
"product_id": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9\u0026tag=v2.11.7-16"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64",
"product": {
"name": "rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64",
"product_id": "rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel9\u0026tag=v2.11.7-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64",
"product": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64",
"product_id": "rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel9\u0026tag=v2.11.7-15"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64",
"product_id": "rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.11.7-37"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64",
"product": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64",
"product_id": "rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64",
"product": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64",
"product_id": "rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel9\u0026tag=v2.11.7-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64",
"product": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64",
"product_id": "rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel9\u0026tag=v2.11.7-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64",
"product": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64",
"product_id": "rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64",
"product": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64",
"product_id": "rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel9\u0026tag=v2.11.7-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64",
"product": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64",
"product_id": "rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel9-operator\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64",
"product": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64",
"product_id": "rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel9\u0026tag=v2.11.7-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64",
"product": {
"name": "rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64",
"product_id": "rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/console-rhel9\u0026tag=v2.11.7-16"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64",
"product_id": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64",
"product_id": "rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel9\u0026tag=v2.11.7-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64",
"product_id": "rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64",
"product": {
"name": "rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64",
"product_id": "rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64",
"product": {
"name": "rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64",
"product_id": "rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64",
"product_id": "rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9\u0026tag=v2.11.7-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64",
"product_id": "rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64",
"product": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64",
"product_id": "rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64",
"product": {
"name": "rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64",
"product_id": "rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel9\u0026tag=v2.11.7-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64",
"product": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64",
"product_id": "rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64",
"product": {
"name": "rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64",
"product_id": "rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64",
"product": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64",
"product_id": "rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel9\u0026tag=v2.11.7-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64",
"product": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64",
"product_id": "rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel9\u0026tag=v2.11.7-17"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64",
"product": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64",
"product_id": "rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64",
"product_id": "rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel9\u0026tag=v2.11.7-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64",
"product_id": "rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9\u0026tag=v2.11.7-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64",
"product_id": "rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64",
"product": {
"name": "rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64",
"product_id": "rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64",
"product": {
"name": "rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64",
"product_id": "rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9\u0026tag=v2.11.7-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64",
"product": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64",
"product_id": "rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9-operator\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64",
"product_id": "rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64",
"product": {
"name": "rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64",
"product_id": "rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel9\u0026tag=v2.11.7-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64",
"product_id": "rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64",
"product": {
"name": "rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64",
"product_id": "rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64",
"product": {
"name": "rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64",
"product_id": "rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel9\u0026tag=v2.11.7-16"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_amd64",
"product": {
"name": "rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_amd64",
"product_id": "rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel9\u0026tag=v2.11.7-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64",
"product_id": "rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel9\u0026tag=v2.11.7-7"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64",
"product": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64",
"product_id": "rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel9\u0026tag=v2.11.7-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9\u0026tag=v2.11.7-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64",
"product": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64",
"product_id": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9\u0026tag=v2.11.7-16"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64",
"product": {
"name": "rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64",
"product_id": "rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel9\u0026tag=v2.11.7-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64",
"product": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64",
"product_id": "rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel9\u0026tag=v2.11.7-15"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64",
"product": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64",
"product_id": "rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64",
"product": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64",
"product_id": "rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel9\u0026tag=v2.11.7-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64",
"product": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64",
"product_id": "rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel9\u0026tag=v2.11.7-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64",
"product": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64",
"product_id": "rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64",
"product": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64",
"product_id": "rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel9\u0026tag=v2.11.7-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64",
"product": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64",
"product_id": "rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel9-operator\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64",
"product": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64",
"product_id": "rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel9\u0026tag=v2.11.7-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64",
"product": {
"name": "rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64",
"product_id": "rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/console-rhel9\u0026tag=v2.11.7-16"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64",
"product_id": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64",
"product_id": "rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel9\u0026tag=v2.11.7-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64",
"product_id": "rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64",
"product": {
"name": "rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64",
"product_id": "rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64",
"product": {
"name": "rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64",
"product_id": "rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64",
"product_id": "rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9\u0026tag=v2.11.7-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64",
"product_id": "rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64",
"product": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64",
"product_id": "rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64",
"product": {
"name": "rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64",
"product_id": "rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel9\u0026tag=v2.11.7-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64",
"product": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64",
"product_id": "rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64",
"product": {
"name": "rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64",
"product_id": "rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64",
"product": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64",
"product_id": "rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel9\u0026tag=v2.11.7-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64",
"product": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64",
"product_id": "rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel9\u0026tag=v2.11.7-17"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64",
"product": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64",
"product_id": "rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64",
"product_id": "rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel9\u0026tag=v2.11.7-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64",
"product_id": "rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9\u0026tag=v2.11.7-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64",
"product_id": "rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64",
"product": {
"name": "rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64",
"product_id": "rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64",
"product": {
"name": "rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64",
"product_id": "rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9\u0026tag=v2.11.7-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64",
"product": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64",
"product_id": "rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9-operator\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64",
"product_id": "rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64",
"product": {
"name": "rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64",
"product_id": "rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel9\u0026tag=v2.11.7-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64",
"product_id": "rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64",
"product": {
"name": "rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64",
"product_id": "rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64",
"product": {
"name": "rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64",
"product_id": "rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel9\u0026tag=v2.11.7-16"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64",
"product": {
"name": "rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64",
"product_id": "rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel9\u0026tag=v2.11.7-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64",
"product_id": "rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel9\u0026tag=v2.11.7-7"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le",
"product": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le",
"product_id": "rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel9\u0026tag=v2.11.7-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le",
"product": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le",
"product_id": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9\u0026tag=v2.11.7-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le",
"product": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le",
"product_id": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9\u0026tag=v2.11.7-16"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le",
"product": {
"name": "rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le",
"product_id": "rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel9\u0026tag=v2.11.7-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le",
"product": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le",
"product_id": "rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel9\u0026tag=v2.11.7-15"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le",
"product": {
"name": "rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le",
"product_id": "rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-operator-bundle\u0026tag=v2.11.7-37"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le",
"product": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le",
"product_id": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le",
"product": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le",
"product_id": "rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le",
"product": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le",
"product_id": "rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel9\u0026tag=v2.11.7-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le",
"product": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le",
"product_id": "rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel9\u0026tag=v2.11.7-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le",
"product": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le",
"product_id": "rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le",
"product": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le",
"product_id": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le",
"product": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le",
"product_id": "rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel9\u0026tag=v2.11.7-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le",
"product": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le",
"product_id": "rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel9-operator\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le",
"product": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le",
"product_id": "rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel9\u0026tag=v2.11.7-11"
}
}
},
{
"category": "product_version",
"name": "rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le",
"product": {
"name": "rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le",
"product_id": "rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/console-rhel9\u0026tag=v2.11.7-16"
}
}
},
{
"category": "product_version",
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le",
"product": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le",
"product_id": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le",
"product": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le",
"product_id": "rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel9\u0026tag=v2.11.7-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le",
"product": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le",
"product_id": "rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le",
"product": {
"name": "rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le",
"product_id": "rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le",
"product": {
"name": "rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le",
"product_id": "rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le",
"product": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le",
"product_id": "rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9\u0026tag=v2.11.7-12"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le",
"product": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le",
"product_id": "rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le",
"product": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le",
"product_id": "rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le",
"product": {
"name": "rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le",
"product_id": "rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/memcached-rhel9\u0026tag=v2.11.7-6"
}
}
},
{
"category": "product_version",
"name": "rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le",
"product": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le",
"product_id": "rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le",
"product": {
"name": "rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le",
"product_id": "rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le",
"product": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le",
"product_id": "rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel9\u0026tag=v2.11.7-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le",
"product": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le",
"product_id": "rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel9\u0026tag=v2.11.7-17"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le",
"product": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le",
"product_id": "rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le",
"product_id": "rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel9\u0026tag=v2.11.7-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le",
"product_id": "rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9\u0026tag=v2.11.7-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le",
"product": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le",
"product_id": "rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le",
"product": {
"name": "rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le",
"product_id": "rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le",
"product": {
"name": "rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le",
"product_id": "rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9\u0026tag=v2.11.7-10"
}
}
},
{
"category": "product_version",
"name": "rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le",
"product": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le",
"product_id": "rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9-operator\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le",
"product": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le",
"product_id": "rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9\u0026tag=v2.11.7-7"
}
}
},
{
"category": "product_version",
"name": "rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le",
"product": {
"name": "rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le",
"product_id": "rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel9\u0026tag=v2.11.7-8"
}
}
},
{
"category": "product_version",
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le",
"product": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le",
"product_id": "rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le",
"product": {
"name": "rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le",
"product_id": "rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel9\u0026tag=v2.11.7-13"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le",
"product": {
"name": "rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le",
"product_id": "rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel9\u0026tag=v2.11.7-16"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le",
"product": {
"name": "rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le",
"product_id": "rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel9\u0026tag=v2.11.7-9"
}
}
},
{
"category": "product_version",
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_ppc64le",
"product": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_ppc64le",
"product_id": "rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel9\u0026tag=v2.11.7-7"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le"
},
"product_reference": "rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x"
},
"product_reference": "rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64"
},
"product_reference": "rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64"
},
"product_reference": "rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x"
},
"product_reference": "rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le"
},
"product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x"
},
"product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64"
},
"product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64"
},
"product_reference": "rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le"
},
"product_reference": "rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x"
},
"product_reference": "rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64"
},
"product_reference": "rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64"
},
"product_reference": "rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64"
},
"product_reference": "rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x"
},
"product_reference": "rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le"
},
"product_reference": "rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64"
},
"product_reference": "rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x"
},
"product_reference": "rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64"
},
"product_reference": "rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le"
},
"product_reference": "rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x"
},
"product_reference": "rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64"
},
"product_reference": "rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64"
},
"product_reference": "rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64"
},
"product_reference": "rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x"
},
"product_reference": "rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le"
},
"product_reference": "rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64"
},
"product_reference": "rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64"
},
"product_reference": "rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x"
},
"product_reference": "rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le"
},
"product_reference": "rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64"
},
"product_reference": "rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le"
},
"product_reference": "rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64"
},
"product_reference": "rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64"
},
"product_reference": "rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x"
},
"product_reference": "rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x"
},
"product_reference": "rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x"
},
"product_reference": "rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64"
},
"product_reference": "rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le"
},
"product_reference": "rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64"
},
"product_reference": "rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64"
},
"product_reference": "rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le"
},
"product_reference": "rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64"
},
"product_reference": "rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x"
},
"product_reference": "rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64"
},
"product_reference": "rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64"
},
"product_reference": "rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x"
},
"product_reference": "rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le"
},
"product_reference": "rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x"
},
"product_reference": "rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64"
},
"product_reference": "rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64"
},
"product_reference": "rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le"
},
"product_reference": "rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64"
},
"product_reference": "rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64"
},
"product_reference": "rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64"
},
"product_reference": "rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x"
},
"product_reference": "rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64"
},
"product_reference": "rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le"
},
"product_reference": "rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64"
},
"product_reference": "rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64"
},
"product_reference": "rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x"
},
"product_reference": "rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le"
},
"product_reference": "rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64"
},
"product_reference": "rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x"
},
"product_reference": "rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le"
},
"product_reference": "rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x"
},
"product_reference": "rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64"
},
"product_reference": "rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64"
},
"product_reference": "rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le"
},
"product_reference": "rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le"
},
"product_reference": "rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64"
},
"product_reference": "rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64"
},
"product_reference": "rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x"
},
"product_reference": "rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64"
},
"product_reference": "rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x"
},
"product_reference": "rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64"
},
"product_reference": "rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le"
},
"product_reference": "rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le"
},
"product_reference": "rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x"
},
"product_reference": "rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64"
},
"product_reference": "rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64"
},
"product_reference": "rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x"
},
"product_reference": "rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64"
},
"product_reference": "rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64"
},
"product_reference": "rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le"
},
"product_reference": "rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x"
},
"product_reference": "rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64"
},
"product_reference": "rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64"
},
"product_reference": "rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le"
},
"product_reference": "rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x"
},
"product_reference": "rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64"
},
"product_reference": "rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x"
},
"product_reference": "rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le"
},
"product_reference": "rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64"
},
"product_reference": "rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64"
},
"product_reference": "rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x"
},
"product_reference": "rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le"
},
"product_reference": "rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x"
},
"product_reference": "rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64"
},
"product_reference": "rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64"
},
"product_reference": "rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le"
},
"product_reference": "rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64"
},
"product_reference": "rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64"
},
"product_reference": "rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x"
},
"product_reference": "rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le"
},
"product_reference": "rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64"
},
"product_reference": "rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x"
},
"product_reference": "rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64"
},
"product_reference": "rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le"
},
"product_reference": "rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x"
},
"product_reference": "rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64"
},
"product_reference": "rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64"
},
"product_reference": "rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le"
},
"product_reference": "rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x"
},
"product_reference": "rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64"
},
"product_reference": "rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64"
},
"product_reference": "rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le"
},
"product_reference": "rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x"
},
"product_reference": "rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64"
},
"product_reference": "rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x"
},
"product_reference": "rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le"
},
"product_reference": "rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64"
},
"product_reference": "rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_ppc64le"
},
"product_reference": "rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le"
},
"product_reference": "rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64"
},
"product_reference": "rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x"
},
"product_reference": "rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_amd64"
},
"product_reference": "rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45336",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2025-01-23T12:57:38.123000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2341751"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/http package of the Golang standard library. The HTTP client drops sensitive headers after following a cross-domain redirect. For example, a request to `a.com/` containing an Authorization header redirected to `b.com/` will not send that header to `b.com`. However, the sensitive headers would be restored if the client received a subsequent same-domain redirect. For example, a chain of redirects from `a.com/`, to `b.com/1`, and finally to `b.com/2` would incorrectly send the Authorization header to `b.com/2`.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: net/http: sensitive headers incorrectly sent after cross-domain redirect",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_amd64"
],
"known_not_affected": [
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45336"
},
{
"category": "external",
"summary": "RHBZ#2341751",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2341751"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45336",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45336"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/70530",
"url": "https://github.com/golang/go/issues/70530"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/sSaUhLA-2SI",
"url": "https://groups.google.com/g/golang-announce/c/sSaUhLA-2SI"
}
],
"release_date": "2025-01-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-07T16:17:54+00:00",
"details": "Before applying this update, make sure all previously released erratas are\nrelevant and have been applied to your system.",
"product_ids": [
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4666"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: net/http: sensitive headers incorrectly sent after cross-domain redirect"
},
{
"cve": "CVE-2025-22866",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2025-02-06T17:00:56.155646+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2344219"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/internal/nistec package. Due to the usage of a variable time instruction in the assembly implementation of an internal function, a small number of bits of secret scalars are leaked on the ppc64le architecture. Considering how this function is used, this leakage is likely insufficient to recover the private key when P-256 is used in any well-known protocols.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/internal/nistec: golang: Timing sidechannel for P-256 on ppc64le in crypto/internal/nistec",
"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-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_amd64"
],
"known_not_affected": [
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22866"
},
{
"category": "external",
"summary": "RHBZ#2344219",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2344219"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22866",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22866"
},
{
"category": "external",
"summary": "https://go.dev/cl/643735",
"url": "https://go.dev/cl/643735"
},
{
"category": "external",
"summary": "https://go.dev/issue/71383",
"url": "https://go.dev/issue/71383"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/xU1ZCHUZw3k",
"url": "https://groups.google.com/g/golang-announce/c/xU1ZCHUZw3k"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3447",
"url": "https://pkg.go.dev/vuln/GO-2025-3447"
}
],
"release_date": "2025-02-06T16:54:10.252000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-07T16:17:54+00:00",
"details": "Before applying this update, make sure all previously released erratas are\nrelevant and have been applied to your system.",
"product_ids": [
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4666"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/internal/nistec: golang: Timing sidechannel for P-256 on ppc64le in crypto/internal/nistec"
},
{
"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": [
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_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": [
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64"
],
"known_not_affected": [
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_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-05-07T16:17:54+00:00",
"details": "Before applying this update, make sure all previously released erratas are\nrelevant and have been applied to your system.",
"product_ids": [
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4666"
},
{
"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-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_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-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_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-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x"
],
"known_not_affected": [
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-07T16:17:54+00:00",
"details": "Before applying this update, make sure all previously released erratas are\nrelevant and have been applied to your system.",
"product_ids": [
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4666"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_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-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
},
{
"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-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_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": [
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_amd64"
],
"known_not_affected": [
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_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-05-07T16:17:54+00:00",
"details": "Before applying this update, make sure all previously released erratas are\nrelevant and have been applied to your system.",
"product_ids": [
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4666"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_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-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:cce4d7638249c914f00444ab79ff756244fd37b14850e21c1214ee759e3df122_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:d63c98f6e011d42b60370bc93daea55c07a06e9ec1c465493945b6f59498c595_s390x",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:ed73155036634720092838f314b9299371e14b1f1359e464d600188d712f2f13_amd64",
"9Base-RHACM-2.11:rhacm2/acm-cluster-permission-rhel9@sha256:f2f85d21e91bd62a5f865c0ddfaa5e194fae4d357873a3150d29c553e54b619f_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:17ad9ab8dd5dc6d35f587cf57d20e4e0b15a36e18022f61a0cda5be80d345b21_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c49ae6aab4e96ef8a6c69c74c03268dda1443a349b88031375e89b02e6ad6fe4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d55792987afe866595075d77c9378ec863ed9e2d796e88c35521df5aeb8906f7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:ddcb9a8030abaf4cc098500b2efe828d925de86b5a7afdcd5795d43ae5c2deb6_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:4d9c95f17c4f4b87745593aae6f569cdf425a162f9ae357f0ac9fd168838b5c8_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:67d5d5d847544b1d6f35945565fa13d3501c1638db6d37812d64ffb3d17a74e1_s390x",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:9d048519a5003295b1f15739cd787db345aabeecf5584ba772ce8fe76957c01e_arm64",
"9Base-RHACM-2.11:rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:b56e67989fe8f9a691dc9627884bd230b626ad256e8d97ddeec180e20cb01f1e_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:00a876d52992a28c1618bff36d6bb37bb1eeb8a74573d93d0f6c506e0d6ae1ee_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:8b5432459a703bed99b55371fad8ce9db4ff92143e969355a9df34dfea8dfa74_s390x",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:92ffa3497426fd7749ff6473526b925ac9d99b89389ff620c2afb25b49d0bc26_amd64",
"9Base-RHACM-2.11:rhacm2/acm-grafana-rhel9@sha256:aabbb8fcb89b7b5ef7e2510e114ea16f1f8f396ee1a29ddde409bebd6c960745_arm64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:3d7245bebdd1a6626ee7ec0115f36bb3635b0faf8f33888f80ac7362535f2b8a_amd64",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:63f640d90915b10aacbb31e49c7d1980c1ea923d66ffa5388988c66ae3fe4152_s390x",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:690ceb6f7cf4485b4a879a1bb02f1ab1c6f4521260daf20b39a6ddf92587face_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-must-gather-rhel9@sha256:77e4a28dd06b587fdc911278747b26ed7e3492c263165c9ea10434cf402d4da6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:1c71881a3da648b529b3e4e254ba3557ea1347cffa945ec8f522e8a80b16f8d7_amd64",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:d35e2186f022a90ce01adf847857184834a2c09d6c82ccfe922c3d9a98aaa7ab_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-operator-bundle@sha256:e8a6352fae973fd8c17d169b70ba20b7d77427537f45eda5c02b773ad1d3ebde_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0532d10c3796ec638cd996c1538f84cfb0793207195ee8355b6ce865dde92477_arm64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3249de598939f928939f861aadc7e991f5cf68c901f45120dd906056595542a3_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:5468ba845d2a67e824e2a26ac799d0aa33fad0ca61661f95dadcf847cfd4f91e_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-config-reloader-rhel9@sha256:e5b568f9e6dd6438aac902282c65f9262a0753db449bc4deb812a52f9a8b78ad_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:79b69ba8e6e512dbed3210b06b75563d7510b13c16d540188375290f3bbb28b4_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:93ea476c39403bfce876b87a6b50cf91acc9bab99e999b9e5a34579ba69877ff_s390x",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:9480e4ac75fdc5ec1e2ab3c58548dbda39ba2174c5c7408b7b59937055ccf653_amd64",
"9Base-RHACM-2.11:rhacm2/acm-prometheus-rhel9@sha256:a132402d7445c8bba62b12d434a27310ea6276da5aa72097f2858da80ba98cdc_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:0ab41f9cabeb828ea358fa0736aff0aa4c32b6521a7c7f3cd3a6b035f38814f6_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:1d71003dfac54727518fa4c8309de463197aac80ad90cbc1f1c80869136d00e8_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:a33eb440ae2c6ef2a07818377508a88530c129396911c096b2fff9371b53b4ec_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-indexer-rhel9@sha256:b5b5824dfbacc33b3e9699ccf321870fa17f41f83c27576408f17c5ce5464766_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:59a6eae21f3246ebc57adfe89e7a0e237220c26d2a01e958abc991172abe6897_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d23a2404ba9b28f26417b2a2af60081514d918daf669daf1aec63a3294d76e06_s390x",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:d4c91fecc331d8af924084572589c1f0d36efd657c84fbeb0b9fd0b263912f4f_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-api-rhel9@sha256:fcabed7be93e0c4b8daeaa68176a76e171ae6d18002e38ba5ee75fc95c1e0ac1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:0c92316f61cbd66c1e4e6b91219a3c840fe217e0ee5d7bea051a5a8f4dc744e7_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:894dd46d068010a41ef9e2004f2bb6459395d1bcb47687e542de4d1ea8a7c0c1_arm64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:95aae9c017a9809cae869a76d59f6d72f8754061ebb8d797c68f9474fc3b4d5b_amd64",
"9Base-RHACM-2.11:rhacm2/acm-search-v2-rhel9@sha256:a236f4ee72c8f5eebdb5cb9592cf65c9c67848658f398459e4a2b782435b5d76_s390x",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:555d679d0a4e3e3100aebdaf78d9686a30b9a10d7b266f5f633155c7130781e0_arm64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:8f0d3fc75d0bae3ea2c0776649bce6cbcb7d721e6078be9607d72e41d529caed_amd64",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:c63becb51a6c6fa01154d801e1e5f3b4f27e9ead25894a4ca7c147abf42544a5_ppc64le",
"9Base-RHACM-2.11:rhacm2/acm-volsync-addon-controller-rhel9@sha256:e485c3e52083e9cfe9085c8e9195014c2af9f918e9fe0e1ebdee33fa71b56fcf_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:3ff8a2ad47569c2222cbb03875948514300038584dd8654beaf80f079795d145_s390x",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:55b12a7c6fc8b8c3bf5f01524d072c686e91112cfd50e94d908dbfcb6a1cadef_arm64",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:68c83e6503a11d5e056867fcf06146953c46a90c9cdf7af56af4c7676d780919_ppc64le",
"9Base-RHACM-2.11:rhacm2/cert-policy-controller-rhel9@sha256:9a2b7025d23d52c691f964353aef2f57f1745a5f83329d6938e0ab4576807162_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:0826c572f6a2e6cc0c6d635b49c3b157ed0727fbfcae11e81bc23e2b53ffb525_arm64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:be8ba2f15746472ff77e5d3b25abfcc1abb0217291a5fa070723dc93014e791b_ppc64le",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:cc48fda82d8f6243a2a47e82c63c1ae3c315dcc86d156a13feca55c18e2d5a34_amd64",
"9Base-RHACM-2.11:rhacm2/cluster-backup-rhel9-operator@sha256:f3b4ab44aeac4df05ebf1b0b82cc548462787a48717297194a6ac7d2cfcbb852_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:5cad33ccd2811da01d17b5657b35919ed554a3e7cb1daafdace8e85d05b02be4_arm64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:d6ec9891c49de48f10bf34241690b7c89ff558b14ff43c4dc76feda230759228_amd64",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:dcd47b99ec366b67aab2f4795b235b75c29be3918b69707afada31cb6bf2ae82_s390x",
"9Base-RHACM-2.11:rhacm2/config-policy-controller-rhel9@sha256:ec13ef04d1682bf59c2541d0036cfd8886275e133516cddbcb19ddf4382b3103_ppc64le",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:792bcf19fe1de75ad6ec22980aa2ba457456439fdf634330246f63167b9ea307_s390x",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:c4159ff05b6974bba182bb7f5a8fa9cd18c85b24be4ad7ea37d7718607823c6c_arm64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:d17932e043db69005823ac1d074995e845657fe058dd393e7c090185cf1c3ffd_amd64",
"9Base-RHACM-2.11:rhacm2/console-rhel9@sha256:f7bbe6a72dd592f6ce50aa0025906dd9799cdab73f0f68501250fdefbf152e9e_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:050dafd97e5b84639bc6711447b303d0f4a62d8a5b681c3857a820f9ba9162c4_ppc64le",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61bb15b9b1cc624bbd0ded0c2d7708b7f83bdc0fbe18ebf0ae014672971d81fe_s390x",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:61cc4d21f1e24a1303eb9341ac021f6ab30985374820d35c293957888f2b2969_amd64",
"9Base-RHACM-2.11:rhacm2/endpoint-monitoring-rhel9-operator@sha256:c9141fa19aef2e6d29755c90061af7f026934b96c4a4938630adb2edf20bb8e3_arm64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:12ba153b19709c0867d0f1bbc6899c9f96db5ff9abecd9c791ac24100591c65f_s390x",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:96b4194295f4fe694014677694a2572852355e85e2b94e5a59d4c9cd0b1ce21f_ppc64le",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:bcefc8fd2927ab982b8736909afb9a1a089177c968a1740dfa0f60897a68eaac_amd64",
"9Base-RHACM-2.11:rhacm2/governance-policy-propagator-rhel9@sha256:c20f16ac40cca4d596262cbc6bbdbafcb903b0271c1eeec3dc54b983600a6c79_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:2c9c0bebc86bfa1b00244904c9d76a26f2ca2259f14bc6c4eab5142c8f367e6d_arm64",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:5e279eea4b26c8ab4a45630cb817336cd79d18c8199b35248e698e9a46fdee91_ppc64le",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:a8eaee40ad5dded88a9305c03c561c6abd34f0a37cb15e158b847819e34c8eef_s390x",
"9Base-RHACM-2.11:rhacm2/grafana-dashboard-loader-rhel9@sha256:d56d79a5d63b6fbe3ead7189f1c29cfdb030a97f63387d852d3fc6b0f9fa9a34_amd64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:009d5a555b395a1bbe5864819bbfc2926e001b38a4b03b79d131c580aaabadc6_s390x",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:393905442da85080af4a94ad0cd8eeabc41d839249bc950aa70ef98cfb035886_arm64",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:8649e61d5a6f0050aed0d2ec485c5c36c6e067801354f5c1667f6f690c3c2dae_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-client-rhel9@sha256:ab1d7a86d54a2169514e53a34161eeea6abb580a9e3dad73b2e631d4c41c7b7b_amd64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:652d4e64c15311e7224bfc61c281acab6437c13f76cdaf3aeb1653677eeff48d_arm64",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:80038b3e6c1a214f320bcb6c66b549377f3f11bcb1a8a01c69e2e23a8218f09a_s390x",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:82917aa911c3877a779f63126f413cce9e7c910ad4257b9e6030753d7a06d674_ppc64le",
"9Base-RHACM-2.11:rhacm2/insights-metrics-rhel9@sha256:f5d8c29282fd86f51cc086c0adae90858c91f13aa4c7c568d0db3e7dc0974ddc_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:4b88edacf430cd170c8c88c138abf0effa26c09a3471c3b7953e2ca62d018a4b_ppc64le",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:73efa41c6c24dbd5c5afcdd30eca904058eb548ddea073c463dfbe5e212326e7_amd64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:b2a3c348b3d1392589e0773fb374e47a064f2954383a24103a8bdb887d2cb9a2_arm64",
"9Base-RHACM-2.11:rhacm2/klusterlet-addon-controller-rhel9@sha256:d08e4aaa320ed7ce31c20bbb2cd8e984fbe7a0cfbb3325504d8189267f149f79_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:1d226fb3dcb578d05819e0653f6c62105504b97e0c51303242fd4a6525946ea8_arm64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:9aa654179ddff9e7490653bcadfbfbd40a6e1a6088d76f2b3ddee755689d3a12_amd64",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:cc11263bc748bd79febd1b837e07769d5c5f86b408be373b5738da2b24990076_s390x",
"9Base-RHACM-2.11:rhacm2/kube-rbac-proxy-rhel9@sha256:dc660045b803c2da5abd436c16154505219c7f0cb6ca8a952a03d79a0edfa0c2_ppc64le",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:6c06705233b5f7c131f828e3da22999b9cff2316085a03fda1ce2c48ac81d21d_s390x",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:8aebfa0485a1fff708bf0dbe4807395cd1528d87cb52166cd690be20ae2de6db_amd64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:b82e1db286c14a1345e917dd01b2c53837ac55c50d114c3d430cbfbf772dded5_arm64",
"9Base-RHACM-2.11:rhacm2/kube-state-metrics-rhel9@sha256:d6b7ce87df6d10b23659335b3ac7412937723900342f6b4e54afa9b758df708a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:3ef3168a9011ce366b32af10ccd78880524a7359844449ea8c126aad6aad9c1a_ppc64le",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:495b34dfd1eb38f9b1e28afb90e706cd9b1f3a5cfc4ab42b897de8d338a0cc3f_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:6a5f94e1cfad90217d015a0ba4c8160a1f19d782b29fbe6433facab7d079dc2d_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-exporter-rhel9@sha256:dfbda52b25cd4d935df09fd7b28a1577825818238aff7d0d237d3598f3f1764e_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:145c250f2f828a20821b98ff2cb63e6c509002c55fd20528125a19051ef57a00_arm64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:a5ea2d9b309d350423d8f2801296e818c7f0e36db7a44e4041dc2c1958e79514_s390x",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:d154d8a22d28b0b4045a5b3d7a3238cc7a11403c368f0031b50b3f40bd50192d_amd64",
"9Base-RHACM-2.11:rhacm2/memcached-rhel9@sha256:ec7b96d0251dd78d8b9269ff2b73ccc70efaa787b46768686db87e1411a6dc28_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:598c14b445b64ec3339910c0002869c50fa495fb590b384f547f7ebecb484278_ppc64le",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:93e849b94ed635b1792962a821063a3a3b8fb300de244a45988236ef5f799f3f_s390x",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:de6d71c7a398e20f294af206e6c3f706245b79dff0ba279745772d233f99821f_amd64",
"9Base-RHACM-2.11:rhacm2/metrics-collector-rhel9@sha256:fe430c3eb3d8eee61953592e6fe5c0f6d775a0fe739cf8ec3a207f1a2e68bfd2_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:272f8ae42c57c665ae33b01be633d1735d77665e6c539dec8c9abebe072144ef_s390x",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:68da3c990f88a7769418680b45ede4af9af68cd0d859c0ee71497b2623938d53_arm64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:6cd29158d2cb2c27f6c8412aac705baac5d2639d564aaaddc4a4070b11ad5307_amd64",
"9Base-RHACM-2.11:rhacm2/multicloud-integrations-rhel9@sha256:de669322674d7320df89c647ab9bef91e02f7efca620d09186c086c54bd41564_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:1da1c9422995c5624e739e4804e15a4bd9847731513ed166bf6d7ccabe4c557d_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:783f0dcada7723c48615a008ca9cd6b9f14ec5157b3710862420e97f7cc4894c_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:818a86fe68d1ab572ba74e225b3939a0774bf8ba2aba0cbc604da5a9cab66dae_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-observability-rhel9-operator@sha256:9a6be8b958f4828c7be92f90d2e7f2a64d2ee06d9f7a53d2b367389d13a05bbc_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:6403f9cfccdeb69e8230ea9b732246096fbaa954cb6726a0ec7241327634f352_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:97fbee2a4068548c95abc50cc02b5964802c0d45b128f1639f0ca974a654da3f_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:be3ff7b3a0eecd4f506cb2c42cd85c0d77c16c43683c347cacc6da4124a74aa4_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-application-rhel9@sha256:f669daab61a2ceb6416fa30fe7d862aa9152468e47bd865bb980f5498d0ce8d7_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:6bf53d300a6cff8293b58567676e22778c2b4ab10ffb87147ec65fe4f8b0c46b_s390x",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:95d44e22d7ff0901f6bad80ad080df294feb2e246218430620dc9aca8c27d048_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:b0446d611fcaf8a55e1369e7a7ccb9ad350d975a1332069ddbe59eb9d530a22d_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-channel-rhel9@sha256:f46f69bf3bd2e90a52261476df2df5b73f50b4f43de4fd25c5e8eeaca413c1db_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:193a493aa6210983b93fe99594386cbbdd33cc2b184831cde9a6db57c77b3e93_ppc64le",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:ab2c0712786abfc615b6051b85c49d98e28038c9d3291a295cf2abad52194864_amd64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:e5c64c8bcb7f4ba0d1fb8cd437ed288a58687442b164e0cb1d2f069acb69139b_arm64",
"9Base-RHACM-2.11:rhacm2/multicluster-operators-subscription-rhel9@sha256:fba804be1d2c6a2141f50e0691ca3c53a49745a469717b10a16025515f3a53cb_s390x",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:0d55fa3f5457f156b73080f33c90c95b5a7a86eca8db2f17dba04e9461c04c66_ppc64le",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:279b7b46decefe87a5da5d8c3158a4835dea9f7be5a22f610d1ccb640d5a4120_arm64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:3fc105c44a5f384f7afd0725ea60fea7e3dcb1d0e6377c286f4d4294b8065246_amd64",
"9Base-RHACM-2.11:rhacm2/multiclusterhub-rhel9@sha256:b0adf664cbb7ece81be4f2674558d4ad8ff5805dd73f4b0ebebb4c90f653239c_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1103e3a2c0dc9cc39a7a4d7c759d7a684ae783b97c7e1fc790fb703feacc2255_ppc64le",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:1d130589e3926d48253981cc234ed9492fe9ca6f5e87a5d81ea7a9f00d0d3fe9_s390x",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:e649ccd3568f9e589fcdfbd1b86934f63e840fdcc6a0aa0bc75c32f830b5ad24_amd64",
"9Base-RHACM-2.11:rhacm2/node-exporter-rhel9@sha256:ffde842f232450af8538e63dc74d9a303b57ba98aa4da40627ede05fd2135cc1_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:254c2512d89e9b2f672cb152f71bec0d3059b7bd2c2cd430f20a344699237acc_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:5802e874b2f716f3a6c061c1001b717902e1c66c455cb355217c4f357f1ffb63_arm64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cdc09f88c4f1d35269371ac8bc6be21be704872b2045b8627a7bb63d2f3f0b33_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9-operator@sha256:cedd0496946dbf8af6bbb25ae1fb47bc3c88049f681c3ca58796cbd716ab0956_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:14a094e72692779d9aa83844fa5ae63ac68810c4fae46c4e1fe5065030862e3c_ppc64le",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:2811fda7247a23c3ed2278dc034147feac0d869fadbf7375782513358fac3892_amd64",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:725629078b4bd0f91171a05c54019362842ad128194bf8889c7e63f1699e8377_s390x",
"9Base-RHACM-2.11:rhacm2/observatorium-rhel9@sha256:d93d13340bf59d8126fdbd4206ea40c84625ab3cfdb96a72a33dd7691ec7b302_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:4eca77ab3631c307ce6938789791843a6f242049a1ef513bf422cabd42c6ebac_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:79222f81e33045539fc48260cd35ffa277b584602e13cdcd5a5f8b08063f23d8_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:ba1fb822e67cf051e7e7636bca6ca20aafd7f08a175b5ea0bc2e9ac5a42fb0df_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-alertmanager-rhel9@sha256:e2f13f384355bf1428c7e288c9e19b81656ae03bafba0a78ae3b09a7293afa79_ppc64le",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:029aa3ffdc739ae2e871721e70631e76793f009f9b45a8dec3f5d3a1c3742ef0_s390x",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:4260a4584981dfd486ae6a2a1c6c7d6a5492e12f5e63660833ba02d46bd03835_amd64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:911a4e7227929edf39edfd91fc56d8d5a435c4b69f64f4fc1a4e3eb02df9841f_arm64",
"9Base-RHACM-2.11:rhacm2/prometheus-rhel9@sha256:a313cdc545b232736c226d48a5aa8aeb7e4571dc9961dc697538ebdec8c43dd9_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:0f4d878bb25c812ba79b6e916136c22943138a0ea84c98fa76bc3fbab8baebe3_arm64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:409929bab7eb2650886e538d1fed112bfc82a1086400655302c1a5c0c49d92d1_amd64",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:6af5827560f7b70ff509936e04f0ae0a0002f4308d57333c21c417a090befd82_ppc64le",
"9Base-RHACM-2.11:rhacm2/rbac-query-proxy-rhel9@sha256:7c3bfb3c65ad6daedd4bc83c81a01a273832782a10541d691b376746721c9292_s390x",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:472aee3cec73074bdfc92e956d1722c26867da3cc509d2819fadc679d849a4f2_amd64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:70936b7fcdfbe33039ac18498e851b336222dc39eaff476816f3cbf211ec40e3_arm64",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:db3a256d6539bf9da860049567122372fb7cbc2b9bc8d7190556d42636cd4a1b_ppc64le",
"9Base-RHACM-2.11:rhacm2/search-collector-rhel9@sha256:f27ee7d7e9b40f2519d34cf0401b828f143703394837b85b6eca6e8f223bb172_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:59c3198721c01d7f8a16a381e1857439e8e6365859cd7880c6db9b1dee2508c8_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:5b750409d445a8a357db1484d15ba913c2323c0fcf1083e07452c2195715d9fe_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:b12239e267c5d0965f0736fb4aeb3df38804cf680b192684f3593381eff60855_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-addon-rhel9@sha256:f3e853024542817595ed86d6673b83a99d972cc52a2d6539ef7b4fe269b125ae_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6766ce8054bf45764bc5c36c9200455e61bc719a5ef04c1d09b4963e21bf93f2_amd64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:6cf29875d145afc29835440fe71db342db9c0b0e4ec83ba4307e8b5f15234d85_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:92d53a4af657c7046494c0676c3aba00d392bbfd626d86ff03f41c041574c4cf_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-receive-controller-rhel9@sha256:eddb044dc6f71540171abe82172ee5d0cf87965aa253eb4d97ca92b074089ea6_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:07cbcffc426cc8c28e41fe4db097f3d56589b00436627133ad74e0d5d4793da7_ppc64le",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:1c2b756b7fbaa5b71af598476c351fe7315734522622345e95cc4e24a2cfed5d_arm64",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:76f59999d679f487d78e56469ab267455c225dcb44f0bf9eb11ca0098784ac91_s390x",
"9Base-RHACM-2.11:rhacm2/thanos-rhel9@sha256:9a8b71d150f7470cca2422b6d730294b1d87c24b20ab97e8f419cf0f9e19215a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
RHSA-2025:4669
Vulnerability from csaf_redhat - Published: 2025-05-07 14:59 - Updated: 2026-06-30 03:29A 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:osbuild-composer-0:118.2-1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:osbuild-composer-0:118.2-1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:osbuild-composer-0:118.2-1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:osbuild-composer-0:118.2-1.el9_5.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:osbuild-composer-0:118.2-1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:osbuild-composer-core-0:118.2-1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:osbuild-composer-core-0:118.2-1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:osbuild-composer-core-0:118.2-1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:osbuild-composer-core-0:118.2-1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:osbuild-composer-core-debuginfo-0:118.2-1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:osbuild-composer-core-debuginfo-0:118.2-1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:osbuild-composer-core-debuginfo-0:118.2-1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:osbuild-composer-core-debuginfo-0:118.2-1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:osbuild-composer-debuginfo-0:118.2-1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:osbuild-composer-debuginfo-0:118.2-1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:osbuild-composer-debuginfo-0:118.2-1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:osbuild-composer-debuginfo-0:118.2-1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:osbuild-composer-debugsource-0:118.2-1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:osbuild-composer-debugsource-0:118.2-1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:osbuild-composer-debugsource-0:118.2-1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:osbuild-composer-debugsource-0:118.2-1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:osbuild-composer-tests-debuginfo-0:118.2-1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:osbuild-composer-tests-debuginfo-0:118.2-1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:osbuild-composer-tests-debuginfo-0:118.2-1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:osbuild-composer-tests-debuginfo-0:118.2-1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:osbuild-composer-worker-0:118.2-1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:osbuild-composer-worker-0:118.2-1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:osbuild-composer-worker-0:118.2-1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:osbuild-composer-worker-0:118.2-1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:osbuild-composer-worker-debuginfo-0:118.2-1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:osbuild-composer-worker-debuginfo-0:118.2-1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:osbuild-composer-worker-debuginfo-0:118.2-1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:osbuild-composer-worker-debuginfo-0:118.2-1.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 osbuild-composer 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": "A service for building customized OS artifacts, such as VM images and OSTree commits, that uses osbuild under the hood. Besides building images for local usage, it can also upload images directly to cloud. It is compatible with composer-cli and cockpit-composer clients.\n\nSecurity Fix(es):\n\n* 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:4669",
"url": "https://access.redhat.com/errata/RHSA-2025:4669"
},
{
"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_4669.json"
}
],
"title": "Red Hat Security Advisory: osbuild-composer security update",
"tracking": {
"current_release_date": "2026-06-30T03:29:56+00:00",
"generator": {
"date": "2026-06-30T03:29:56+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.0"
}
},
"id": "RHSA-2025:4669",
"initial_release_date": "2025-05-07T14:59:09+00:00",
"revision_history": [
{
"date": "2025-05-07T14:59:09+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-07T14:59:09+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-30T03:29:56+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": "osbuild-composer-0:118.2-1.el9_5.src",
"product": {
"name": "osbuild-composer-0:118.2-1.el9_5.src",
"product_id": "osbuild-composer-0:118.2-1.el9_5.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@118.2-1.el9_5?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:118.2-1.el9_5.aarch64",
"product": {
"name": "osbuild-composer-0:118.2-1.el9_5.aarch64",
"product_id": "osbuild-composer-0:118.2-1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@118.2-1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:118.2-1.el9_5.aarch64",
"product": {
"name": "osbuild-composer-core-0:118.2-1.el9_5.aarch64",
"product_id": "osbuild-composer-core-0:118.2-1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@118.2-1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:118.2-1.el9_5.aarch64",
"product": {
"name": "osbuild-composer-worker-0:118.2-1.el9_5.aarch64",
"product_id": "osbuild-composer-worker-0:118.2-1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@118.2-1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:118.2-1.el9_5.aarch64",
"product": {
"name": "osbuild-composer-debugsource-0:118.2-1.el9_5.aarch64",
"product_id": "osbuild-composer-debugsource-0:118.2-1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@118.2-1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:118.2-1.el9_5.aarch64",
"product": {
"name": "osbuild-composer-core-debuginfo-0:118.2-1.el9_5.aarch64",
"product_id": "osbuild-composer-core-debuginfo-0:118.2-1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@118.2-1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debuginfo-0:118.2-1.el9_5.aarch64",
"product": {
"name": "osbuild-composer-debuginfo-0:118.2-1.el9_5.aarch64",
"product_id": "osbuild-composer-debuginfo-0:118.2-1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@118.2-1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:118.2-1.el9_5.aarch64",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:118.2-1.el9_5.aarch64",
"product_id": "osbuild-composer-tests-debuginfo-0:118.2-1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@118.2-1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:118.2-1.el9_5.aarch64",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:118.2-1.el9_5.aarch64",
"product_id": "osbuild-composer-worker-debuginfo-0:118.2-1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@118.2-1.el9_5?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:118.2-1.el9_5.ppc64le",
"product": {
"name": "osbuild-composer-0:118.2-1.el9_5.ppc64le",
"product_id": "osbuild-composer-0:118.2-1.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@118.2-1.el9_5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:118.2-1.el9_5.ppc64le",
"product": {
"name": "osbuild-composer-core-0:118.2-1.el9_5.ppc64le",
"product_id": "osbuild-composer-core-0:118.2-1.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@118.2-1.el9_5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:118.2-1.el9_5.ppc64le",
"product": {
"name": "osbuild-composer-worker-0:118.2-1.el9_5.ppc64le",
"product_id": "osbuild-composer-worker-0:118.2-1.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@118.2-1.el9_5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:118.2-1.el9_5.ppc64le",
"product": {
"name": "osbuild-composer-debugsource-0:118.2-1.el9_5.ppc64le",
"product_id": "osbuild-composer-debugsource-0:118.2-1.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@118.2-1.el9_5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:118.2-1.el9_5.ppc64le",
"product": {
"name": "osbuild-composer-core-debuginfo-0:118.2-1.el9_5.ppc64le",
"product_id": "osbuild-composer-core-debuginfo-0:118.2-1.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@118.2-1.el9_5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debuginfo-0:118.2-1.el9_5.ppc64le",
"product": {
"name": "osbuild-composer-debuginfo-0:118.2-1.el9_5.ppc64le",
"product_id": "osbuild-composer-debuginfo-0:118.2-1.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@118.2-1.el9_5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:118.2-1.el9_5.ppc64le",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:118.2-1.el9_5.ppc64le",
"product_id": "osbuild-composer-tests-debuginfo-0:118.2-1.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@118.2-1.el9_5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:118.2-1.el9_5.ppc64le",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:118.2-1.el9_5.ppc64le",
"product_id": "osbuild-composer-worker-debuginfo-0:118.2-1.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@118.2-1.el9_5?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:118.2-1.el9_5.x86_64",
"product": {
"name": "osbuild-composer-0:118.2-1.el9_5.x86_64",
"product_id": "osbuild-composer-0:118.2-1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@118.2-1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:118.2-1.el9_5.x86_64",
"product": {
"name": "osbuild-composer-core-0:118.2-1.el9_5.x86_64",
"product_id": "osbuild-composer-core-0:118.2-1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@118.2-1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:118.2-1.el9_5.x86_64",
"product": {
"name": "osbuild-composer-worker-0:118.2-1.el9_5.x86_64",
"product_id": "osbuild-composer-worker-0:118.2-1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@118.2-1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:118.2-1.el9_5.x86_64",
"product": {
"name": "osbuild-composer-debugsource-0:118.2-1.el9_5.x86_64",
"product_id": "osbuild-composer-debugsource-0:118.2-1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@118.2-1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:118.2-1.el9_5.x86_64",
"product": {
"name": "osbuild-composer-core-debuginfo-0:118.2-1.el9_5.x86_64",
"product_id": "osbuild-composer-core-debuginfo-0:118.2-1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@118.2-1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debuginfo-0:118.2-1.el9_5.x86_64",
"product": {
"name": "osbuild-composer-debuginfo-0:118.2-1.el9_5.x86_64",
"product_id": "osbuild-composer-debuginfo-0:118.2-1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@118.2-1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:118.2-1.el9_5.x86_64",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:118.2-1.el9_5.x86_64",
"product_id": "osbuild-composer-tests-debuginfo-0:118.2-1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@118.2-1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:118.2-1.el9_5.x86_64",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:118.2-1.el9_5.x86_64",
"product_id": "osbuild-composer-worker-debuginfo-0:118.2-1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@118.2-1.el9_5?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:118.2-1.el9_5.s390x",
"product": {
"name": "osbuild-composer-0:118.2-1.el9_5.s390x",
"product_id": "osbuild-composer-0:118.2-1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@118.2-1.el9_5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:118.2-1.el9_5.s390x",
"product": {
"name": "osbuild-composer-core-0:118.2-1.el9_5.s390x",
"product_id": "osbuild-composer-core-0:118.2-1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@118.2-1.el9_5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:118.2-1.el9_5.s390x",
"product": {
"name": "osbuild-composer-worker-0:118.2-1.el9_5.s390x",
"product_id": "osbuild-composer-worker-0:118.2-1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@118.2-1.el9_5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:118.2-1.el9_5.s390x",
"product": {
"name": "osbuild-composer-debugsource-0:118.2-1.el9_5.s390x",
"product_id": "osbuild-composer-debugsource-0:118.2-1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@118.2-1.el9_5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:118.2-1.el9_5.s390x",
"product": {
"name": "osbuild-composer-core-debuginfo-0:118.2-1.el9_5.s390x",
"product_id": "osbuild-composer-core-debuginfo-0:118.2-1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@118.2-1.el9_5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debuginfo-0:118.2-1.el9_5.s390x",
"product": {
"name": "osbuild-composer-debuginfo-0:118.2-1.el9_5.s390x",
"product_id": "osbuild-composer-debuginfo-0:118.2-1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@118.2-1.el9_5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:118.2-1.el9_5.s390x",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:118.2-1.el9_5.s390x",
"product_id": "osbuild-composer-tests-debuginfo-0:118.2-1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@118.2-1.el9_5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:118.2-1.el9_5.s390x",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:118.2-1.el9_5.s390x",
"product_id": "osbuild-composer-worker-debuginfo-0:118.2-1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@118.2-1.el9_5?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:118.2-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:osbuild-composer-0:118.2-1.el9_5.aarch64"
},
"product_reference": "osbuild-composer-0:118.2-1.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:118.2-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:osbuild-composer-0:118.2-1.el9_5.ppc64le"
},
"product_reference": "osbuild-composer-0:118.2-1.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:118.2-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:osbuild-composer-0:118.2-1.el9_5.s390x"
},
"product_reference": "osbuild-composer-0:118.2-1.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:118.2-1.el9_5.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:osbuild-composer-0:118.2-1.el9_5.src"
},
"product_reference": "osbuild-composer-0:118.2-1.el9_5.src",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:118.2-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:osbuild-composer-0:118.2-1.el9_5.x86_64"
},
"product_reference": "osbuild-composer-0:118.2-1.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:118.2-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:osbuild-composer-core-0:118.2-1.el9_5.aarch64"
},
"product_reference": "osbuild-composer-core-0:118.2-1.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:118.2-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:osbuild-composer-core-0:118.2-1.el9_5.ppc64le"
},
"product_reference": "osbuild-composer-core-0:118.2-1.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:118.2-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:osbuild-composer-core-0:118.2-1.el9_5.s390x"
},
"product_reference": "osbuild-composer-core-0:118.2-1.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:118.2-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:osbuild-composer-core-0:118.2-1.el9_5.x86_64"
},
"product_reference": "osbuild-composer-core-0:118.2-1.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:118.2-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:osbuild-composer-core-debuginfo-0:118.2-1.el9_5.aarch64"
},
"product_reference": "osbuild-composer-core-debuginfo-0:118.2-1.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:118.2-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:osbuild-composer-core-debuginfo-0:118.2-1.el9_5.ppc64le"
},
"product_reference": "osbuild-composer-core-debuginfo-0:118.2-1.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:118.2-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:osbuild-composer-core-debuginfo-0:118.2-1.el9_5.s390x"
},
"product_reference": "osbuild-composer-core-debuginfo-0:118.2-1.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:118.2-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:osbuild-composer-core-debuginfo-0:118.2-1.el9_5.x86_64"
},
"product_reference": "osbuild-composer-core-debuginfo-0:118.2-1.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:118.2-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:osbuild-composer-debuginfo-0:118.2-1.el9_5.aarch64"
},
"product_reference": "osbuild-composer-debuginfo-0:118.2-1.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:118.2-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:osbuild-composer-debuginfo-0:118.2-1.el9_5.ppc64le"
},
"product_reference": "osbuild-composer-debuginfo-0:118.2-1.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:118.2-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:osbuild-composer-debuginfo-0:118.2-1.el9_5.s390x"
},
"product_reference": "osbuild-composer-debuginfo-0:118.2-1.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:118.2-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:osbuild-composer-debuginfo-0:118.2-1.el9_5.x86_64"
},
"product_reference": "osbuild-composer-debuginfo-0:118.2-1.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:118.2-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:osbuild-composer-debugsource-0:118.2-1.el9_5.aarch64"
},
"product_reference": "osbuild-composer-debugsource-0:118.2-1.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:118.2-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:osbuild-composer-debugsource-0:118.2-1.el9_5.ppc64le"
},
"product_reference": "osbuild-composer-debugsource-0:118.2-1.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:118.2-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:osbuild-composer-debugsource-0:118.2-1.el9_5.s390x"
},
"product_reference": "osbuild-composer-debugsource-0:118.2-1.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:118.2-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:osbuild-composer-debugsource-0:118.2-1.el9_5.x86_64"
},
"product_reference": "osbuild-composer-debugsource-0:118.2-1.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:118.2-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:osbuild-composer-tests-debuginfo-0:118.2-1.el9_5.aarch64"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:118.2-1.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:118.2-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:osbuild-composer-tests-debuginfo-0:118.2-1.el9_5.ppc64le"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:118.2-1.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:118.2-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:osbuild-composer-tests-debuginfo-0:118.2-1.el9_5.s390x"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:118.2-1.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:118.2-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:osbuild-composer-tests-debuginfo-0:118.2-1.el9_5.x86_64"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:118.2-1.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:118.2-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:osbuild-composer-worker-0:118.2-1.el9_5.aarch64"
},
"product_reference": "osbuild-composer-worker-0:118.2-1.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:118.2-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:osbuild-composer-worker-0:118.2-1.el9_5.ppc64le"
},
"product_reference": "osbuild-composer-worker-0:118.2-1.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:118.2-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:osbuild-composer-worker-0:118.2-1.el9_5.s390x"
},
"product_reference": "osbuild-composer-worker-0:118.2-1.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:118.2-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:osbuild-composer-worker-0:118.2-1.el9_5.x86_64"
},
"product_reference": "osbuild-composer-worker-0:118.2-1.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:118.2-1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:osbuild-composer-worker-debuginfo-0:118.2-1.el9_5.aarch64"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:118.2-1.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:118.2-1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:osbuild-composer-worker-debuginfo-0:118.2-1.el9_5.ppc64le"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:118.2-1.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:118.2-1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:osbuild-composer-worker-debuginfo-0:118.2-1.el9_5.s390x"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:118.2-1.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:118.2-1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:osbuild-composer-worker-debuginfo-0:118.2-1.el9_5.x86_64"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:118.2-1.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:osbuild-composer-0:118.2-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-0:118.2-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-0:118.2-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-0:118.2-1.el9_5.src",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-0:118.2-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-core-0:118.2-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-core-0:118.2-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-core-0:118.2-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-core-0:118.2-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-core-debuginfo-0:118.2-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-core-debuginfo-0:118.2-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-core-debuginfo-0:118.2-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-core-debuginfo-0:118.2-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-debuginfo-0:118.2-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-debuginfo-0:118.2-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-debuginfo-0:118.2-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-debuginfo-0:118.2-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-debugsource-0:118.2-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-debugsource-0:118.2-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-debugsource-0:118.2-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-debugsource-0:118.2-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-tests-debuginfo-0:118.2-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-tests-debuginfo-0:118.2-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-tests-debuginfo-0:118.2-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-tests-debuginfo-0:118.2-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-worker-0:118.2-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-worker-0:118.2-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-worker-0:118.2-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-worker-0:118.2-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-worker-debuginfo-0:118.2-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-worker-debuginfo-0:118.2-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-worker-debuginfo-0:118.2-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-worker-debuginfo-0:118.2-1.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-05-07T14:59:09+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:osbuild-composer-0:118.2-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-0:118.2-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-0:118.2-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-0:118.2-1.el9_5.src",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-0:118.2-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-core-0:118.2-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-core-0:118.2-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-core-0:118.2-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-core-0:118.2-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-core-debuginfo-0:118.2-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-core-debuginfo-0:118.2-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-core-debuginfo-0:118.2-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-core-debuginfo-0:118.2-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-debuginfo-0:118.2-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-debuginfo-0:118.2-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-debuginfo-0:118.2-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-debuginfo-0:118.2-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-debugsource-0:118.2-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-debugsource-0:118.2-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-debugsource-0:118.2-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-debugsource-0:118.2-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-tests-debuginfo-0:118.2-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-tests-debuginfo-0:118.2-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-tests-debuginfo-0:118.2-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-tests-debuginfo-0:118.2-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-worker-0:118.2-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-worker-0:118.2-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-worker-0:118.2-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-worker-0:118.2-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-worker-debuginfo-0:118.2-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-worker-debuginfo-0:118.2-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-worker-debuginfo-0:118.2-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-worker-debuginfo-0:118.2-1.el9_5.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4669"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"AppStream-9.5.0.Z.MAIN:osbuild-composer-0:118.2-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-0:118.2-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-0:118.2-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-0:118.2-1.el9_5.src",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-0:118.2-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-core-0:118.2-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-core-0:118.2-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-core-0:118.2-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-core-0:118.2-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-core-debuginfo-0:118.2-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-core-debuginfo-0:118.2-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-core-debuginfo-0:118.2-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-core-debuginfo-0:118.2-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-debuginfo-0:118.2-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-debuginfo-0:118.2-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-debuginfo-0:118.2-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-debuginfo-0:118.2-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-debugsource-0:118.2-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-debugsource-0:118.2-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-debugsource-0:118.2-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-debugsource-0:118.2-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-tests-debuginfo-0:118.2-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-tests-debuginfo-0:118.2-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-tests-debuginfo-0:118.2-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-tests-debuginfo-0:118.2-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-worker-0:118.2-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-worker-0:118.2-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-worker-0:118.2-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-worker-0:118.2-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-worker-debuginfo-0:118.2-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-worker-debuginfo-0:118.2-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-worker-debuginfo-0:118.2-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-worker-debuginfo-0:118.2-1.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:osbuild-composer-0:118.2-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-0:118.2-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-0:118.2-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-0:118.2-1.el9_5.src",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-0:118.2-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-core-0:118.2-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-core-0:118.2-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-core-0:118.2-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-core-0:118.2-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-core-debuginfo-0:118.2-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-core-debuginfo-0:118.2-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-core-debuginfo-0:118.2-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-core-debuginfo-0:118.2-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-debuginfo-0:118.2-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-debuginfo-0:118.2-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-debuginfo-0:118.2-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-debuginfo-0:118.2-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-debugsource-0:118.2-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-debugsource-0:118.2-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-debugsource-0:118.2-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-debugsource-0:118.2-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-tests-debuginfo-0:118.2-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-tests-debuginfo-0:118.2-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-tests-debuginfo-0:118.2-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-tests-debuginfo-0:118.2-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-worker-0:118.2-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-worker-0:118.2-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-worker-0:118.2-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-worker-0:118.2-1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-worker-debuginfo-0:118.2-1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-worker-debuginfo-0:118.2-1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-worker-debuginfo-0:118.2-1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:osbuild-composer-worker-debuginfo-0:118.2-1.el9_5.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
RHSA-2025:4677
Vulnerability from csaf_redhat - Published: 2025-05-15 16:34 - Updated: 2026-06-30 03:16A flaw was found in libxml2 where improper handling of memory allocation failures in `libxml2` can lead to crashes, memory leaks, or inconsistent states. While an attacker cannot directly control allocation failures, they may trigger denial-of-service conditions under extreme system stress.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.13:rhcos@sha256:d0c6c2b7e435e33e345476c3710295e8427c0f28ffa2fe780d01b2f8d0571f22_x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:2af0c5f28710eef08d7e795b2f2fd396239446741ad1e1e658554cc5b2d7499c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:4a1882927aa0730aa113759930b4f529ee268c264f17ff912774f7a1d98ca18d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:d7e0ec5ad37bab321ac8a40dcb64384eb3c16ae5e858464ee1c32cb20401f526_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:c02e74a36878bc56a7b415654bfff711c1794ac0a3c3648c5fd2170675ae87da_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:54410c3040cb45b528c6c701da77bf3294edc0cbf75c2afd4110b20fca1c59e1_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:cd8cad7979a93f0a3d782643f478ba0b37a36b2c2d1de1ed552718d1bb270985_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:4584e4b91a2c79b2350c1e615099ce652a0cf1f5f6174a573b2db9a77680f0e8_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:40faeeee70ac61a27f15c02a2fe4de5d186cc6caa7a2773dca5b20bd9ac45738_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f89ec093de1ecac1c670bdbbe29fabdc9a49bf579644e577e6b48bfb743f76c2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9acd281012ec22619bdb11973382d7c946c29f536594ef7a29a84270fd2e761c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:6b35661834a938fe9accb877934fc523a4782d00e08926577abd4687aa029efb_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:16b3ecc755a547774f58334978ed72c6700c898ca06bcd0184d39e830709e707_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:47ad1365190ac5eafe893d49d8cf55e057ada01198661d27163f08841e4de5e3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:24e838680502b2efd46c17b2210f053860c91ba396786b8d5350a553bb6aae54_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:88bab056feb7370de294928e88d79505fbff5dfc084ee5f109f6a81bb54858df_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:c2318383b8ee9cefbd1e4a072c67819045404b125ba0b3167699af6b2e8f719d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d28ffcbdfec5913dc17c81451883108f1e7df09ccb3a89cdd69a096927a8e430_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0f31ee297e5fe72c4d21253c671153b5afa401fb24f90461f24e3183a9e102dd_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ca6b67a58ba88779d5263fd75700596c2591d9808c6ae14d436401073ba1ab2d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:dd13b3c6fa06cc0f137edde8542422d663ff31d52e0d062cfba8229fedaed19e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:7d795f9d529424252eabcac30a80bb9d8a02aaae37c0563abf35af0f464f0807_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:fbd74802479830111e35763fea31b88da573084ad4abb427d59d766612c023b9_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:d085d1bf9d4a6bdae5bdaa1f4a763b5920b3e33ea934b6d1f517d08b9227e69f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:f6e4075c3c79257c2bfc92505478ef6950f2050dce21315024e95a6519065d97_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:27cce691de1d1381b562bdb6b766869ad75edacfc05f361646e66796cea06313_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6e35ce11cabf52a803c7cfd6d2f330a8ee2ba6d9459322cc3c3abf6b4811a57c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:25ce6b1769053a3e4e25be76977512192c26ceddbab24436f9fe7a30e866913c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:a8a9b3fc602cd6fc44ce88479c5cbd7412b819a1253a70beec72c77f9e7ce83d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:e8fe0ee9e4efcae284a304ae161a6b5fbc79f25a0d199d575c8ca052695280a7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:6b8c2b0117065c58987970228d46009d56b37f193e3724f4f30cfbe1a09abec7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:a443f3127d8b96a22fa7900300129a6c0fa64546347f27028fa253868b417ff6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:36c8e50b8095ff8d0a1920be25c61f41369d1c1b881c6736b752b4798b68262e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cli@sha256:7bc8b50dd45977990c97e0bf4efefe47996e468ab674134f1e7d4fad80a0f2e8_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:13b7885ab87b62004ed049d8a66a52200d1aa2c81c6c837447e8d3d77b3e1198_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:65702387c6fab6f1b61f98225b933d1f6747880ccb0dc00859ca46da10c76e0a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:2660d9c9efbdbe443f028c6da32f8a8e40b7b8f89bb87b0a4c40d76cecd5575f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:6b2d96ac2373cc38abdaf928c8b9a4a0e328448c4a4c1b912825eef1d5adaa11_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:0c154837dde720dceb45182745f8df4a5a2e91672b583aeb75397eeb5dc91a7a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:712c0764287b2356861e4f2212fd358ebe37020f0ff83add75f36362e8d23415_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:72975b5b89a5593059cc8fa7cb28f97e8162cee53714240c11394b985fcfb696_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a823081474886c5133db8eb99f43cf0c9d1239d56ca5098d514550f350e0ceec_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:0a5f50af966f4e19fdef5e5491796813201f8aea49ebd778531bdbaacab94525_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:1cbcdd54ae0eceb61c7602047f65337658b5a8330ee148b88714c9e8d672c722_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:9e681145acf5573d1413fb3dad67f904c56b851aff01a82c77584fd2e1e31470_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:7cf66ea30093dc3981ba473fb4e8bc4befa8f89f019a5012a62e5063cbcde6b6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:77f21feed46735c4bde09073d9e963823e48be7193089e7088998fe096794690_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:6853d2832fbe97325cdb1914a7b1c1ea019730f6e35f205b760982f73d85de7f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:e0c2fbe470b2bdf9c11c10eedaa043748e3c6fdd0b5fc6b7b76b0c44c099541b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:1646b13b3c7a4543caf98b9651d9204054261759313f75dd2c2d25777c43c898_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:9c351a7613a2a8218034d576f23e586f7bf47d280e8ef138c6bf0c2eef4b1748_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:be5dbe5f253ff397f62e33538cba44ebaf65a3ad96fb652c281714ce932e8949_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:4e7c9c7ec5d9968b01b1087fbead7a1fd0b51d9d86ed4d0c6421bcfa0b33c9cc_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:001a007b7abf6e42ecf097da21c0c27322773255617a6c40335758b1f3e576cd_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:495ceadf5a23cc85337a72d816250baffe6426709f00a66761cf05a9336cc6db_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:b993202bb1199a75fb91014687b7a8b61c65c5513c1d88cad2a4ec5e2bdb7e3c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:66968387cbd620992c14e7638208ac16f132f3ea3dfdb83fd6e4465c2e779ad2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:3adaf4ced0fd01304f880dc13ad46d1855c9cda4ae6a32ebe6c1bc260ed232ab_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:29f6dcc03b15f8aaf71b0eb2b1c3f44c06e2ecd31a1e0eac763cde104a945618_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1a9f4b9cd573737365e13982f28725f8b9fade5f4d1d4d08f77d87d3891fbef9_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:653e624f9859753e1f264bdd685359b7c619204c86b4085d063a6f12f5a44f7b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:1af29ca3c278969bef85f7dc7f0bee1f9c3e5aca90862b0bcff1859ade8c63c6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:09b097bd1bf8f35e359d98e26e659b9bba4e0f02f29fe2fbf9492438a881dd38_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-update-keys@sha256:5133104ec8594ca380fa51cde56733df7a264c56af44c7eed34e230265180dc4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:6d44f497dd7421cca40a47485669d8ab2b0e3b78fb1ceef594d63ff96a20a246_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:218c5884c34ca73fcfda585b4997cc0fa427b13608d34b14920336c23ae5ba13_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:e9250415deb48c9e063799d0f3d1239bdb30d10fb58d8e32a987839c72ca8e79_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-console@sha256:7e0533a83d97732cd1b940bcdba77e43ffcea5073b8fe9dafc7e177b0170adcb_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:7b8d30540a71df4fe3c017ad768ab3a7b05e8db8f68916162f36e2044cfddce3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:397e8e06204f87160fa6a831d7c7bf9c27b450c0deb6e89f6790b897593ce826_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:73c37ef100613a46a99b1860a295f86e23b96d8a7e44cde52583a8fd7605585e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:1e38f0daecc74a115a854300f36bf3af6cfe0c6a36f431a183449a49e2a0d07e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:47292803c6ec0f9b2ef5ec62d35f479b842ad39b752b63f515f230db69c3b691_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9a051f979c35d69d59b5e96bf2d4a31e509345ee4a64b1301324a116bc981a72_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a30891e1058b5fc9d08f93012f631748b9d2292d8d739203e22365d497afbc65_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:0059cc67dd9f302cbab916dea5b0246c4ae6288c22316e135a0b899b7e49d7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:36eefef18accd753b869788b4891d50f87ee33f4dff87a1b7ef9ce4db35e86a8_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:3a143fbec3d5abcc47bb625bfd13f88a2264c2f922dbfc3e04ac623a4d7c15f7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:0b3e1752a2842bb6a7f7f251b76a67ec9ce5c10bb0dd8f688eede69f864fc657_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:b15cc982fc79f1afc7346d578821c6c80ae6e1e0b6ee1c2e77340cfff0a2be57_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:6c8e361878de34517ebd3f23e84577d683ef1c0d61ecbb257de9291ff4c56691_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf4035279328a71212fc25a49ade7f2f224d4f46a3241b4b4d48ca0527f11aff_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3a5a5080bf1f1198f4f49a3a474cea519ac5332db52ebd91bc795369254ccf7b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:0d4983cbb596643ce8140dfb06e738e925786aff000ab33f0b863c93603f9d51_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:6d8a8a5e831e290aca259791f8c42b470cfe002bab823f09f8153f284925bd33_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:bcf097ca234ae44758d4b426a5d41ba9d95806ff974d2d03f6976d5133a76b1d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:378d9776571943b4872fe24a655a151b06e85018a9e13955c0cef76763930a68_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:cdddb704698b35cf7ce3e91ef6b9d2ed2b5f1ac2941f966d79a97225a2579c2d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:614485c10f4dc40e0fe24ebcd26480a1c8441d29e1b9061f183dea6cf30b384b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:2574f9ee676921882d47f4b89305f853c195b60ff1f4de1e07dcd1e57a7da9b5_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:d54b4ec05a971bc94879cf518004e35ba15107bf9315241f65f228c3179a4c5a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:118e85b8ca2be3002a071d7ccdc83595c8a8bc83dea998f862b6ca994c722248_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:7deadb9848327da5e53bfca444b0ce73a64b98cfadf8721bd6b21badd0dcaa92_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:f7860bce172a8ed856f08a931a0285530ce760ab1fd2653a5c2647c9c2688989_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3b26166f3dbbdbf2c124ea03216d88f9a28fc13216f74db5b39e56e180f96772_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:6301f8f4ae0959902ebb2fc0ce91bb62d9e303a6e9bd50aa2e1132f0602cb897_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e4cfbbd550b90aceccc67031688e08e6934087c9d3840f4f2345f96ddd33859d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:6b92e5ba76d93a9521a78770eba00751255a944259c03e0ecf27d4f365cf7f08_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-keepalived-ipfailover@sha256:0113877f25903b83281dd2c1912e0175af7e3b194ccd655604c66db312583338_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9ebfddb9b8fcef8231c880f5490281ab1af8ac19ef575b70289f0ec70cbbecdb_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:a36a30554e4c4798035ea67b7059e136f6104ecd07efe3ec401c20e2b515b376_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:ed06f12419f8284861ad401be0405263ee2448b287b8c350312684d09eb73741_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:3456eaec2b1691a940a9daeb60d9f58e46b34c95551df276696a816e5d8f61e0_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ceeb74be0133aa5263654f36c89e82b74fa32629b9448350c69c4ffd3be8ef11_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:d10aeeef401ea96b2d239cd7c23bdbd29d5f95bb339e79a36346594f97f1a272_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-kuryr-controller-rhel8@sha256:a85096156df15207d9ea7a30d277f0148393e1cb1f5fd0f5c01b7e407845c0c4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:dcc12f84b87b1c8d195f0a9115ec08919c722ab3f1b7f3e3d1d1786a3058636b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:dbddca5c90a427f81e481473cad8d6de11ac4338d76622437e6846eac0bb9a50_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:bbd58b9e4834f076a5779e103ba4817262517a57abfc942d8184123700906d3c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:994d3f869f103d294e5eb947700c60da5f9d21bdfb7f2092bcf2ad1bf8617239_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:472872bf3463e1805eaa55d2b4a72cc18566243cc8f86c536ac7f22dd0519cfc_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6b4e97eb2be26292d8599a17788ad6f2c8f7d370e8c058837b00751b05da7229_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:40c545460c4d32bf3c9697ecfc6abb18030c7004f685f15d76350ce74ba44424_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:51e9d490cf36cb0feb1b3b8a94d7054acf26a3ac88da128074038ab044d2e4e0_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:498d9e4ce2f46c2344aca5f23912a901d7365d6d9fe99b21b78fcb2078c201d6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:2649b88264da27debbc44dee10a737b0ce0e50e8f228495ee8fc6d60d6cc8054_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:7dab5e3d3c90a1c21489dd373362c32e776e3f7b6b9be8078dc6048ec616e99a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:878aabcf6296fc58098ef215a91fb6c6b59fac92baf6df40f4db6e27bd12cbd3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:9041b978f28c8f97eaaaf3576c70e81b0604b54ad02a24b1c291b3a7e61f4953_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:37fe2142c7706fc3ac40e773993ec23f65d12f1a7087139f82169c3da23871b4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3e24375d51a95405a332271b56a30269c441ee148b12d02ba559f6c71594a760_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ccaff34c562bafb33a8dea281c1bac0cf95538df011ed80e46da34d5255c5d9b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:408c5535b3665ca4d877d7dfa3b346632ca40d3b4467c68ce69721b9fe6b663d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7ca9ddcf1d023872cd29aa8ccf7ae6e8be5963741eec53c4f83c6b7ebdd6a6d5_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:13a23d02ea105d8e33dff2a113cc71fe2c91d5b1564de02c713bf9a3559ac31a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:57a453ca5454c330f36063eaccf5e56d0587b165ec2b5daa84f5e3fb36d57dcf_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:6a10569c2c9a64c149053d93708dad01e9d0c23e1c5e64042addac8edc18baa4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:a855f45a1cc36c69d87ee2dbc0caba1801ba2702f767855bf9f1c9dee2d9a6ca_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:cc6161f9c4e5bb62a5a3d296f699f03516184964a25a42a7c13733b8a733c817_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:9dc2b95ff43ce474ccfe3307a569c97bff50af678be1144f096be0bbec7f30ea_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:aeefaab0fdaa986a77bbeef108cef1d29156ebc98a4fa927d84918f2e3c4819b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:03a0dd7562d5afe26f6a506074ef78149ebd7f64fff51115f3a774cf140311c4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c7f937087f3a7ca3a70cf71e3208846c728b7abadb53672d07a96119acb8725b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4833367e7a3a94b76b350799227dcebb0f118250ad417b6f5e339dd0385186e2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:aa2d6d91116fa09430e64928aba25e3ecfd7b5ad31ca2cbea70edbb0755deb0a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:bc7e12534ca38a42842646dbde9de4d2049c6b0bf464cb1eb1cdb1302e8bbb6e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:3c7e80f9a5ee0569bbb9a2ad686749e68dd0d1a4fb76ee6dd7b4ea5f88b36ac2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a793e754e58d2cfb56eafd41c20d469afaccfd1410950bd183b59ddc7acb0d17_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-pod@sha256:8e97f21095056f5ccaed22f0b2029c880b4630773ac2140149c077accd5f8366_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:b0d3ac017b538f8eab7a7346b7ac5eb5b53a963e0ff48570e9c2692ef2c19d30_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e1f7faee2f1494de270d580eda9a9985afdb417524b742cc07aec693acd32d34_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:8b63d02eec2eae0ac602b7bd8d98698c3d09176c8888278d8399de283229cc00_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:3e701c8548c819879e65db4d664be2175d90ac65f02634a900e4b41fccf04ce9_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:84424961239f48399cee6090dc34c961c7362d7ecd51dbbda6eeaed77af69b28_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:dbaf313c82ac182eb2524d61e481aaca79ee9aa23408c0430fbe507b4b2ecc96_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:0471b66596dff273beb47a7ae9ef29c2d319cfd2f568fba91917b9594e7ff6b4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:12a05f3c86f9349e25f4341257caee5ce93018cc4e56f881ec083768723a7d46_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:24a0a72d8393301dc1222edab256e7a3ec16bc70f6623152c3c04f6a9c59e045_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:680dca24a86e43ba38e7b84ac1f4d186499e6c0b25d1b60167c8159df184f5ab_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:901f3803636371dea5dcc990ce5c4fa4ac8a700b96a2aa31ccbc4b527e377493_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:5bf4e142c4efb9c3d3811490c2af07717409f31b8536c8378f8c956799ee29ed_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:0788ddcf0a9df3bfa702d9728176cac1236c875527f955380c9dc81a3d9026e9_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:ed74e3c3cd6f0dfcee228dd37d6015ae00659c89328987ebf4e856538d44acbc_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-tests@sha256:71a8c05a6abd1ddf54e114d23531c544641aa540e63d440b09d044aa275dfb00_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:c12c79616e9b9d53ba1241a8cb413af4b9b666d687e2eb03612e24820650d05a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:e0d9bd0683c12278d66ce930558b75c81579c1e98025b4e29f6791e6728ffd39_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:5cf8c60541ee633619c206ff29e9a31eb72a5972e0fa4676821477ac63c11145_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:b1f999470b563da16441760553ecf03df3afe07a6bfc670e2585960ff1572aa8_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:dd83ff4f5a128daa3da369b7d55e5c85962ad139c2e90f38ae1379f45e25d3b8_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:996f41eca94f896224a148d4cf22124284fdd4dc913d03185265162767102aa7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:bfe2e48476b2573f00ac656298fa712dcb2393d2871fb0abad1a16f10e72a468_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:bf3ce5247b64b65685f59cb0c33b1c933cf3a215d44f019ee79bb83be4be64fd_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bb723cca7c08218a6434043473b8c0b20ef8390d47bfbdecad63ec5b64857ba3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.13:openshift4/ose-etcd-rhel9@sha256:10fd740e1b62bfd59af59d562b72d80e9512d2822e70a41c15136f567d63cd30_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:f52b2903d4ca83deb02ed7ed5cd073764229e057cc9df579db0bbde304c35432_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:095164d2f1c01a6eb6d84bca0dff1f6f7fb8594cff43c2a7552e2cfa5810a4d4_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:e428c7558dccf9449ba5761f73f5940c895eb503fc443a9acd37885b87cd01d3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f989cebce6c372b3b5b1760437005c6c65a790d81cd5a5b1037b03aee73884b3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:15695550dfee18b27552a0e40ef04c87867c8e84dc67395103b30884ac4c1379_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-rhel9@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64 | — |
Workaround
|
A flaw was found in libxslt. This vulnerability allows an attacker to trigger a use-after-free issue by excluding result prefixes.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.13:rhcos@sha256:d0c6c2b7e435e33e345476c3710295e8427c0f28ffa2fe780d01b2f8d0571f22_x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:2af0c5f28710eef08d7e795b2f2fd396239446741ad1e1e658554cc5b2d7499c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:4a1882927aa0730aa113759930b4f529ee268c264f17ff912774f7a1d98ca18d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:d7e0ec5ad37bab321ac8a40dcb64384eb3c16ae5e858464ee1c32cb20401f526_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:c02e74a36878bc56a7b415654bfff711c1794ac0a3c3648c5fd2170675ae87da_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:54410c3040cb45b528c6c701da77bf3294edc0cbf75c2afd4110b20fca1c59e1_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:cd8cad7979a93f0a3d782643f478ba0b37a36b2c2d1de1ed552718d1bb270985_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:4584e4b91a2c79b2350c1e615099ce652a0cf1f5f6174a573b2db9a77680f0e8_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:40faeeee70ac61a27f15c02a2fe4de5d186cc6caa7a2773dca5b20bd9ac45738_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f89ec093de1ecac1c670bdbbe29fabdc9a49bf579644e577e6b48bfb743f76c2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9acd281012ec22619bdb11973382d7c946c29f536594ef7a29a84270fd2e761c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:6b35661834a938fe9accb877934fc523a4782d00e08926577abd4687aa029efb_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:16b3ecc755a547774f58334978ed72c6700c898ca06bcd0184d39e830709e707_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:47ad1365190ac5eafe893d49d8cf55e057ada01198661d27163f08841e4de5e3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:24e838680502b2efd46c17b2210f053860c91ba396786b8d5350a553bb6aae54_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:88bab056feb7370de294928e88d79505fbff5dfc084ee5f109f6a81bb54858df_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:c2318383b8ee9cefbd1e4a072c67819045404b125ba0b3167699af6b2e8f719d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d28ffcbdfec5913dc17c81451883108f1e7df09ccb3a89cdd69a096927a8e430_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0f31ee297e5fe72c4d21253c671153b5afa401fb24f90461f24e3183a9e102dd_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ca6b67a58ba88779d5263fd75700596c2591d9808c6ae14d436401073ba1ab2d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:dd13b3c6fa06cc0f137edde8542422d663ff31d52e0d062cfba8229fedaed19e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:7d795f9d529424252eabcac30a80bb9d8a02aaae37c0563abf35af0f464f0807_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:fbd74802479830111e35763fea31b88da573084ad4abb427d59d766612c023b9_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:d085d1bf9d4a6bdae5bdaa1f4a763b5920b3e33ea934b6d1f517d08b9227e69f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:f6e4075c3c79257c2bfc92505478ef6950f2050dce21315024e95a6519065d97_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:27cce691de1d1381b562bdb6b766869ad75edacfc05f361646e66796cea06313_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6e35ce11cabf52a803c7cfd6d2f330a8ee2ba6d9459322cc3c3abf6b4811a57c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:25ce6b1769053a3e4e25be76977512192c26ceddbab24436f9fe7a30e866913c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:a8a9b3fc602cd6fc44ce88479c5cbd7412b819a1253a70beec72c77f9e7ce83d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:e8fe0ee9e4efcae284a304ae161a6b5fbc79f25a0d199d575c8ca052695280a7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:6b8c2b0117065c58987970228d46009d56b37f193e3724f4f30cfbe1a09abec7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:a443f3127d8b96a22fa7900300129a6c0fa64546347f27028fa253868b417ff6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:36c8e50b8095ff8d0a1920be25c61f41369d1c1b881c6736b752b4798b68262e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cli@sha256:7bc8b50dd45977990c97e0bf4efefe47996e468ab674134f1e7d4fad80a0f2e8_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:13b7885ab87b62004ed049d8a66a52200d1aa2c81c6c837447e8d3d77b3e1198_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:65702387c6fab6f1b61f98225b933d1f6747880ccb0dc00859ca46da10c76e0a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:2660d9c9efbdbe443f028c6da32f8a8e40b7b8f89bb87b0a4c40d76cecd5575f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:6b2d96ac2373cc38abdaf928c8b9a4a0e328448c4a4c1b912825eef1d5adaa11_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:0c154837dde720dceb45182745f8df4a5a2e91672b583aeb75397eeb5dc91a7a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:712c0764287b2356861e4f2212fd358ebe37020f0ff83add75f36362e8d23415_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:72975b5b89a5593059cc8fa7cb28f97e8162cee53714240c11394b985fcfb696_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a823081474886c5133db8eb99f43cf0c9d1239d56ca5098d514550f350e0ceec_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:0a5f50af966f4e19fdef5e5491796813201f8aea49ebd778531bdbaacab94525_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:1cbcdd54ae0eceb61c7602047f65337658b5a8330ee148b88714c9e8d672c722_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:9e681145acf5573d1413fb3dad67f904c56b851aff01a82c77584fd2e1e31470_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:7cf66ea30093dc3981ba473fb4e8bc4befa8f89f019a5012a62e5063cbcde6b6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:77f21feed46735c4bde09073d9e963823e48be7193089e7088998fe096794690_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:6853d2832fbe97325cdb1914a7b1c1ea019730f6e35f205b760982f73d85de7f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:e0c2fbe470b2bdf9c11c10eedaa043748e3c6fdd0b5fc6b7b76b0c44c099541b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:1646b13b3c7a4543caf98b9651d9204054261759313f75dd2c2d25777c43c898_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:9c351a7613a2a8218034d576f23e586f7bf47d280e8ef138c6bf0c2eef4b1748_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:be5dbe5f253ff397f62e33538cba44ebaf65a3ad96fb652c281714ce932e8949_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:4e7c9c7ec5d9968b01b1087fbead7a1fd0b51d9d86ed4d0c6421bcfa0b33c9cc_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:001a007b7abf6e42ecf097da21c0c27322773255617a6c40335758b1f3e576cd_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:495ceadf5a23cc85337a72d816250baffe6426709f00a66761cf05a9336cc6db_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:b993202bb1199a75fb91014687b7a8b61c65c5513c1d88cad2a4ec5e2bdb7e3c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:66968387cbd620992c14e7638208ac16f132f3ea3dfdb83fd6e4465c2e779ad2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:3adaf4ced0fd01304f880dc13ad46d1855c9cda4ae6a32ebe6c1bc260ed232ab_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:29f6dcc03b15f8aaf71b0eb2b1c3f44c06e2ecd31a1e0eac763cde104a945618_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1a9f4b9cd573737365e13982f28725f8b9fade5f4d1d4d08f77d87d3891fbef9_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:653e624f9859753e1f264bdd685359b7c619204c86b4085d063a6f12f5a44f7b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:1af29ca3c278969bef85f7dc7f0bee1f9c3e5aca90862b0bcff1859ade8c63c6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:09b097bd1bf8f35e359d98e26e659b9bba4e0f02f29fe2fbf9492438a881dd38_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-update-keys@sha256:5133104ec8594ca380fa51cde56733df7a264c56af44c7eed34e230265180dc4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:6d44f497dd7421cca40a47485669d8ab2b0e3b78fb1ceef594d63ff96a20a246_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:218c5884c34ca73fcfda585b4997cc0fa427b13608d34b14920336c23ae5ba13_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:e9250415deb48c9e063799d0f3d1239bdb30d10fb58d8e32a987839c72ca8e79_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-console@sha256:7e0533a83d97732cd1b940bcdba77e43ffcea5073b8fe9dafc7e177b0170adcb_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:7b8d30540a71df4fe3c017ad768ab3a7b05e8db8f68916162f36e2044cfddce3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:397e8e06204f87160fa6a831d7c7bf9c27b450c0deb6e89f6790b897593ce826_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:73c37ef100613a46a99b1860a295f86e23b96d8a7e44cde52583a8fd7605585e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:1e38f0daecc74a115a854300f36bf3af6cfe0c6a36f431a183449a49e2a0d07e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:47292803c6ec0f9b2ef5ec62d35f479b842ad39b752b63f515f230db69c3b691_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9a051f979c35d69d59b5e96bf2d4a31e509345ee4a64b1301324a116bc981a72_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a30891e1058b5fc9d08f93012f631748b9d2292d8d739203e22365d497afbc65_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:0059cc67dd9f302cbab916dea5b0246c4ae6288c22316e135a0b899b7e49d7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:36eefef18accd753b869788b4891d50f87ee33f4dff87a1b7ef9ce4db35e86a8_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:3a143fbec3d5abcc47bb625bfd13f88a2264c2f922dbfc3e04ac623a4d7c15f7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:0b3e1752a2842bb6a7f7f251b76a67ec9ce5c10bb0dd8f688eede69f864fc657_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:b15cc982fc79f1afc7346d578821c6c80ae6e1e0b6ee1c2e77340cfff0a2be57_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:6c8e361878de34517ebd3f23e84577d683ef1c0d61ecbb257de9291ff4c56691_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf4035279328a71212fc25a49ade7f2f224d4f46a3241b4b4d48ca0527f11aff_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3a5a5080bf1f1198f4f49a3a474cea519ac5332db52ebd91bc795369254ccf7b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:0d4983cbb596643ce8140dfb06e738e925786aff000ab33f0b863c93603f9d51_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:6d8a8a5e831e290aca259791f8c42b470cfe002bab823f09f8153f284925bd33_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:bcf097ca234ae44758d4b426a5d41ba9d95806ff974d2d03f6976d5133a76b1d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:378d9776571943b4872fe24a655a151b06e85018a9e13955c0cef76763930a68_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:cdddb704698b35cf7ce3e91ef6b9d2ed2b5f1ac2941f966d79a97225a2579c2d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:614485c10f4dc40e0fe24ebcd26480a1c8441d29e1b9061f183dea6cf30b384b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:2574f9ee676921882d47f4b89305f853c195b60ff1f4de1e07dcd1e57a7da9b5_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:d54b4ec05a971bc94879cf518004e35ba15107bf9315241f65f228c3179a4c5a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:118e85b8ca2be3002a071d7ccdc83595c8a8bc83dea998f862b6ca994c722248_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:7deadb9848327da5e53bfca444b0ce73a64b98cfadf8721bd6b21badd0dcaa92_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:f7860bce172a8ed856f08a931a0285530ce760ab1fd2653a5c2647c9c2688989_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3b26166f3dbbdbf2c124ea03216d88f9a28fc13216f74db5b39e56e180f96772_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:6301f8f4ae0959902ebb2fc0ce91bb62d9e303a6e9bd50aa2e1132f0602cb897_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e4cfbbd550b90aceccc67031688e08e6934087c9d3840f4f2345f96ddd33859d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:6b92e5ba76d93a9521a78770eba00751255a944259c03e0ecf27d4f365cf7f08_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-keepalived-ipfailover@sha256:0113877f25903b83281dd2c1912e0175af7e3b194ccd655604c66db312583338_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9ebfddb9b8fcef8231c880f5490281ab1af8ac19ef575b70289f0ec70cbbecdb_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:a36a30554e4c4798035ea67b7059e136f6104ecd07efe3ec401c20e2b515b376_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:ed06f12419f8284861ad401be0405263ee2448b287b8c350312684d09eb73741_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:3456eaec2b1691a940a9daeb60d9f58e46b34c95551df276696a816e5d8f61e0_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ceeb74be0133aa5263654f36c89e82b74fa32629b9448350c69c4ffd3be8ef11_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:d10aeeef401ea96b2d239cd7c23bdbd29d5f95bb339e79a36346594f97f1a272_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-kuryr-controller-rhel8@sha256:a85096156df15207d9ea7a30d277f0148393e1cb1f5fd0f5c01b7e407845c0c4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:dcc12f84b87b1c8d195f0a9115ec08919c722ab3f1b7f3e3d1d1786a3058636b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:dbddca5c90a427f81e481473cad8d6de11ac4338d76622437e6846eac0bb9a50_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:bbd58b9e4834f076a5779e103ba4817262517a57abfc942d8184123700906d3c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:994d3f869f103d294e5eb947700c60da5f9d21bdfb7f2092bcf2ad1bf8617239_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:472872bf3463e1805eaa55d2b4a72cc18566243cc8f86c536ac7f22dd0519cfc_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6b4e97eb2be26292d8599a17788ad6f2c8f7d370e8c058837b00751b05da7229_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:40c545460c4d32bf3c9697ecfc6abb18030c7004f685f15d76350ce74ba44424_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:51e9d490cf36cb0feb1b3b8a94d7054acf26a3ac88da128074038ab044d2e4e0_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:498d9e4ce2f46c2344aca5f23912a901d7365d6d9fe99b21b78fcb2078c201d6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:2649b88264da27debbc44dee10a737b0ce0e50e8f228495ee8fc6d60d6cc8054_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:7dab5e3d3c90a1c21489dd373362c32e776e3f7b6b9be8078dc6048ec616e99a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:878aabcf6296fc58098ef215a91fb6c6b59fac92baf6df40f4db6e27bd12cbd3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:9041b978f28c8f97eaaaf3576c70e81b0604b54ad02a24b1c291b3a7e61f4953_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:37fe2142c7706fc3ac40e773993ec23f65d12f1a7087139f82169c3da23871b4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3e24375d51a95405a332271b56a30269c441ee148b12d02ba559f6c71594a760_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ccaff34c562bafb33a8dea281c1bac0cf95538df011ed80e46da34d5255c5d9b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:408c5535b3665ca4d877d7dfa3b346632ca40d3b4467c68ce69721b9fe6b663d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7ca9ddcf1d023872cd29aa8ccf7ae6e8be5963741eec53c4f83c6b7ebdd6a6d5_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:13a23d02ea105d8e33dff2a113cc71fe2c91d5b1564de02c713bf9a3559ac31a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:57a453ca5454c330f36063eaccf5e56d0587b165ec2b5daa84f5e3fb36d57dcf_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:6a10569c2c9a64c149053d93708dad01e9d0c23e1c5e64042addac8edc18baa4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:a855f45a1cc36c69d87ee2dbc0caba1801ba2702f767855bf9f1c9dee2d9a6ca_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:cc6161f9c4e5bb62a5a3d296f699f03516184964a25a42a7c13733b8a733c817_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:9dc2b95ff43ce474ccfe3307a569c97bff50af678be1144f096be0bbec7f30ea_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:aeefaab0fdaa986a77bbeef108cef1d29156ebc98a4fa927d84918f2e3c4819b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:03a0dd7562d5afe26f6a506074ef78149ebd7f64fff51115f3a774cf140311c4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c7f937087f3a7ca3a70cf71e3208846c728b7abadb53672d07a96119acb8725b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4833367e7a3a94b76b350799227dcebb0f118250ad417b6f5e339dd0385186e2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:aa2d6d91116fa09430e64928aba25e3ecfd7b5ad31ca2cbea70edbb0755deb0a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:bc7e12534ca38a42842646dbde9de4d2049c6b0bf464cb1eb1cdb1302e8bbb6e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:3c7e80f9a5ee0569bbb9a2ad686749e68dd0d1a4fb76ee6dd7b4ea5f88b36ac2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a793e754e58d2cfb56eafd41c20d469afaccfd1410950bd183b59ddc7acb0d17_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-pod@sha256:8e97f21095056f5ccaed22f0b2029c880b4630773ac2140149c077accd5f8366_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:b0d3ac017b538f8eab7a7346b7ac5eb5b53a963e0ff48570e9c2692ef2c19d30_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e1f7faee2f1494de270d580eda9a9985afdb417524b742cc07aec693acd32d34_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:8b63d02eec2eae0ac602b7bd8d98698c3d09176c8888278d8399de283229cc00_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:3e701c8548c819879e65db4d664be2175d90ac65f02634a900e4b41fccf04ce9_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:84424961239f48399cee6090dc34c961c7362d7ecd51dbbda6eeaed77af69b28_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:dbaf313c82ac182eb2524d61e481aaca79ee9aa23408c0430fbe507b4b2ecc96_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:0471b66596dff273beb47a7ae9ef29c2d319cfd2f568fba91917b9594e7ff6b4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:12a05f3c86f9349e25f4341257caee5ce93018cc4e56f881ec083768723a7d46_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:24a0a72d8393301dc1222edab256e7a3ec16bc70f6623152c3c04f6a9c59e045_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:680dca24a86e43ba38e7b84ac1f4d186499e6c0b25d1b60167c8159df184f5ab_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:901f3803636371dea5dcc990ce5c4fa4ac8a700b96a2aa31ccbc4b527e377493_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:5bf4e142c4efb9c3d3811490c2af07717409f31b8536c8378f8c956799ee29ed_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:0788ddcf0a9df3bfa702d9728176cac1236c875527f955380c9dc81a3d9026e9_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:ed74e3c3cd6f0dfcee228dd37d6015ae00659c89328987ebf4e856538d44acbc_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-tests@sha256:71a8c05a6abd1ddf54e114d23531c544641aa540e63d440b09d044aa275dfb00_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:c12c79616e9b9d53ba1241a8cb413af4b9b666d687e2eb03612e24820650d05a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:e0d9bd0683c12278d66ce930558b75c81579c1e98025b4e29f6791e6728ffd39_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:5cf8c60541ee633619c206ff29e9a31eb72a5972e0fa4676821477ac63c11145_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:b1f999470b563da16441760553ecf03df3afe07a6bfc670e2585960ff1572aa8_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:dd83ff4f5a128daa3da369b7d55e5c85962ad139c2e90f38ae1379f45e25d3b8_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:996f41eca94f896224a148d4cf22124284fdd4dc913d03185265162767102aa7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:bfe2e48476b2573f00ac656298fa712dcb2393d2871fb0abad1a16f10e72a468_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:bf3ce5247b64b65685f59cb0c33b1c933cf3a215d44f019ee79bb83be4be64fd_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bb723cca7c08218a6434043473b8c0b20ef8390d47bfbdecad63ec5b64857ba3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.13:openshift4/ose-etcd-rhel9@sha256:10fd740e1b62bfd59af59d562b72d80e9512d2822e70a41c15136f567d63cd30_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:f52b2903d4ca83deb02ed7ed5cd073764229e057cc9df579db0bbde304c35432_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:095164d2f1c01a6eb6d84bca0dff1f6f7fb8594cff43c2a7552e2cfa5810a4d4_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:e428c7558dccf9449ba5761f73f5940c895eb503fc443a9acd37885b87cd01d3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f989cebce6c372b3b5b1760437005c6c65a790d81cd5a5b1037b03aee73884b3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:15695550dfee18b27552a0e40ef04c87867c8e84dc67395103b30884ac4c1379_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-rhel9@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64 | — |
Workaround
|
A flaw was found in libxslt numbers.c. This vulnerability allows a use-after-free, potentially leading to memory corruption or code execution via nested XPath evaluations where an XPath context node can be modified but not restored.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.13:rhcos@sha256:d0c6c2b7e435e33e345476c3710295e8427c0f28ffa2fe780d01b2f8d0571f22_x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:2af0c5f28710eef08d7e795b2f2fd396239446741ad1e1e658554cc5b2d7499c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:4a1882927aa0730aa113759930b4f529ee268c264f17ff912774f7a1d98ca18d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:d7e0ec5ad37bab321ac8a40dcb64384eb3c16ae5e858464ee1c32cb20401f526_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:c02e74a36878bc56a7b415654bfff711c1794ac0a3c3648c5fd2170675ae87da_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:54410c3040cb45b528c6c701da77bf3294edc0cbf75c2afd4110b20fca1c59e1_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:cd8cad7979a93f0a3d782643f478ba0b37a36b2c2d1de1ed552718d1bb270985_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:4584e4b91a2c79b2350c1e615099ce652a0cf1f5f6174a573b2db9a77680f0e8_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:40faeeee70ac61a27f15c02a2fe4de5d186cc6caa7a2773dca5b20bd9ac45738_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f89ec093de1ecac1c670bdbbe29fabdc9a49bf579644e577e6b48bfb743f76c2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9acd281012ec22619bdb11973382d7c946c29f536594ef7a29a84270fd2e761c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:6b35661834a938fe9accb877934fc523a4782d00e08926577abd4687aa029efb_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:16b3ecc755a547774f58334978ed72c6700c898ca06bcd0184d39e830709e707_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:47ad1365190ac5eafe893d49d8cf55e057ada01198661d27163f08841e4de5e3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:24e838680502b2efd46c17b2210f053860c91ba396786b8d5350a553bb6aae54_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:88bab056feb7370de294928e88d79505fbff5dfc084ee5f109f6a81bb54858df_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:c2318383b8ee9cefbd1e4a072c67819045404b125ba0b3167699af6b2e8f719d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d28ffcbdfec5913dc17c81451883108f1e7df09ccb3a89cdd69a096927a8e430_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0f31ee297e5fe72c4d21253c671153b5afa401fb24f90461f24e3183a9e102dd_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ca6b67a58ba88779d5263fd75700596c2591d9808c6ae14d436401073ba1ab2d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:dd13b3c6fa06cc0f137edde8542422d663ff31d52e0d062cfba8229fedaed19e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:7d795f9d529424252eabcac30a80bb9d8a02aaae37c0563abf35af0f464f0807_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:fbd74802479830111e35763fea31b88da573084ad4abb427d59d766612c023b9_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:d085d1bf9d4a6bdae5bdaa1f4a763b5920b3e33ea934b6d1f517d08b9227e69f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:f6e4075c3c79257c2bfc92505478ef6950f2050dce21315024e95a6519065d97_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:27cce691de1d1381b562bdb6b766869ad75edacfc05f361646e66796cea06313_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6e35ce11cabf52a803c7cfd6d2f330a8ee2ba6d9459322cc3c3abf6b4811a57c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:25ce6b1769053a3e4e25be76977512192c26ceddbab24436f9fe7a30e866913c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:a8a9b3fc602cd6fc44ce88479c5cbd7412b819a1253a70beec72c77f9e7ce83d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:e8fe0ee9e4efcae284a304ae161a6b5fbc79f25a0d199d575c8ca052695280a7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:6b8c2b0117065c58987970228d46009d56b37f193e3724f4f30cfbe1a09abec7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:a443f3127d8b96a22fa7900300129a6c0fa64546347f27028fa253868b417ff6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:36c8e50b8095ff8d0a1920be25c61f41369d1c1b881c6736b752b4798b68262e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cli@sha256:7bc8b50dd45977990c97e0bf4efefe47996e468ab674134f1e7d4fad80a0f2e8_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:13b7885ab87b62004ed049d8a66a52200d1aa2c81c6c837447e8d3d77b3e1198_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:65702387c6fab6f1b61f98225b933d1f6747880ccb0dc00859ca46da10c76e0a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:2660d9c9efbdbe443f028c6da32f8a8e40b7b8f89bb87b0a4c40d76cecd5575f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:6b2d96ac2373cc38abdaf928c8b9a4a0e328448c4a4c1b912825eef1d5adaa11_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:0c154837dde720dceb45182745f8df4a5a2e91672b583aeb75397eeb5dc91a7a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:712c0764287b2356861e4f2212fd358ebe37020f0ff83add75f36362e8d23415_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:72975b5b89a5593059cc8fa7cb28f97e8162cee53714240c11394b985fcfb696_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a823081474886c5133db8eb99f43cf0c9d1239d56ca5098d514550f350e0ceec_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:0a5f50af966f4e19fdef5e5491796813201f8aea49ebd778531bdbaacab94525_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:1cbcdd54ae0eceb61c7602047f65337658b5a8330ee148b88714c9e8d672c722_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:9e681145acf5573d1413fb3dad67f904c56b851aff01a82c77584fd2e1e31470_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:7cf66ea30093dc3981ba473fb4e8bc4befa8f89f019a5012a62e5063cbcde6b6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:77f21feed46735c4bde09073d9e963823e48be7193089e7088998fe096794690_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:6853d2832fbe97325cdb1914a7b1c1ea019730f6e35f205b760982f73d85de7f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:e0c2fbe470b2bdf9c11c10eedaa043748e3c6fdd0b5fc6b7b76b0c44c099541b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:1646b13b3c7a4543caf98b9651d9204054261759313f75dd2c2d25777c43c898_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:9c351a7613a2a8218034d576f23e586f7bf47d280e8ef138c6bf0c2eef4b1748_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:be5dbe5f253ff397f62e33538cba44ebaf65a3ad96fb652c281714ce932e8949_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:4e7c9c7ec5d9968b01b1087fbead7a1fd0b51d9d86ed4d0c6421bcfa0b33c9cc_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:001a007b7abf6e42ecf097da21c0c27322773255617a6c40335758b1f3e576cd_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:495ceadf5a23cc85337a72d816250baffe6426709f00a66761cf05a9336cc6db_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:b993202bb1199a75fb91014687b7a8b61c65c5513c1d88cad2a4ec5e2bdb7e3c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:66968387cbd620992c14e7638208ac16f132f3ea3dfdb83fd6e4465c2e779ad2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:3adaf4ced0fd01304f880dc13ad46d1855c9cda4ae6a32ebe6c1bc260ed232ab_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:29f6dcc03b15f8aaf71b0eb2b1c3f44c06e2ecd31a1e0eac763cde104a945618_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1a9f4b9cd573737365e13982f28725f8b9fade5f4d1d4d08f77d87d3891fbef9_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:653e624f9859753e1f264bdd685359b7c619204c86b4085d063a6f12f5a44f7b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:1af29ca3c278969bef85f7dc7f0bee1f9c3e5aca90862b0bcff1859ade8c63c6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:09b097bd1bf8f35e359d98e26e659b9bba4e0f02f29fe2fbf9492438a881dd38_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-update-keys@sha256:5133104ec8594ca380fa51cde56733df7a264c56af44c7eed34e230265180dc4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:6d44f497dd7421cca40a47485669d8ab2b0e3b78fb1ceef594d63ff96a20a246_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:218c5884c34ca73fcfda585b4997cc0fa427b13608d34b14920336c23ae5ba13_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:e9250415deb48c9e063799d0f3d1239bdb30d10fb58d8e32a987839c72ca8e79_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-console@sha256:7e0533a83d97732cd1b940bcdba77e43ffcea5073b8fe9dafc7e177b0170adcb_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:7b8d30540a71df4fe3c017ad768ab3a7b05e8db8f68916162f36e2044cfddce3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:397e8e06204f87160fa6a831d7c7bf9c27b450c0deb6e89f6790b897593ce826_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:73c37ef100613a46a99b1860a295f86e23b96d8a7e44cde52583a8fd7605585e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:1e38f0daecc74a115a854300f36bf3af6cfe0c6a36f431a183449a49e2a0d07e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:47292803c6ec0f9b2ef5ec62d35f479b842ad39b752b63f515f230db69c3b691_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9a051f979c35d69d59b5e96bf2d4a31e509345ee4a64b1301324a116bc981a72_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a30891e1058b5fc9d08f93012f631748b9d2292d8d739203e22365d497afbc65_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:0059cc67dd9f302cbab916dea5b0246c4ae6288c22316e135a0b899b7e49d7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:36eefef18accd753b869788b4891d50f87ee33f4dff87a1b7ef9ce4db35e86a8_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:3a143fbec3d5abcc47bb625bfd13f88a2264c2f922dbfc3e04ac623a4d7c15f7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:0b3e1752a2842bb6a7f7f251b76a67ec9ce5c10bb0dd8f688eede69f864fc657_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:b15cc982fc79f1afc7346d578821c6c80ae6e1e0b6ee1c2e77340cfff0a2be57_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:6c8e361878de34517ebd3f23e84577d683ef1c0d61ecbb257de9291ff4c56691_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf4035279328a71212fc25a49ade7f2f224d4f46a3241b4b4d48ca0527f11aff_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3a5a5080bf1f1198f4f49a3a474cea519ac5332db52ebd91bc795369254ccf7b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:0d4983cbb596643ce8140dfb06e738e925786aff000ab33f0b863c93603f9d51_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:6d8a8a5e831e290aca259791f8c42b470cfe002bab823f09f8153f284925bd33_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:bcf097ca234ae44758d4b426a5d41ba9d95806ff974d2d03f6976d5133a76b1d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:378d9776571943b4872fe24a655a151b06e85018a9e13955c0cef76763930a68_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:cdddb704698b35cf7ce3e91ef6b9d2ed2b5f1ac2941f966d79a97225a2579c2d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:614485c10f4dc40e0fe24ebcd26480a1c8441d29e1b9061f183dea6cf30b384b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:2574f9ee676921882d47f4b89305f853c195b60ff1f4de1e07dcd1e57a7da9b5_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:d54b4ec05a971bc94879cf518004e35ba15107bf9315241f65f228c3179a4c5a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:118e85b8ca2be3002a071d7ccdc83595c8a8bc83dea998f862b6ca994c722248_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:7deadb9848327da5e53bfca444b0ce73a64b98cfadf8721bd6b21badd0dcaa92_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:f7860bce172a8ed856f08a931a0285530ce760ab1fd2653a5c2647c9c2688989_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3b26166f3dbbdbf2c124ea03216d88f9a28fc13216f74db5b39e56e180f96772_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:6301f8f4ae0959902ebb2fc0ce91bb62d9e303a6e9bd50aa2e1132f0602cb897_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e4cfbbd550b90aceccc67031688e08e6934087c9d3840f4f2345f96ddd33859d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:6b92e5ba76d93a9521a78770eba00751255a944259c03e0ecf27d4f365cf7f08_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-keepalived-ipfailover@sha256:0113877f25903b83281dd2c1912e0175af7e3b194ccd655604c66db312583338_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9ebfddb9b8fcef8231c880f5490281ab1af8ac19ef575b70289f0ec70cbbecdb_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:a36a30554e4c4798035ea67b7059e136f6104ecd07efe3ec401c20e2b515b376_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:ed06f12419f8284861ad401be0405263ee2448b287b8c350312684d09eb73741_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:3456eaec2b1691a940a9daeb60d9f58e46b34c95551df276696a816e5d8f61e0_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ceeb74be0133aa5263654f36c89e82b74fa32629b9448350c69c4ffd3be8ef11_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:d10aeeef401ea96b2d239cd7c23bdbd29d5f95bb339e79a36346594f97f1a272_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-kuryr-controller-rhel8@sha256:a85096156df15207d9ea7a30d277f0148393e1cb1f5fd0f5c01b7e407845c0c4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:dcc12f84b87b1c8d195f0a9115ec08919c722ab3f1b7f3e3d1d1786a3058636b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:dbddca5c90a427f81e481473cad8d6de11ac4338d76622437e6846eac0bb9a50_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:bbd58b9e4834f076a5779e103ba4817262517a57abfc942d8184123700906d3c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:994d3f869f103d294e5eb947700c60da5f9d21bdfb7f2092bcf2ad1bf8617239_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:472872bf3463e1805eaa55d2b4a72cc18566243cc8f86c536ac7f22dd0519cfc_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6b4e97eb2be26292d8599a17788ad6f2c8f7d370e8c058837b00751b05da7229_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:40c545460c4d32bf3c9697ecfc6abb18030c7004f685f15d76350ce74ba44424_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:51e9d490cf36cb0feb1b3b8a94d7054acf26a3ac88da128074038ab044d2e4e0_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:498d9e4ce2f46c2344aca5f23912a901d7365d6d9fe99b21b78fcb2078c201d6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:2649b88264da27debbc44dee10a737b0ce0e50e8f228495ee8fc6d60d6cc8054_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:7dab5e3d3c90a1c21489dd373362c32e776e3f7b6b9be8078dc6048ec616e99a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:878aabcf6296fc58098ef215a91fb6c6b59fac92baf6df40f4db6e27bd12cbd3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:9041b978f28c8f97eaaaf3576c70e81b0604b54ad02a24b1c291b3a7e61f4953_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:37fe2142c7706fc3ac40e773993ec23f65d12f1a7087139f82169c3da23871b4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3e24375d51a95405a332271b56a30269c441ee148b12d02ba559f6c71594a760_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ccaff34c562bafb33a8dea281c1bac0cf95538df011ed80e46da34d5255c5d9b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:408c5535b3665ca4d877d7dfa3b346632ca40d3b4467c68ce69721b9fe6b663d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7ca9ddcf1d023872cd29aa8ccf7ae6e8be5963741eec53c4f83c6b7ebdd6a6d5_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:13a23d02ea105d8e33dff2a113cc71fe2c91d5b1564de02c713bf9a3559ac31a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:57a453ca5454c330f36063eaccf5e56d0587b165ec2b5daa84f5e3fb36d57dcf_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:6a10569c2c9a64c149053d93708dad01e9d0c23e1c5e64042addac8edc18baa4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:a855f45a1cc36c69d87ee2dbc0caba1801ba2702f767855bf9f1c9dee2d9a6ca_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:cc6161f9c4e5bb62a5a3d296f699f03516184964a25a42a7c13733b8a733c817_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:9dc2b95ff43ce474ccfe3307a569c97bff50af678be1144f096be0bbec7f30ea_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:aeefaab0fdaa986a77bbeef108cef1d29156ebc98a4fa927d84918f2e3c4819b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:03a0dd7562d5afe26f6a506074ef78149ebd7f64fff51115f3a774cf140311c4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c7f937087f3a7ca3a70cf71e3208846c728b7abadb53672d07a96119acb8725b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4833367e7a3a94b76b350799227dcebb0f118250ad417b6f5e339dd0385186e2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:aa2d6d91116fa09430e64928aba25e3ecfd7b5ad31ca2cbea70edbb0755deb0a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:bc7e12534ca38a42842646dbde9de4d2049c6b0bf464cb1eb1cdb1302e8bbb6e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:3c7e80f9a5ee0569bbb9a2ad686749e68dd0d1a4fb76ee6dd7b4ea5f88b36ac2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a793e754e58d2cfb56eafd41c20d469afaccfd1410950bd183b59ddc7acb0d17_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-pod@sha256:8e97f21095056f5ccaed22f0b2029c880b4630773ac2140149c077accd5f8366_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:b0d3ac017b538f8eab7a7346b7ac5eb5b53a963e0ff48570e9c2692ef2c19d30_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e1f7faee2f1494de270d580eda9a9985afdb417524b742cc07aec693acd32d34_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:8b63d02eec2eae0ac602b7bd8d98698c3d09176c8888278d8399de283229cc00_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:3e701c8548c819879e65db4d664be2175d90ac65f02634a900e4b41fccf04ce9_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:84424961239f48399cee6090dc34c961c7362d7ecd51dbbda6eeaed77af69b28_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:dbaf313c82ac182eb2524d61e481aaca79ee9aa23408c0430fbe507b4b2ecc96_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:0471b66596dff273beb47a7ae9ef29c2d319cfd2f568fba91917b9594e7ff6b4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:12a05f3c86f9349e25f4341257caee5ce93018cc4e56f881ec083768723a7d46_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:24a0a72d8393301dc1222edab256e7a3ec16bc70f6623152c3c04f6a9c59e045_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:680dca24a86e43ba38e7b84ac1f4d186499e6c0b25d1b60167c8159df184f5ab_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:901f3803636371dea5dcc990ce5c4fa4ac8a700b96a2aa31ccbc4b527e377493_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:5bf4e142c4efb9c3d3811490c2af07717409f31b8536c8378f8c956799ee29ed_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:0788ddcf0a9df3bfa702d9728176cac1236c875527f955380c9dc81a3d9026e9_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:ed74e3c3cd6f0dfcee228dd37d6015ae00659c89328987ebf4e856538d44acbc_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-tests@sha256:71a8c05a6abd1ddf54e114d23531c544641aa540e63d440b09d044aa275dfb00_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:c12c79616e9b9d53ba1241a8cb413af4b9b666d687e2eb03612e24820650d05a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:e0d9bd0683c12278d66ce930558b75c81579c1e98025b4e29f6791e6728ffd39_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:5cf8c60541ee633619c206ff29e9a31eb72a5972e0fa4676821477ac63c11145_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:b1f999470b563da16441760553ecf03df3afe07a6bfc670e2585960ff1572aa8_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:dd83ff4f5a128daa3da369b7d55e5c85962ad139c2e90f38ae1379f45e25d3b8_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:996f41eca94f896224a148d4cf22124284fdd4dc913d03185265162767102aa7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:bfe2e48476b2573f00ac656298fa712dcb2393d2871fb0abad1a16f10e72a468_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:bf3ce5247b64b65685f59cb0c33b1c933cf3a215d44f019ee79bb83be4be64fd_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bb723cca7c08218a6434043473b8c0b20ef8390d47bfbdecad63ec5b64857ba3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.13:openshift4/ose-etcd-rhel9@sha256:10fd740e1b62bfd59af59d562b72d80e9512d2822e70a41c15136f567d63cd30_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:f52b2903d4ca83deb02ed7ed5cd073764229e057cc9df579db0bbde304c35432_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:095164d2f1c01a6eb6d84bca0dff1f6f7fb8594cff43c2a7552e2cfa5810a4d4_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:e428c7558dccf9449ba5761f73f5940c895eb503fc443a9acd37885b87cd01d3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f989cebce6c372b3b5b1760437005c6c65a790d81cd5a5b1037b03aee73884b3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:15695550dfee18b27552a0e40ef04c87867c8e84dc67395103b30884ac4c1379_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-rhel9@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64 | — |
Workaround
|
A flaw was found in the Bare Metal Operator (BMO) Kubernetes API component. BMO enables users to load Secrets from arbitrary namespaces upon deployment of the namespace-scoped Custom Resource `BMCEventSubscription`. In affected versions, an adversary using a Kubernetes account with only namespace level roles (e.g. a tenant controlling a namespace) may create a `BMCEventSubscription` in their authorized namespace and then load Secrets from their unauthorized namespaces to another authorized namespace via the Baremetal Operator, which can lead to the exposure of secrets and credential information.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:6b8c2b0117065c58987970228d46009d56b37f193e3724f4f30cfbe1a09abec7_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:2af0c5f28710eef08d7e795b2f2fd396239446741ad1e1e658554cc5b2d7499c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:4a1882927aa0730aa113759930b4f529ee268c264f17ff912774f7a1d98ca18d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:d7e0ec5ad37bab321ac8a40dcb64384eb3c16ae5e858464ee1c32cb20401f526_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:c02e74a36878bc56a7b415654bfff711c1794ac0a3c3648c5fd2170675ae87da_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:54410c3040cb45b528c6c701da77bf3294edc0cbf75c2afd4110b20fca1c59e1_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:cd8cad7979a93f0a3d782643f478ba0b37a36b2c2d1de1ed552718d1bb270985_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:4584e4b91a2c79b2350c1e615099ce652a0cf1f5f6174a573b2db9a77680f0e8_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:40faeeee70ac61a27f15c02a2fe4de5d186cc6caa7a2773dca5b20bd9ac45738_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f89ec093de1ecac1c670bdbbe29fabdc9a49bf579644e577e6b48bfb743f76c2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9acd281012ec22619bdb11973382d7c946c29f536594ef7a29a84270fd2e761c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:6b35661834a938fe9accb877934fc523a4782d00e08926577abd4687aa029efb_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:16b3ecc755a547774f58334978ed72c6700c898ca06bcd0184d39e830709e707_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:47ad1365190ac5eafe893d49d8cf55e057ada01198661d27163f08841e4de5e3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:24e838680502b2efd46c17b2210f053860c91ba396786b8d5350a553bb6aae54_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:88bab056feb7370de294928e88d79505fbff5dfc084ee5f109f6a81bb54858df_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:c2318383b8ee9cefbd1e4a072c67819045404b125ba0b3167699af6b2e8f719d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d28ffcbdfec5913dc17c81451883108f1e7df09ccb3a89cdd69a096927a8e430_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0f31ee297e5fe72c4d21253c671153b5afa401fb24f90461f24e3183a9e102dd_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ca6b67a58ba88779d5263fd75700596c2591d9808c6ae14d436401073ba1ab2d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:dd13b3c6fa06cc0f137edde8542422d663ff31d52e0d062cfba8229fedaed19e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:7d795f9d529424252eabcac30a80bb9d8a02aaae37c0563abf35af0f464f0807_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:fbd74802479830111e35763fea31b88da573084ad4abb427d59d766612c023b9_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:d085d1bf9d4a6bdae5bdaa1f4a763b5920b3e33ea934b6d1f517d08b9227e69f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:f6e4075c3c79257c2bfc92505478ef6950f2050dce21315024e95a6519065d97_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:27cce691de1d1381b562bdb6b766869ad75edacfc05f361646e66796cea06313_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6e35ce11cabf52a803c7cfd6d2f330a8ee2ba6d9459322cc3c3abf6b4811a57c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:25ce6b1769053a3e4e25be76977512192c26ceddbab24436f9fe7a30e866913c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:a8a9b3fc602cd6fc44ce88479c5cbd7412b819a1253a70beec72c77f9e7ce83d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:e8fe0ee9e4efcae284a304ae161a6b5fbc79f25a0d199d575c8ca052695280a7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:a443f3127d8b96a22fa7900300129a6c0fa64546347f27028fa253868b417ff6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:36c8e50b8095ff8d0a1920be25c61f41369d1c1b881c6736b752b4798b68262e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cli@sha256:7bc8b50dd45977990c97e0bf4efefe47996e468ab674134f1e7d4fad80a0f2e8_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:13b7885ab87b62004ed049d8a66a52200d1aa2c81c6c837447e8d3d77b3e1198_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:65702387c6fab6f1b61f98225b933d1f6747880ccb0dc00859ca46da10c76e0a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:2660d9c9efbdbe443f028c6da32f8a8e40b7b8f89bb87b0a4c40d76cecd5575f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:6b2d96ac2373cc38abdaf928c8b9a4a0e328448c4a4c1b912825eef1d5adaa11_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:0c154837dde720dceb45182745f8df4a5a2e91672b583aeb75397eeb5dc91a7a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:712c0764287b2356861e4f2212fd358ebe37020f0ff83add75f36362e8d23415_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:72975b5b89a5593059cc8fa7cb28f97e8162cee53714240c11394b985fcfb696_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a823081474886c5133db8eb99f43cf0c9d1239d56ca5098d514550f350e0ceec_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:0a5f50af966f4e19fdef5e5491796813201f8aea49ebd778531bdbaacab94525_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:1cbcdd54ae0eceb61c7602047f65337658b5a8330ee148b88714c9e8d672c722_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:9e681145acf5573d1413fb3dad67f904c56b851aff01a82c77584fd2e1e31470_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:7cf66ea30093dc3981ba473fb4e8bc4befa8f89f019a5012a62e5063cbcde6b6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:77f21feed46735c4bde09073d9e963823e48be7193089e7088998fe096794690_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:6853d2832fbe97325cdb1914a7b1c1ea019730f6e35f205b760982f73d85de7f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:e0c2fbe470b2bdf9c11c10eedaa043748e3c6fdd0b5fc6b7b76b0c44c099541b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:1646b13b3c7a4543caf98b9651d9204054261759313f75dd2c2d25777c43c898_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:9c351a7613a2a8218034d576f23e586f7bf47d280e8ef138c6bf0c2eef4b1748_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:be5dbe5f253ff397f62e33538cba44ebaf65a3ad96fb652c281714ce932e8949_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:4e7c9c7ec5d9968b01b1087fbead7a1fd0b51d9d86ed4d0c6421bcfa0b33c9cc_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:001a007b7abf6e42ecf097da21c0c27322773255617a6c40335758b1f3e576cd_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:495ceadf5a23cc85337a72d816250baffe6426709f00a66761cf05a9336cc6db_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:b993202bb1199a75fb91014687b7a8b61c65c5513c1d88cad2a4ec5e2bdb7e3c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:66968387cbd620992c14e7638208ac16f132f3ea3dfdb83fd6e4465c2e779ad2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:3adaf4ced0fd01304f880dc13ad46d1855c9cda4ae6a32ebe6c1bc260ed232ab_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:29f6dcc03b15f8aaf71b0eb2b1c3f44c06e2ecd31a1e0eac763cde104a945618_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1a9f4b9cd573737365e13982f28725f8b9fade5f4d1d4d08f77d87d3891fbef9_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:653e624f9859753e1f264bdd685359b7c619204c86b4085d063a6f12f5a44f7b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:1af29ca3c278969bef85f7dc7f0bee1f9c3e5aca90862b0bcff1859ade8c63c6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:09b097bd1bf8f35e359d98e26e659b9bba4e0f02f29fe2fbf9492438a881dd38_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-update-keys@sha256:5133104ec8594ca380fa51cde56733df7a264c56af44c7eed34e230265180dc4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:6d44f497dd7421cca40a47485669d8ab2b0e3b78fb1ceef594d63ff96a20a246_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:218c5884c34ca73fcfda585b4997cc0fa427b13608d34b14920336c23ae5ba13_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:e9250415deb48c9e063799d0f3d1239bdb30d10fb58d8e32a987839c72ca8e79_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-console@sha256:7e0533a83d97732cd1b940bcdba77e43ffcea5073b8fe9dafc7e177b0170adcb_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:7b8d30540a71df4fe3c017ad768ab3a7b05e8db8f68916162f36e2044cfddce3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:397e8e06204f87160fa6a831d7c7bf9c27b450c0deb6e89f6790b897593ce826_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:73c37ef100613a46a99b1860a295f86e23b96d8a7e44cde52583a8fd7605585e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:1e38f0daecc74a115a854300f36bf3af6cfe0c6a36f431a183449a49e2a0d07e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:47292803c6ec0f9b2ef5ec62d35f479b842ad39b752b63f515f230db69c3b691_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9a051f979c35d69d59b5e96bf2d4a31e509345ee4a64b1301324a116bc981a72_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a30891e1058b5fc9d08f93012f631748b9d2292d8d739203e22365d497afbc65_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:0059cc67dd9f302cbab916dea5b0246c4ae6288c22316e135a0b899b7e49d7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:36eefef18accd753b869788b4891d50f87ee33f4dff87a1b7ef9ce4db35e86a8_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:3a143fbec3d5abcc47bb625bfd13f88a2264c2f922dbfc3e04ac623a4d7c15f7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:0b3e1752a2842bb6a7f7f251b76a67ec9ce5c10bb0dd8f688eede69f864fc657_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:b15cc982fc79f1afc7346d578821c6c80ae6e1e0b6ee1c2e77340cfff0a2be57_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:6c8e361878de34517ebd3f23e84577d683ef1c0d61ecbb257de9291ff4c56691_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf4035279328a71212fc25a49ade7f2f224d4f46a3241b4b4d48ca0527f11aff_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3a5a5080bf1f1198f4f49a3a474cea519ac5332db52ebd91bc795369254ccf7b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:0d4983cbb596643ce8140dfb06e738e925786aff000ab33f0b863c93603f9d51_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:6d8a8a5e831e290aca259791f8c42b470cfe002bab823f09f8153f284925bd33_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:bcf097ca234ae44758d4b426a5d41ba9d95806ff974d2d03f6976d5133a76b1d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:378d9776571943b4872fe24a655a151b06e85018a9e13955c0cef76763930a68_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:cdddb704698b35cf7ce3e91ef6b9d2ed2b5f1ac2941f966d79a97225a2579c2d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:614485c10f4dc40e0fe24ebcd26480a1c8441d29e1b9061f183dea6cf30b384b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:2574f9ee676921882d47f4b89305f853c195b60ff1f4de1e07dcd1e57a7da9b5_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:d54b4ec05a971bc94879cf518004e35ba15107bf9315241f65f228c3179a4c5a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:118e85b8ca2be3002a071d7ccdc83595c8a8bc83dea998f862b6ca994c722248_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:7deadb9848327da5e53bfca444b0ce73a64b98cfadf8721bd6b21badd0dcaa92_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:f7860bce172a8ed856f08a931a0285530ce760ab1fd2653a5c2647c9c2688989_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3b26166f3dbbdbf2c124ea03216d88f9a28fc13216f74db5b39e56e180f96772_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:6301f8f4ae0959902ebb2fc0ce91bb62d9e303a6e9bd50aa2e1132f0602cb897_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e4cfbbd550b90aceccc67031688e08e6934087c9d3840f4f2345f96ddd33859d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:6b92e5ba76d93a9521a78770eba00751255a944259c03e0ecf27d4f365cf7f08_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-keepalived-ipfailover@sha256:0113877f25903b83281dd2c1912e0175af7e3b194ccd655604c66db312583338_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9ebfddb9b8fcef8231c880f5490281ab1af8ac19ef575b70289f0ec70cbbecdb_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:a36a30554e4c4798035ea67b7059e136f6104ecd07efe3ec401c20e2b515b376_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:ed06f12419f8284861ad401be0405263ee2448b287b8c350312684d09eb73741_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:3456eaec2b1691a940a9daeb60d9f58e46b34c95551df276696a816e5d8f61e0_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ceeb74be0133aa5263654f36c89e82b74fa32629b9448350c69c4ffd3be8ef11_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:d10aeeef401ea96b2d239cd7c23bdbd29d5f95bb339e79a36346594f97f1a272_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-kuryr-controller-rhel8@sha256:a85096156df15207d9ea7a30d277f0148393e1cb1f5fd0f5c01b7e407845c0c4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:dcc12f84b87b1c8d195f0a9115ec08919c722ab3f1b7f3e3d1d1786a3058636b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:dbddca5c90a427f81e481473cad8d6de11ac4338d76622437e6846eac0bb9a50_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:bbd58b9e4834f076a5779e103ba4817262517a57abfc942d8184123700906d3c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:994d3f869f103d294e5eb947700c60da5f9d21bdfb7f2092bcf2ad1bf8617239_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:472872bf3463e1805eaa55d2b4a72cc18566243cc8f86c536ac7f22dd0519cfc_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6b4e97eb2be26292d8599a17788ad6f2c8f7d370e8c058837b00751b05da7229_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:40c545460c4d32bf3c9697ecfc6abb18030c7004f685f15d76350ce74ba44424_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:51e9d490cf36cb0feb1b3b8a94d7054acf26a3ac88da128074038ab044d2e4e0_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:498d9e4ce2f46c2344aca5f23912a901d7365d6d9fe99b21b78fcb2078c201d6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:2649b88264da27debbc44dee10a737b0ce0e50e8f228495ee8fc6d60d6cc8054_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:7dab5e3d3c90a1c21489dd373362c32e776e3f7b6b9be8078dc6048ec616e99a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:878aabcf6296fc58098ef215a91fb6c6b59fac92baf6df40f4db6e27bd12cbd3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:9041b978f28c8f97eaaaf3576c70e81b0604b54ad02a24b1c291b3a7e61f4953_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:37fe2142c7706fc3ac40e773993ec23f65d12f1a7087139f82169c3da23871b4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3e24375d51a95405a332271b56a30269c441ee148b12d02ba559f6c71594a760_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ccaff34c562bafb33a8dea281c1bac0cf95538df011ed80e46da34d5255c5d9b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:408c5535b3665ca4d877d7dfa3b346632ca40d3b4467c68ce69721b9fe6b663d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7ca9ddcf1d023872cd29aa8ccf7ae6e8be5963741eec53c4f83c6b7ebdd6a6d5_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:13a23d02ea105d8e33dff2a113cc71fe2c91d5b1564de02c713bf9a3559ac31a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:57a453ca5454c330f36063eaccf5e56d0587b165ec2b5daa84f5e3fb36d57dcf_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:6a10569c2c9a64c149053d93708dad01e9d0c23e1c5e64042addac8edc18baa4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:a855f45a1cc36c69d87ee2dbc0caba1801ba2702f767855bf9f1c9dee2d9a6ca_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:cc6161f9c4e5bb62a5a3d296f699f03516184964a25a42a7c13733b8a733c817_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:9dc2b95ff43ce474ccfe3307a569c97bff50af678be1144f096be0bbec7f30ea_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:aeefaab0fdaa986a77bbeef108cef1d29156ebc98a4fa927d84918f2e3c4819b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:03a0dd7562d5afe26f6a506074ef78149ebd7f64fff51115f3a774cf140311c4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c7f937087f3a7ca3a70cf71e3208846c728b7abadb53672d07a96119acb8725b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4833367e7a3a94b76b350799227dcebb0f118250ad417b6f5e339dd0385186e2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:aa2d6d91116fa09430e64928aba25e3ecfd7b5ad31ca2cbea70edbb0755deb0a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:bc7e12534ca38a42842646dbde9de4d2049c6b0bf464cb1eb1cdb1302e8bbb6e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:3c7e80f9a5ee0569bbb9a2ad686749e68dd0d1a4fb76ee6dd7b4ea5f88b36ac2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a793e754e58d2cfb56eafd41c20d469afaccfd1410950bd183b59ddc7acb0d17_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-pod@sha256:8e97f21095056f5ccaed22f0b2029c880b4630773ac2140149c077accd5f8366_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:b0d3ac017b538f8eab7a7346b7ac5eb5b53a963e0ff48570e9c2692ef2c19d30_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e1f7faee2f1494de270d580eda9a9985afdb417524b742cc07aec693acd32d34_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:8b63d02eec2eae0ac602b7bd8d98698c3d09176c8888278d8399de283229cc00_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:3e701c8548c819879e65db4d664be2175d90ac65f02634a900e4b41fccf04ce9_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:84424961239f48399cee6090dc34c961c7362d7ecd51dbbda6eeaed77af69b28_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:dbaf313c82ac182eb2524d61e481aaca79ee9aa23408c0430fbe507b4b2ecc96_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:0471b66596dff273beb47a7ae9ef29c2d319cfd2f568fba91917b9594e7ff6b4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:12a05f3c86f9349e25f4341257caee5ce93018cc4e56f881ec083768723a7d46_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:24a0a72d8393301dc1222edab256e7a3ec16bc70f6623152c3c04f6a9c59e045_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:680dca24a86e43ba38e7b84ac1f4d186499e6c0b25d1b60167c8159df184f5ab_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:901f3803636371dea5dcc990ce5c4fa4ac8a700b96a2aa31ccbc4b527e377493_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:5bf4e142c4efb9c3d3811490c2af07717409f31b8536c8378f8c956799ee29ed_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:0788ddcf0a9df3bfa702d9728176cac1236c875527f955380c9dc81a3d9026e9_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:ed74e3c3cd6f0dfcee228dd37d6015ae00659c89328987ebf4e856538d44acbc_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-tests@sha256:71a8c05a6abd1ddf54e114d23531c544641aa540e63d440b09d044aa275dfb00_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:c12c79616e9b9d53ba1241a8cb413af4b9b666d687e2eb03612e24820650d05a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:e0d9bd0683c12278d66ce930558b75c81579c1e98025b4e29f6791e6728ffd39_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:5cf8c60541ee633619c206ff29e9a31eb72a5972e0fa4676821477ac63c11145_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:b1f999470b563da16441760553ecf03df3afe07a6bfc670e2585960ff1572aa8_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:dd83ff4f5a128daa3da369b7d55e5c85962ad139c2e90f38ae1379f45e25d3b8_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:996f41eca94f896224a148d4cf22124284fdd4dc913d03185265162767102aa7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:bfe2e48476b2573f00ac656298fa712dcb2393d2871fb0abad1a16f10e72a468_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:bf3ce5247b64b65685f59cb0c33b1c933cf3a215d44f019ee79bb83be4be64fd_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bb723cca7c08218a6434043473b8c0b20ef8390d47bfbdecad63ec5b64857ba3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.13:openshift4/ose-etcd-rhel9@sha256:10fd740e1b62bfd59af59d562b72d80e9512d2822e70a41c15136f567d63cd30_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:f52b2903d4ca83deb02ed7ed5cd073764229e057cc9df579db0bbde304c35432_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:095164d2f1c01a6eb6d84bca0dff1f6f7fb8594cff43c2a7552e2cfa5810a4d4_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:e428c7558dccf9449ba5761f73f5940c895eb503fc443a9acd37885b87cd01d3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f989cebce6c372b3b5b1760437005c6c65a790d81cd5a5b1037b03aee73884b3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:15695550dfee18b27552a0e40ef04c87867c8e84dc67395103b30884ac4c1379_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-rhel9@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.13:rhcos@sha256:d0c6c2b7e435e33e345476c3710295e8427c0f28ffa2fe780d01b2f8d0571f22_x86_64 | — |
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: 8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:4584e4b91a2c79b2350c1e615099ce652a0cf1f5f6174a573b2db9a77680f0e8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f89ec093de1ecac1c670bdbbe29fabdc9a49bf579644e577e6b48bfb743f76c2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9acd281012ec22619bdb11973382d7c946c29f536594ef7a29a84270fd2e761c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:77f21feed46735c4bde09073d9e963823e48be7193089e7088998fe096794690_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:378d9776571943b4872fe24a655a151b06e85018a9e13955c0cef76763930a68_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:2574f9ee676921882d47f4b89305f853c195b60ff1f4de1e07dcd1e57a7da9b5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:d54b4ec05a971bc94879cf518004e35ba15107bf9315241f65f228c3179a4c5a_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:2af0c5f28710eef08d7e795b2f2fd396239446741ad1e1e658554cc5b2d7499c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:4a1882927aa0730aa113759930b4f529ee268c264f17ff912774f7a1d98ca18d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:d7e0ec5ad37bab321ac8a40dcb64384eb3c16ae5e858464ee1c32cb20401f526_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:c02e74a36878bc56a7b415654bfff711c1794ac0a3c3648c5fd2170675ae87da_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:54410c3040cb45b528c6c701da77bf3294edc0cbf75c2afd4110b20fca1c59e1_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:cd8cad7979a93f0a3d782643f478ba0b37a36b2c2d1de1ed552718d1bb270985_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:40faeeee70ac61a27f15c02a2fe4de5d186cc6caa7a2773dca5b20bd9ac45738_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:6b35661834a938fe9accb877934fc523a4782d00e08926577abd4687aa029efb_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:16b3ecc755a547774f58334978ed72c6700c898ca06bcd0184d39e830709e707_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:47ad1365190ac5eafe893d49d8cf55e057ada01198661d27163f08841e4de5e3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:24e838680502b2efd46c17b2210f053860c91ba396786b8d5350a553bb6aae54_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:88bab056feb7370de294928e88d79505fbff5dfc084ee5f109f6a81bb54858df_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:c2318383b8ee9cefbd1e4a072c67819045404b125ba0b3167699af6b2e8f719d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d28ffcbdfec5913dc17c81451883108f1e7df09ccb3a89cdd69a096927a8e430_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0f31ee297e5fe72c4d21253c671153b5afa401fb24f90461f24e3183a9e102dd_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ca6b67a58ba88779d5263fd75700596c2591d9808c6ae14d436401073ba1ab2d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:dd13b3c6fa06cc0f137edde8542422d663ff31d52e0d062cfba8229fedaed19e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:7d795f9d529424252eabcac30a80bb9d8a02aaae37c0563abf35af0f464f0807_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:fbd74802479830111e35763fea31b88da573084ad4abb427d59d766612c023b9_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:d085d1bf9d4a6bdae5bdaa1f4a763b5920b3e33ea934b6d1f517d08b9227e69f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:f6e4075c3c79257c2bfc92505478ef6950f2050dce21315024e95a6519065d97_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:27cce691de1d1381b562bdb6b766869ad75edacfc05f361646e66796cea06313_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6e35ce11cabf52a803c7cfd6d2f330a8ee2ba6d9459322cc3c3abf6b4811a57c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:25ce6b1769053a3e4e25be76977512192c26ceddbab24436f9fe7a30e866913c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:a8a9b3fc602cd6fc44ce88479c5cbd7412b819a1253a70beec72c77f9e7ce83d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:e8fe0ee9e4efcae284a304ae161a6b5fbc79f25a0d199d575c8ca052695280a7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:6b8c2b0117065c58987970228d46009d56b37f193e3724f4f30cfbe1a09abec7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:a443f3127d8b96a22fa7900300129a6c0fa64546347f27028fa253868b417ff6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:36c8e50b8095ff8d0a1920be25c61f41369d1c1b881c6736b752b4798b68262e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cli@sha256:7bc8b50dd45977990c97e0bf4efefe47996e468ab674134f1e7d4fad80a0f2e8_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:13b7885ab87b62004ed049d8a66a52200d1aa2c81c6c837447e8d3d77b3e1198_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:65702387c6fab6f1b61f98225b933d1f6747880ccb0dc00859ca46da10c76e0a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:2660d9c9efbdbe443f028c6da32f8a8e40b7b8f89bb87b0a4c40d76cecd5575f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:6b2d96ac2373cc38abdaf928c8b9a4a0e328448c4a4c1b912825eef1d5adaa11_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:0c154837dde720dceb45182745f8df4a5a2e91672b583aeb75397eeb5dc91a7a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:712c0764287b2356861e4f2212fd358ebe37020f0ff83add75f36362e8d23415_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:72975b5b89a5593059cc8fa7cb28f97e8162cee53714240c11394b985fcfb696_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a823081474886c5133db8eb99f43cf0c9d1239d56ca5098d514550f350e0ceec_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:0a5f50af966f4e19fdef5e5491796813201f8aea49ebd778531bdbaacab94525_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:1cbcdd54ae0eceb61c7602047f65337658b5a8330ee148b88714c9e8d672c722_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:9e681145acf5573d1413fb3dad67f904c56b851aff01a82c77584fd2e1e31470_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:7cf66ea30093dc3981ba473fb4e8bc4befa8f89f019a5012a62e5063cbcde6b6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:6853d2832fbe97325cdb1914a7b1c1ea019730f6e35f205b760982f73d85de7f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:e0c2fbe470b2bdf9c11c10eedaa043748e3c6fdd0b5fc6b7b76b0c44c099541b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:1646b13b3c7a4543caf98b9651d9204054261759313f75dd2c2d25777c43c898_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:9c351a7613a2a8218034d576f23e586f7bf47d280e8ef138c6bf0c2eef4b1748_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:be5dbe5f253ff397f62e33538cba44ebaf65a3ad96fb652c281714ce932e8949_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:4e7c9c7ec5d9968b01b1087fbead7a1fd0b51d9d86ed4d0c6421bcfa0b33c9cc_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:001a007b7abf6e42ecf097da21c0c27322773255617a6c40335758b1f3e576cd_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:495ceadf5a23cc85337a72d816250baffe6426709f00a66761cf05a9336cc6db_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:b993202bb1199a75fb91014687b7a8b61c65c5513c1d88cad2a4ec5e2bdb7e3c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:66968387cbd620992c14e7638208ac16f132f3ea3dfdb83fd6e4465c2e779ad2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:3adaf4ced0fd01304f880dc13ad46d1855c9cda4ae6a32ebe6c1bc260ed232ab_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:29f6dcc03b15f8aaf71b0eb2b1c3f44c06e2ecd31a1e0eac763cde104a945618_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1a9f4b9cd573737365e13982f28725f8b9fade5f4d1d4d08f77d87d3891fbef9_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:653e624f9859753e1f264bdd685359b7c619204c86b4085d063a6f12f5a44f7b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:1af29ca3c278969bef85f7dc7f0bee1f9c3e5aca90862b0bcff1859ade8c63c6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:09b097bd1bf8f35e359d98e26e659b9bba4e0f02f29fe2fbf9492438a881dd38_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-update-keys@sha256:5133104ec8594ca380fa51cde56733df7a264c56af44c7eed34e230265180dc4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:6d44f497dd7421cca40a47485669d8ab2b0e3b78fb1ceef594d63ff96a20a246_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:218c5884c34ca73fcfda585b4997cc0fa427b13608d34b14920336c23ae5ba13_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:e9250415deb48c9e063799d0f3d1239bdb30d10fb58d8e32a987839c72ca8e79_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-console@sha256:7e0533a83d97732cd1b940bcdba77e43ffcea5073b8fe9dafc7e177b0170adcb_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:7b8d30540a71df4fe3c017ad768ab3a7b05e8db8f68916162f36e2044cfddce3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:397e8e06204f87160fa6a831d7c7bf9c27b450c0deb6e89f6790b897593ce826_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:73c37ef100613a46a99b1860a295f86e23b96d8a7e44cde52583a8fd7605585e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:1e38f0daecc74a115a854300f36bf3af6cfe0c6a36f431a183449a49e2a0d07e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:47292803c6ec0f9b2ef5ec62d35f479b842ad39b752b63f515f230db69c3b691_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9a051f979c35d69d59b5e96bf2d4a31e509345ee4a64b1301324a116bc981a72_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a30891e1058b5fc9d08f93012f631748b9d2292d8d739203e22365d497afbc65_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:0059cc67dd9f302cbab916dea5b0246c4ae6288c22316e135a0b899b7e49d7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:36eefef18accd753b869788b4891d50f87ee33f4dff87a1b7ef9ce4db35e86a8_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:3a143fbec3d5abcc47bb625bfd13f88a2264c2f922dbfc3e04ac623a4d7c15f7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:0b3e1752a2842bb6a7f7f251b76a67ec9ce5c10bb0dd8f688eede69f864fc657_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:b15cc982fc79f1afc7346d578821c6c80ae6e1e0b6ee1c2e77340cfff0a2be57_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:6c8e361878de34517ebd3f23e84577d683ef1c0d61ecbb257de9291ff4c56691_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf4035279328a71212fc25a49ade7f2f224d4f46a3241b4b4d48ca0527f11aff_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3a5a5080bf1f1198f4f49a3a474cea519ac5332db52ebd91bc795369254ccf7b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:0d4983cbb596643ce8140dfb06e738e925786aff000ab33f0b863c93603f9d51_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:6d8a8a5e831e290aca259791f8c42b470cfe002bab823f09f8153f284925bd33_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:bcf097ca234ae44758d4b426a5d41ba9d95806ff974d2d03f6976d5133a76b1d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:cdddb704698b35cf7ce3e91ef6b9d2ed2b5f1ac2941f966d79a97225a2579c2d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:614485c10f4dc40e0fe24ebcd26480a1c8441d29e1b9061f183dea6cf30b384b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:118e85b8ca2be3002a071d7ccdc83595c8a8bc83dea998f862b6ca994c722248_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:7deadb9848327da5e53bfca444b0ce73a64b98cfadf8721bd6b21badd0dcaa92_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:f7860bce172a8ed856f08a931a0285530ce760ab1fd2653a5c2647c9c2688989_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3b26166f3dbbdbf2c124ea03216d88f9a28fc13216f74db5b39e56e180f96772_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:6301f8f4ae0959902ebb2fc0ce91bb62d9e303a6e9bd50aa2e1132f0602cb897_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e4cfbbd550b90aceccc67031688e08e6934087c9d3840f4f2345f96ddd33859d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:6b92e5ba76d93a9521a78770eba00751255a944259c03e0ecf27d4f365cf7f08_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-keepalived-ipfailover@sha256:0113877f25903b83281dd2c1912e0175af7e3b194ccd655604c66db312583338_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9ebfddb9b8fcef8231c880f5490281ab1af8ac19ef575b70289f0ec70cbbecdb_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:a36a30554e4c4798035ea67b7059e136f6104ecd07efe3ec401c20e2b515b376_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:ed06f12419f8284861ad401be0405263ee2448b287b8c350312684d09eb73741_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:3456eaec2b1691a940a9daeb60d9f58e46b34c95551df276696a816e5d8f61e0_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ceeb74be0133aa5263654f36c89e82b74fa32629b9448350c69c4ffd3be8ef11_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:d10aeeef401ea96b2d239cd7c23bdbd29d5f95bb339e79a36346594f97f1a272_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-kuryr-controller-rhel8@sha256:a85096156df15207d9ea7a30d277f0148393e1cb1f5fd0f5c01b7e407845c0c4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:dcc12f84b87b1c8d195f0a9115ec08919c722ab3f1b7f3e3d1d1786a3058636b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:dbddca5c90a427f81e481473cad8d6de11ac4338d76622437e6846eac0bb9a50_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:bbd58b9e4834f076a5779e103ba4817262517a57abfc942d8184123700906d3c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:994d3f869f103d294e5eb947700c60da5f9d21bdfb7f2092bcf2ad1bf8617239_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:472872bf3463e1805eaa55d2b4a72cc18566243cc8f86c536ac7f22dd0519cfc_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6b4e97eb2be26292d8599a17788ad6f2c8f7d370e8c058837b00751b05da7229_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:40c545460c4d32bf3c9697ecfc6abb18030c7004f685f15d76350ce74ba44424_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:51e9d490cf36cb0feb1b3b8a94d7054acf26a3ac88da128074038ab044d2e4e0_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:498d9e4ce2f46c2344aca5f23912a901d7365d6d9fe99b21b78fcb2078c201d6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:2649b88264da27debbc44dee10a737b0ce0e50e8f228495ee8fc6d60d6cc8054_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:7dab5e3d3c90a1c21489dd373362c32e776e3f7b6b9be8078dc6048ec616e99a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:878aabcf6296fc58098ef215a91fb6c6b59fac92baf6df40f4db6e27bd12cbd3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:9041b978f28c8f97eaaaf3576c70e81b0604b54ad02a24b1c291b3a7e61f4953_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:37fe2142c7706fc3ac40e773993ec23f65d12f1a7087139f82169c3da23871b4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3e24375d51a95405a332271b56a30269c441ee148b12d02ba559f6c71594a760_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ccaff34c562bafb33a8dea281c1bac0cf95538df011ed80e46da34d5255c5d9b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:408c5535b3665ca4d877d7dfa3b346632ca40d3b4467c68ce69721b9fe6b663d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7ca9ddcf1d023872cd29aa8ccf7ae6e8be5963741eec53c4f83c6b7ebdd6a6d5_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:13a23d02ea105d8e33dff2a113cc71fe2c91d5b1564de02c713bf9a3559ac31a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:57a453ca5454c330f36063eaccf5e56d0587b165ec2b5daa84f5e3fb36d57dcf_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:6a10569c2c9a64c149053d93708dad01e9d0c23e1c5e64042addac8edc18baa4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:a855f45a1cc36c69d87ee2dbc0caba1801ba2702f767855bf9f1c9dee2d9a6ca_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:cc6161f9c4e5bb62a5a3d296f699f03516184964a25a42a7c13733b8a733c817_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:9dc2b95ff43ce474ccfe3307a569c97bff50af678be1144f096be0bbec7f30ea_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:aeefaab0fdaa986a77bbeef108cef1d29156ebc98a4fa927d84918f2e3c4819b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:03a0dd7562d5afe26f6a506074ef78149ebd7f64fff51115f3a774cf140311c4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c7f937087f3a7ca3a70cf71e3208846c728b7abadb53672d07a96119acb8725b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4833367e7a3a94b76b350799227dcebb0f118250ad417b6f5e339dd0385186e2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:aa2d6d91116fa09430e64928aba25e3ecfd7b5ad31ca2cbea70edbb0755deb0a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:bc7e12534ca38a42842646dbde9de4d2049c6b0bf464cb1eb1cdb1302e8bbb6e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:3c7e80f9a5ee0569bbb9a2ad686749e68dd0d1a4fb76ee6dd7b4ea5f88b36ac2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a793e754e58d2cfb56eafd41c20d469afaccfd1410950bd183b59ddc7acb0d17_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-pod@sha256:8e97f21095056f5ccaed22f0b2029c880b4630773ac2140149c077accd5f8366_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:b0d3ac017b538f8eab7a7346b7ac5eb5b53a963e0ff48570e9c2692ef2c19d30_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e1f7faee2f1494de270d580eda9a9985afdb417524b742cc07aec693acd32d34_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:8b63d02eec2eae0ac602b7bd8d98698c3d09176c8888278d8399de283229cc00_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:3e701c8548c819879e65db4d664be2175d90ac65f02634a900e4b41fccf04ce9_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:84424961239f48399cee6090dc34c961c7362d7ecd51dbbda6eeaed77af69b28_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:dbaf313c82ac182eb2524d61e481aaca79ee9aa23408c0430fbe507b4b2ecc96_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:0471b66596dff273beb47a7ae9ef29c2d319cfd2f568fba91917b9594e7ff6b4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:12a05f3c86f9349e25f4341257caee5ce93018cc4e56f881ec083768723a7d46_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:24a0a72d8393301dc1222edab256e7a3ec16bc70f6623152c3c04f6a9c59e045_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:680dca24a86e43ba38e7b84ac1f4d186499e6c0b25d1b60167c8159df184f5ab_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:901f3803636371dea5dcc990ce5c4fa4ac8a700b96a2aa31ccbc4b527e377493_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:5bf4e142c4efb9c3d3811490c2af07717409f31b8536c8378f8c956799ee29ed_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:0788ddcf0a9df3bfa702d9728176cac1236c875527f955380c9dc81a3d9026e9_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:ed74e3c3cd6f0dfcee228dd37d6015ae00659c89328987ebf4e856538d44acbc_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-tests@sha256:71a8c05a6abd1ddf54e114d23531c544641aa540e63d440b09d044aa275dfb00_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:c12c79616e9b9d53ba1241a8cb413af4b9b666d687e2eb03612e24820650d05a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:e0d9bd0683c12278d66ce930558b75c81579c1e98025b4e29f6791e6728ffd39_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:5cf8c60541ee633619c206ff29e9a31eb72a5972e0fa4676821477ac63c11145_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:b1f999470b563da16441760553ecf03df3afe07a6bfc670e2585960ff1572aa8_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:dd83ff4f5a128daa3da369b7d55e5c85962ad139c2e90f38ae1379f45e25d3b8_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:996f41eca94f896224a148d4cf22124284fdd4dc913d03185265162767102aa7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:bfe2e48476b2573f00ac656298fa712dcb2393d2871fb0abad1a16f10e72a468_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:bf3ce5247b64b65685f59cb0c33b1c933cf3a215d44f019ee79bb83be4be64fd_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bb723cca7c08218a6434043473b8c0b20ef8390d47bfbdecad63ec5b64857ba3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.13:openshift4/ose-etcd-rhel9@sha256:10fd740e1b62bfd59af59d562b72d80e9512d2822e70a41c15136f567d63cd30_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:f52b2903d4ca83deb02ed7ed5cd073764229e057cc9df579db0bbde304c35432_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:095164d2f1c01a6eb6d84bca0dff1f6f7fb8594cff43c2a7552e2cfa5810a4d4_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:e428c7558dccf9449ba5761f73f5940c895eb503fc443a9acd37885b87cd01d3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f989cebce6c372b3b5b1760437005c6c65a790d81cd5a5b1037b03aee73884b3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:15695550dfee18b27552a0e40ef04c87867c8e84dc67395103b30884ac4c1379_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-rhel9@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.13:rhcos@sha256:d0c6c2b7e435e33e345476c3710295e8427c0f28ffa2fe780d01b2f8d0571f22_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.13.58 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 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.13.58. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHBA-2025:4679\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 https://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html/release_notes\n\nSecurity Fix(es):\n\n* libxslt: Use-After-Free in libxslt (xsltGetInheritedNsList)\n(CVE-2024-55549)\n* libxslt: Use-After-Free in libxslt numbers.c (CVE-2025-24855)\n* golang-jwt/jwt: jwt-go allows excessive memory allocation during header\nparsing (CVE-2025-30204)\n* libxml: use-after-free in xmlXIncludeAddNode (CVE-2022-49043)\n* baremetal-operator/apis: Bare Metal Operator (BMO) can expose any secret\nfrom other namespaces via BMCEventSubscription CRD (CVE-2025-29781)\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:4677",
"url": "https://access.redhat.com/errata/RHSA-2025:4677"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2342118",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2342118"
},
{
"category": "external",
"summary": "2352483",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2352483"
},
{
"category": "external",
"summary": "2352484",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2352484"
},
{
"category": "external",
"summary": "2353041",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2353041"
},
{
"category": "external",
"summary": "2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "OCPBUGS-53419",
"url": "https://issues.redhat.com/browse/OCPBUGS-53419"
},
{
"category": "external",
"summary": "OCPBUGS-54771",
"url": "https://issues.redhat.com/browse/OCPBUGS-54771"
},
{
"category": "external",
"summary": "OCPBUGS-54892",
"url": "https://issues.redhat.com/browse/OCPBUGS-54892"
},
{
"category": "external",
"summary": "OCPBUGS-55034",
"url": "https://issues.redhat.com/browse/OCPBUGS-55034"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_4677.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.13.58 bug fix and security update",
"tracking": {
"current_release_date": "2026-06-30T03:16:59+00:00",
"generator": {
"date": "2026-06-30T03:16:59+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.0"
}
},
"id": "RHSA-2025:4677",
"initial_release_date": "2025-05-15T16:34:38+00:00",
"revision_history": [
{
"date": "2025-05-15T16:34:38+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-15T16:34:38+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-30T03:16:59+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": "8Base-RHOSE-4.13",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.13::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.13",
"product": {
"name": "Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.13::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler@sha256:0c154837dde720dceb45182745f8df4a5a2e91672b583aeb75397eeb5dc91a7a_amd64",
"product": {
"name": "openshift4/ose-cluster-autoscaler@sha256:0c154837dde720dceb45182745f8df4a5a2e91672b583aeb75397eeb5dc91a7a_amd64",
"product_id": "openshift4/ose-cluster-autoscaler@sha256:0c154837dde720dceb45182745f8df4a5a2e91672b583aeb75397eeb5dc91a7a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler@sha256:0c154837dde720dceb45182745f8df4a5a2e91672b583aeb75397eeb5dc91a7a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler\u0026tag=v4.13.0-202504220029.p0.g3ce55c7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-machine-controllers@sha256:e8fe0ee9e4efcae284a304ae161a6b5fbc79f25a0d199d575c8ca052695280a7_amd64",
"product": {
"name": "openshift4/ose-baremetal-machine-controllers@sha256:e8fe0ee9e4efcae284a304ae161a6b5fbc79f25a0d199d575c8ca052695280a7_amd64",
"product_id": "openshift4/ose-baremetal-machine-controllers@sha256:e8fe0ee9e4efcae284a304ae161a6b5fbc79f25a0d199d575c8ca052695280a7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers@sha256:e8fe0ee9e4efcae284a304ae161a6b5fbc79f25a0d199d575c8ca052695280a7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers\u0026tag=v4.13.0-202504220029.p0.ga2c6ca6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:77f21feed46735c4bde09073d9e963823e48be7193089e7088998fe096794690_amd64",
"product": {
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:77f21feed46735c4bde09073d9e963823e48be7193089e7088998fe096794690_amd64",
"product_id": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:77f21feed46735c4bde09073d9e963823e48be7193089e7088998fe096794690_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256:77f21feed46735c4bde09073d9e963823e48be7193089e7088998fe096794690?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator\u0026tag=v4.13.0-202504241900.p0.gc46a23e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-monitoring-operator@sha256:b993202bb1199a75fb91014687b7a8b61c65c5513c1d88cad2a4ec5e2bdb7e3c_amd64",
"product": {
"name": "openshift4/ose-cluster-monitoring-operator@sha256:b993202bb1199a75fb91014687b7a8b61c65c5513c1d88cad2a4ec5e2bdb7e3c_amd64",
"product_id": "openshift4/ose-cluster-monitoring-operator@sha256:b993202bb1199a75fb91014687b7a8b61c65c5513c1d88cad2a4ec5e2bdb7e3c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-operator@sha256:b993202bb1199a75fb91014687b7a8b61c65c5513c1d88cad2a4ec5e2bdb7e3c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-operator\u0026tag=v4.13.0-202504220029.p0.g3aa7687.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-network-operator@sha256:66968387cbd620992c14e7638208ac16f132f3ea3dfdb83fd6e4465c2e779ad2_amd64",
"product": {
"name": "openshift4/ose-cluster-network-operator@sha256:66968387cbd620992c14e7638208ac16f132f3ea3dfdb83fd6e4465c2e779ad2_amd64",
"product_id": "openshift4/ose-cluster-network-operator@sha256:66968387cbd620992c14e7638208ac16f132f3ea3dfdb83fd6e4465c2e779ad2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-operator@sha256:66968387cbd620992c14e7638208ac16f132f3ea3dfdb83fd6e4465c2e779ad2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-operator\u0026tag=v4.13.0-202504220029.p0.gdf5cf27.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bb723cca7c08218a6434043473b8c0b20ef8390d47bfbdecad63ec5b64857ba3_amd64",
"product": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bb723cca7c08218a6434043473b8c0b20ef8390d47bfbdecad63ec5b64857ba3_amd64",
"product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bb723cca7c08218a6434043473b8c0b20ef8390d47bfbdecad63ec5b64857ba3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:bb723cca7c08218a6434043473b8c0b20ef8390d47bfbdecad63ec5b64857ba3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.13.0-202504300029.p0.g978a6c5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-version-operator@sha256:6d44f497dd7421cca40a47485669d8ab2b0e3b78fb1ceef594d63ff96a20a246_amd64",
"product": {
"name": "openshift4/ose-cluster-version-operator@sha256:6d44f497dd7421cca40a47485669d8ab2b0e3b78fb1ceef594d63ff96a20a246_amd64",
"product_id": "openshift4/ose-cluster-version-operator@sha256:6d44f497dd7421cca40a47485669d8ab2b0e3b78fb1ceef594d63ff96a20a246_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-operator@sha256:6d44f497dd7421cca40a47485669d8ab2b0e3b78fb1ceef594d63ff96a20a246?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-operator\u0026tag=v4.13.0-202504220029.p0.g8b3acae.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-configmap-reloader@sha256:218c5884c34ca73fcfda585b4997cc0fa427b13608d34b14920336c23ae5ba13_amd64",
"product": {
"name": "openshift4/ose-configmap-reloader@sha256:218c5884c34ca73fcfda585b4997cc0fa427b13608d34b14920336c23ae5ba13_amd64",
"product_id": "openshift4/ose-configmap-reloader@sha256:218c5884c34ca73fcfda585b4997cc0fa427b13608d34b14920336c23ae5ba13_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader@sha256:218c5884c34ca73fcfda585b4997cc0fa427b13608d34b14920336c23ae5ba13?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader\u0026tag=v4.13.0-202504220029.p0.g9adad59.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-coredns@sha256:397e8e06204f87160fa6a831d7c7bf9c27b450c0deb6e89f6790b897593ce826_amd64",
"product": {
"name": "openshift4/ose-coredns@sha256:397e8e06204f87160fa6a831d7c7bf9c27b450c0deb6e89f6790b897593ce826_amd64",
"product_id": "openshift4/ose-coredns@sha256:397e8e06204f87160fa6a831d7c7bf9c27b450c0deb6e89f6790b897593ce826_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns@sha256:397e8e06204f87160fa6a831d7c7bf9c27b450c0deb6e89f6790b897593ce826?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-coredns\u0026tag=v4.13.0-202504220029.p0.ge70f097.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64",
"product": {
"name": "openshift4/ose-csi-external-attacher@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64",
"product_id": "openshift4/ose-csi-external-attacher@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher\u0026tag=v4.13.0-202504220029.p0.gd929084.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64",
"product": {
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64",
"product_id": "openshift4/ose-csi-external-attacher-rhel8@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8\u0026tag=v4.13.0-202504220029.p0.gd929084.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-manila-rhel8@sha256:1e38f0daecc74a115a854300f36bf3af6cfe0c6a36f431a183449a49e2a0d07e_amd64",
"product": {
"name": "openshift4/ose-csi-driver-manila-rhel8@sha256:1e38f0daecc74a115a854300f36bf3af6cfe0c6a36f431a183449a49e2a0d07e_amd64",
"product_id": "openshift4/ose-csi-driver-manila-rhel8@sha256:1e38f0daecc74a115a854300f36bf3af6cfe0c6a36f431a183449a49e2a0d07e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8@sha256:1e38f0daecc74a115a854300f36bf3af6cfe0c6a36f431a183449a49e2a0d07e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8\u0026tag=v4.13.0-202504220029.p0.gc3b7d2f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:73c37ef100613a46a99b1860a295f86e23b96d8a7e44cde52583a8fd7605585e_amd64",
"product": {
"name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:73c37ef100613a46a99b1860a295f86e23b96d8a7e44cde52583a8fd7605585e_amd64",
"product_id": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:73c37ef100613a46a99b1860a295f86e23b96d8a7e44cde52583a8fd7605585e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8-operator@sha256:73c37ef100613a46a99b1860a295f86e23b96d8a7e44cde52583a8fd7605585e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator\u0026tag=v4.13.0-202504220029.p0.g596a53c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:47292803c6ec0f9b2ef5ec62d35f479b842ad39b752b63f515f230db69c3b691_amd64",
"product": {
"name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:47292803c6ec0f9b2ef5ec62d35f479b842ad39b752b63f515f230db69c3b691_amd64",
"product_id": "openshift4/ose-csi-driver-nfs-rhel8@sha256:47292803c6ec0f9b2ef5ec62d35f479b842ad39b752b63f515f230db69c3b691_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel8@sha256:47292803c6ec0f9b2ef5ec62d35f479b842ad39b752b63f515f230db69c3b691?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8\u0026tag=v4.13.0-202504220029.p0.g2b914c2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64",
"product": {
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64",
"product_id": "openshift4/ose-csi-livenessprobe-rhel8@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8\u0026tag=v4.13.0-202504220029.p0.g3587db5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64",
"product": {
"name": "openshift4/ose-csi-livenessprobe@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64",
"product_id": "openshift4/ose-csi-livenessprobe@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe\u0026tag=v4.13.0-202504220029.p0.g3587db5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64",
"product_id": "openshift4/ose-csi-node-driver-registrar@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar\u0026tag=v4.13.0-202504220029.p0.g9ea90f3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64",
"product_id": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8\u0026tag=v4.13.0-202504220029.p0.g9ea90f3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64",
"product": {
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64",
"product_id": "openshift4/ose-csi-external-provisioner-rhel8@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8\u0026tag=v4.13.0-202504220029.p0.g0bf126b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64",
"product": {
"name": "openshift4/ose-csi-external-provisioner@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64",
"product_id": "openshift4/ose-csi-external-provisioner@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner\u0026tag=v4.13.0-202504220029.p0.g0bf126b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:bf3ce5247b64b65685f59cb0c33b1c933cf3a215d44f019ee79bb83be4be64fd_amd64",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:bf3ce5247b64b65685f59cb0c33b1c933cf3a215d44f019ee79bb83be4be64fd_amd64",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:bf3ce5247b64b65685f59cb0c33b1c933cf3a215d44f019ee79bb83be4be64fd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:bf3ce5247b64b65685f59cb0c33b1c933cf3a215d44f019ee79bb83be4be64fd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.13.0-202505061659.p0.gd719bdc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-proxy@sha256:57a453ca5454c330f36063eaccf5e56d0587b165ec2b5daa84f5e3fb36d57dcf_amd64",
"product": {
"name": "openshift4/ose-oauth-proxy@sha256:57a453ca5454c330f36063eaccf5e56d0587b165ec2b5daa84f5e3fb36d57dcf_amd64",
"product_id": "openshift4/ose-oauth-proxy@sha256:57a453ca5454c330f36063eaccf5e56d0587b165ec2b5daa84f5e3fb36d57dcf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy@sha256:57a453ca5454c330f36063eaccf5e56d0587b165ec2b5daa84f5e3fb36d57dcf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy\u0026tag=v4.13.0-202504220029.p0.g44af5a3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-alertmanager@sha256:dbaf313c82ac182eb2524d61e481aaca79ee9aa23408c0430fbe507b4b2ecc96_amd64",
"product": {
"name": "openshift4/ose-prometheus-alertmanager@sha256:dbaf313c82ac182eb2524d61e481aaca79ee9aa23408c0430fbe507b4b2ecc96_amd64",
"product_id": "openshift4/ose-prometheus-alertmanager@sha256:dbaf313c82ac182eb2524d61e481aaca79ee9aa23408c0430fbe507b4b2ecc96_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager@sha256:dbaf313c82ac182eb2524d61e481aaca79ee9aa23408c0430fbe507b4b2ecc96?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager\u0026tag=v4.13.0-202504220029.p0.gdf2f11e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-node-exporter@sha256:12a05f3c86f9349e25f4341257caee5ce93018cc4e56f881ec083768723a7d46_amd64",
"product": {
"name": "openshift4/ose-prometheus-node-exporter@sha256:12a05f3c86f9349e25f4341257caee5ce93018cc4e56f881ec083768723a7d46_amd64",
"product_id": "openshift4/ose-prometheus-node-exporter@sha256:12a05f3c86f9349e25f4341257caee5ce93018cc4e56f881ec083768723a7d46_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter@sha256:12a05f3c86f9349e25f4341257caee5ce93018cc4e56f881ec083768723a7d46?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter\u0026tag=v4.13.0-202504220029.p0.g59d699c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus@sha256:901f3803636371dea5dcc990ce5c4fa4ac8a700b96a2aa31ccbc4b527e377493_amd64",
"product": {
"name": "openshift4/ose-prometheus@sha256:901f3803636371dea5dcc990ce5c4fa4ac8a700b96a2aa31ccbc4b527e377493_amd64",
"product_id": "openshift4/ose-prometheus@sha256:901f3803636371dea5dcc990ce5c4fa4ac8a700b96a2aa31ccbc4b527e377493_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus@sha256:901f3803636371dea5dcc990ce5c4fa4ac8a700b96a2aa31ccbc4b527e377493?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus\u0026tag=v4.13.0-202504220029.p0.g7288609.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:d54b4ec05a971bc94879cf518004e35ba15107bf9315241f65f228c3179a4c5a_amd64",
"product": {
"name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:d54b4ec05a971bc94879cf518004e35ba15107bf9315241f65f228c3179a4c5a_amd64",
"product_id": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:d54b4ec05a971bc94879cf518004e35ba15107bf9315241f65f228c3179a4c5a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-node-label-updater-rhel8@sha256:d54b4ec05a971bc94879cf518004e35ba15107bf9315241f65f228c3179a4c5a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8\u0026tag=v4.13.0-202504220029.p0.g2a268e1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-agent-rhel9@sha256:f52b2903d4ca83deb02ed7ed5cd073764229e057cc9df579db0bbde304c35432_amd64",
"product": {
"name": "openshift4/ose-ironic-agent-rhel9@sha256:f52b2903d4ca83deb02ed7ed5cd073764229e057cc9df579db0bbde304c35432_amd64",
"product_id": "openshift4/ose-ironic-agent-rhel9@sha256:f52b2903d4ca83deb02ed7ed5cd073764229e057cc9df579db0bbde304c35432_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256:f52b2903d4ca83deb02ed7ed5cd073764229e057cc9df579db0bbde304c35432?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-agent-rhel9\u0026tag=v4.13.0-202504281400.p0.g92e3efb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-rhel9@sha256:e428c7558dccf9449ba5761f73f5940c895eb503fc443a9acd37885b87cd01d3_amd64",
"product": {
"name": "openshift4/ose-ironic-rhel9@sha256:e428c7558dccf9449ba5761f73f5940c895eb503fc443a9acd37885b87cd01d3_amd64",
"product_id": "openshift4/ose-ironic-rhel9@sha256:e428c7558dccf9449ba5761f73f5940c895eb503fc443a9acd37885b87cd01d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256:e428c7558dccf9449ba5761f73f5940c895eb503fc443a9acd37885b87cd01d3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel9\u0026tag=v4.13.0-202504281400.p0.gfe91b38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:095164d2f1c01a6eb6d84bca0dff1f6f7fb8594cff43c2a7552e2cfa5810a4d4_amd64",
"product": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:095164d2f1c01a6eb6d84bca0dff1f6f7fb8594cff43c2a7552e2cfa5810a4d4_amd64",
"product_id": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:095164d2f1c01a6eb6d84bca0dff1f6f7fb8594cff43c2a7552e2cfa5810a4d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256:095164d2f1c01a6eb6d84bca0dff1f6f7fb8594cff43c2a7552e2cfa5810a4d4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=v4.13.0-202505061659.p0.gce29177.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f989cebce6c372b3b5b1760437005c6c65a790d81cd5a5b1037b03aee73884b3_amd64",
"product": {
"name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f989cebce6c372b3b5b1760437005c6c65a790d81cd5a5b1037b03aee73884b3_amd64",
"product_id": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f989cebce6c372b3b5b1760437005c6c65a790d81cd5a5b1037b03aee73884b3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256:f989cebce6c372b3b5b1760437005c6c65a790d81cd5a5b1037b03aee73884b3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9\u0026tag=v4.13.0-202504281400.p0.g4536724.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-proxy@sha256:9ebfddb9b8fcef8231c880f5490281ab1af8ac19ef575b70289f0ec70cbbecdb_amd64",
"product": {
"name": "openshift4/ose-kube-proxy@sha256:9ebfddb9b8fcef8231c880f5490281ab1af8ac19ef575b70289f0ec70cbbecdb_amd64",
"product_id": "openshift4/ose-kube-proxy@sha256:9ebfddb9b8fcef8231c880f5490281ab1af8ac19ef575b70289f0ec70cbbecdb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy@sha256:9ebfddb9b8fcef8231c880f5490281ab1af8ac19ef575b70289f0ec70cbbecdb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy\u0026tag=v4.13.0-202504220029.p0.g569ea11.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-rbac-proxy@sha256:a36a30554e4c4798035ea67b7059e136f6104ecd07efe3ec401c20e2b515b376_amd64",
"product": {
"name": "openshift4/ose-kube-rbac-proxy@sha256:a36a30554e4c4798035ea67b7059e136f6104ecd07efe3ec401c20e2b515b376_amd64",
"product_id": "openshift4/ose-kube-rbac-proxy@sha256:a36a30554e4c4798035ea67b7059e136f6104ecd07efe3ec401c20e2b515b376_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy@sha256:a36a30554e4c4798035ea67b7059e136f6104ecd07efe3ec401c20e2b515b376?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy\u0026tag=v4.13.0-202504220029.p0.gf35f954.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-state-metrics@sha256:ed06f12419f8284861ad401be0405263ee2448b287b8c350312684d09eb73741_amd64",
"product": {
"name": "openshift4/ose-kube-state-metrics@sha256:ed06f12419f8284861ad401be0405263ee2448b287b8c350312684d09eb73741_amd64",
"product_id": "openshift4/ose-kube-state-metrics@sha256:ed06f12419f8284861ad401be0405263ee2448b287b8c350312684d09eb73741_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics@sha256:ed06f12419f8284861ad401be0405263ee2448b287b8c350312684d09eb73741?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics\u0026tag=v4.13.0-202504220029.p0.gfd791df.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kuryr-cni-rhel8@sha256:d10aeeef401ea96b2d239cd7c23bdbd29d5f95bb339e79a36346594f97f1a272_amd64",
"product": {
"name": "openshift4/ose-kuryr-cni-rhel8@sha256:d10aeeef401ea96b2d239cd7c23bdbd29d5f95bb339e79a36346594f97f1a272_amd64",
"product_id": "openshift4/ose-kuryr-cni-rhel8@sha256:d10aeeef401ea96b2d239cd7c23bdbd29d5f95bb339e79a36346594f97f1a272_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kuryr-cni-rhel8@sha256:d10aeeef401ea96b2d239cd7c23bdbd29d5f95bb339e79a36346594f97f1a272?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kuryr-cni-rhel8\u0026tag=v4.13.0-202504220029.p0.g36754b7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kuryr-controller-rhel8@sha256:a85096156df15207d9ea7a30d277f0148393e1cb1f5fd0f5c01b7e407845c0c4_amd64",
"product": {
"name": "openshift4/ose-kuryr-controller-rhel8@sha256:a85096156df15207d9ea7a30d277f0148393e1cb1f5fd0f5c01b7e407845c0c4_amd64",
"product_id": "openshift4/ose-kuryr-controller-rhel8@sha256:a85096156df15207d9ea7a30d277f0148393e1cb1f5fd0f5c01b7e407845c0c4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kuryr-controller-rhel8@sha256:a85096156df15207d9ea7a30d277f0148393e1cb1f5fd0f5c01b7e407845c0c4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kuryr-controller-rhel8\u0026tag=v4.13.0-202504220029.p0.g36754b7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-marketplace@sha256:bc7e12534ca38a42842646dbde9de4d2049c6b0bf464cb1eb1cdb1302e8bbb6e_amd64",
"product": {
"name": "openshift4/ose-operator-marketplace@sha256:bc7e12534ca38a42842646dbde9de4d2049c6b0bf464cb1eb1cdb1302e8bbb6e_amd64",
"product_id": "openshift4/ose-operator-marketplace@sha256:bc7e12534ca38a42842646dbde9de4d2049c6b0bf464cb1eb1cdb1302e8bbb6e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace@sha256:bc7e12534ca38a42842646dbde9de4d2049c6b0bf464cb1eb1cdb1302e8bbb6e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace\u0026tag=v4.13.0-202504220029.p0.g2a1df4e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-cni@sha256:2649b88264da27debbc44dee10a737b0ce0e50e8f228495ee8fc6d60d6cc8054_amd64",
"product": {
"name": "openshift4/ose-multus-cni@sha256:2649b88264da27debbc44dee10a737b0ce0e50e8f228495ee8fc6d60d6cc8054_amd64",
"product_id": "openshift4/ose-multus-cni@sha256:2649b88264da27debbc44dee10a737b0ce0e50e8f228495ee8fc6d60d6cc8054_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni@sha256:2649b88264da27debbc44dee10a737b0ce0e50e8f228495ee8fc6d60d6cc8054?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni\u0026tag=v4.13.0-202504220029.p0.g12897bd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-server-rhel8@sha256:6a10569c2c9a64c149053d93708dad01e9d0c23e1c5e64042addac8edc18baa4_amd64",
"product": {
"name": "openshift4/ose-oauth-server-rhel8@sha256:6a10569c2c9a64c149053d93708dad01e9d0c23e1c5e64042addac8edc18baa4_amd64",
"product_id": "openshift4/ose-oauth-server-rhel8@sha256:6a10569c2c9a64c149053d93708dad01e9d0c23e1c5e64042addac8edc18baa4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel8@sha256:6a10569c2c9a64c149053d93708dad01e9d0c23e1c5e64042addac8edc18baa4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel8\u0026tag=v4.13.0-202504220029.p0.geb54be2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/oc-mirror-plugin-rhel8@sha256:54410c3040cb45b528c6c701da77bf3294edc0cbf75c2afd4110b20fca1c59e1_amd64",
"product": {
"name": "openshift4/oc-mirror-plugin-rhel8@sha256:54410c3040cb45b528c6c701da77bf3294edc0cbf75c2afd4110b20fca1c59e1_amd64",
"product_id": "openshift4/oc-mirror-plugin-rhel8@sha256:54410c3040cb45b528c6c701da77bf3294edc0cbf75c2afd4110b20fca1c59e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel8@sha256:54410c3040cb45b528c6c701da77bf3294edc0cbf75c2afd4110b20fca1c59e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel8\u0026tag=v4.13.0-202504220029.p0.g96338ef.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder@sha256:0b3e1752a2842bb6a7f7f251b76a67ec9ce5c10bb0dd8f688eede69f864fc657_amd64",
"product": {
"name": "openshift4/ose-docker-builder@sha256:0b3e1752a2842bb6a7f7f251b76a67ec9ce5c10bb0dd8f688eede69f864fc657_amd64",
"product_id": "openshift4/ose-docker-builder@sha256:0b3e1752a2842bb6a7f7f251b76a67ec9ce5c10bb0dd8f688eede69f864fc657_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder@sha256:0b3e1752a2842bb6a7f7f251b76a67ec9ce5c10bb0dd8f688eede69f864fc657?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder\u0026tag=v4.13.0-202504220029.p0.gb379980.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli@sha256:7bc8b50dd45977990c97e0bf4efefe47996e468ab674134f1e7d4fad80a0f2e8_amd64",
"product": {
"name": "openshift4/ose-cli@sha256:7bc8b50dd45977990c97e0bf4efefe47996e468ab674134f1e7d4fad80a0f2e8_amd64",
"product_id": "openshift4/ose-cli@sha256:7bc8b50dd45977990c97e0bf4efefe47996e468ab674134f1e7d4fad80a0f2e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli@sha256:7bc8b50dd45977990c97e0bf4efefe47996e468ab674134f1e7d4fad80a0f2e8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cli\u0026tag=v4.13.0-202504220029.p0.gd192e90.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console@sha256:7e0533a83d97732cd1b940bcdba77e43ffcea5073b8fe9dafc7e177b0170adcb_amd64",
"product": {
"name": "openshift4/ose-console@sha256:7e0533a83d97732cd1b940bcdba77e43ffcea5073b8fe9dafc7e177b0170adcb_amd64",
"product_id": "openshift4/ose-console@sha256:7e0533a83d97732cd1b940bcdba77e43ffcea5073b8fe9dafc7e177b0170adcb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256:7e0533a83d97732cd1b940bcdba77e43ffcea5073b8fe9dafc7e177b0170adcb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.13.0-202504300029.p0.g0f90f85.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-operator@sha256:e9250415deb48c9e063799d0f3d1239bdb30d10fb58d8e32a987839c72ca8e79_amd64",
"product": {
"name": "openshift4/ose-console-operator@sha256:e9250415deb48c9e063799d0f3d1239bdb30d10fb58d8e32a987839c72ca8e79_amd64",
"product_id": "openshift4/ose-console-operator@sha256:e9250415deb48c9e063799d0f3d1239bdb30d10fb58d8e32a987839c72ca8e79_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-operator@sha256:e9250415deb48c9e063799d0f3d1239bdb30d10fb58d8e32a987839c72ca8e79?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console-operator\u0026tag=v4.13.0-202504220029.p0.gcb4657d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-deployer@sha256:3a143fbec3d5abcc47bb625bfd13f88a2264c2f922dbfc3e04ac623a4d7c15f7_amd64",
"product": {
"name": "openshift4/ose-deployer@sha256:3a143fbec3d5abcc47bb625bfd13f88a2264c2f922dbfc3e04ac623a4d7c15f7_amd64",
"product_id": "openshift4/ose-deployer@sha256:3a143fbec3d5abcc47bb625bfd13f88a2264c2f922dbfc3e04ac623a4d7c15f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer@sha256:3a143fbec3d5abcc47bb625bfd13f88a2264c2f922dbfc3e04ac623a4d7c15f7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-deployer\u0026tag=v4.13.0-202504220029.p0.gd192e90.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-haproxy-router@sha256:6d8a8a5e831e290aca259791f8c42b470cfe002bab823f09f8153f284925bd33_amd64",
"product": {
"name": "openshift4/ose-haproxy-router@sha256:6d8a8a5e831e290aca259791f8c42b470cfe002bab823f09f8153f284925bd33_amd64",
"product_id": "openshift4/ose-haproxy-router@sha256:6d8a8a5e831e290aca259791f8c42b470cfe002bab823f09f8153f284925bd33_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router@sha256:6d8a8a5e831e290aca259791f8c42b470cfe002bab823f09f8153f284925bd33?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router\u0026tag=v4.13.0-202504220029.p0.g8b39926.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hyperkube@sha256:bcf097ca234ae44758d4b426a5d41ba9d95806ff974d2d03f6976d5133a76b1d_amd64",
"product": {
"name": "openshift4/ose-hyperkube@sha256:bcf097ca234ae44758d4b426a5d41ba9d95806ff974d2d03f6976d5133a76b1d_amd64",
"product_id": "openshift4/ose-hyperkube@sha256:bcf097ca234ae44758d4b426a5d41ba9d95806ff974d2d03f6976d5133a76b1d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube@sha256:bcf097ca234ae44758d4b426a5d41ba9d95806ff974d2d03f6976d5133a76b1d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube\u0026tag=v4.13.0-202504220029.p0.g53fd427.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-keepalived-ipfailover@sha256:0113877f25903b83281dd2c1912e0175af7e3b194ccd655604c66db312583338_amd64",
"product": {
"name": "openshift4/ose-keepalived-ipfailover@sha256:0113877f25903b83281dd2c1912e0175af7e3b194ccd655604c66db312583338_amd64",
"product_id": "openshift4/ose-keepalived-ipfailover@sha256:0113877f25903b83281dd2c1912e0175af7e3b194ccd655604c66db312583338_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover@sha256:0113877f25903b83281dd2c1912e0175af7e3b194ccd655604c66db312583338?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover\u0026tag=v4.13.0-202504220029.p0.g1a14e5c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-pod@sha256:8e97f21095056f5ccaed22f0b2029c880b4630773ac2140149c077accd5f8366_amd64",
"product": {
"name": "openshift4/ose-pod@sha256:8e97f21095056f5ccaed22f0b2029c880b4630773ac2140149c077accd5f8366_amd64",
"product_id": "openshift4/ose-pod@sha256:8e97f21095056f5ccaed22f0b2029c880b4630773ac2140149c077accd5f8366_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod@sha256:8e97f21095056f5ccaed22f0b2029c880b4630773ac2140149c077accd5f8366?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-pod\u0026tag=v4.13.0-202504220029.p0.g53fd427.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-registry@sha256:b15cc982fc79f1afc7346d578821c6c80ae6e1e0b6ee1c2e77340cfff0a2be57_amd64",
"product": {
"name": "openshift4/ose-docker-registry@sha256:b15cc982fc79f1afc7346d578821c6c80ae6e1e0b6ee1c2e77340cfff0a2be57_amd64",
"product_id": "openshift4/ose-docker-registry@sha256:b15cc982fc79f1afc7346d578821c6c80ae6e1e0b6ee1c2e77340cfff0a2be57_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry@sha256:b15cc982fc79f1afc7346d578821c6c80ae6e1e0b6ee1c2e77340cfff0a2be57?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry\u0026tag=v4.13.0-202504220029.p0.g47a15ac.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests@sha256:71a8c05a6abd1ddf54e114d23531c544641aa540e63d440b09d044aa275dfb00_amd64",
"product": {
"name": "openshift4/ose-tests@sha256:71a8c05a6abd1ddf54e114d23531c544641aa540e63d440b09d044aa275dfb00_amd64",
"product_id": "openshift4/ose-tests@sha256:71a8c05a6abd1ddf54e114d23531c544641aa540e63d440b09d044aa275dfb00_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256:71a8c05a6abd1ddf54e114d23531c544641aa540e63d440b09d044aa275dfb00?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.13.0-202505010331.p0.g7f472fe.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:aeefaab0fdaa986a77bbeef108cef1d29156ebc98a4fa927d84918f2e3c4819b_amd64",
"product": {
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:aeefaab0fdaa986a77bbeef108cef1d29156ebc98a4fa927d84918f2e3c4819b_amd64",
"product_id": "openshift4/ose-openshift-state-metrics-rhel8@sha256:aeefaab0fdaa986a77bbeef108cef1d29156ebc98a4fa927d84918f2e3c4819b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256:aeefaab0fdaa986a77bbeef108cef1d29156ebc98a4fa927d84918f2e3c4819b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8\u0026tag=v4.13.0-202504220029.p0.g9be421f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-lifecycle-manager@sha256:aa2d6d91116fa09430e64928aba25e3ecfd7b5ad31ca2cbea70edbb0755deb0a_amd64",
"product": {
"name": "openshift4/ose-operator-lifecycle-manager@sha256:aa2d6d91116fa09430e64928aba25e3ecfd7b5ad31ca2cbea70edbb0755deb0a_amd64",
"product_id": "openshift4/ose-operator-lifecycle-manager@sha256:aa2d6d91116fa09430e64928aba25e3ecfd7b5ad31ca2cbea70edbb0755deb0a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager@sha256:aa2d6d91116fa09430e64928aba25e3ecfd7b5ad31ca2cbea70edbb0755deb0a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager\u0026tag=v4.13.0-202504220029.p0.gd821d7c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-registry@sha256:3c7e80f9a5ee0569bbb9a2ad686749e68dd0d1a4fb76ee6dd7b4ea5f88b36ac2_amd64",
"product": {
"name": "openshift4/ose-operator-registry@sha256:3c7e80f9a5ee0569bbb9a2ad686749e68dd0d1a4fb76ee6dd7b4ea5f88b36ac2_amd64",
"product_id": "openshift4/ose-operator-registry@sha256:3c7e80f9a5ee0569bbb9a2ad686749e68dd0d1a4fb76ee6dd7b4ea5f88b36ac2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry@sha256:3c7e80f9a5ee0569bbb9a2ad686749e68dd0d1a4fb76ee6dd7b4ea5f88b36ac2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry\u0026tag=v4.13.0-202504220029.p0.gd821d7c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:4584e4b91a2c79b2350c1e615099ce652a0cf1f5f6174a573b2db9a77680f0e8_amd64",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:4584e4b91a2c79b2350c1e615099ce652a0cf1f5f6174a573b2db9a77680f0e8_amd64",
"product_id": "openshift4/ose-agent-installer-api-server-rhel8@sha256:4584e4b91a2c79b2350c1e615099ce652a0cf1f5f6174a573b2db9a77680f0e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256:4584e4b91a2c79b2350c1e615099ce652a0cf1f5f6174a573b2db9a77680f0e8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8\u0026tag=v4.13.0-202504220029.p0.g643d4b7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:40faeeee70ac61a27f15c02a2fe4de5d186cc6caa7a2773dca5b20bd9ac45738_amd64",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:40faeeee70ac61a27f15c02a2fe4de5d186cc6caa7a2773dca5b20bd9ac45738_amd64",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:40faeeee70ac61a27f15c02a2fe4de5d186cc6caa7a2773dca5b20bd9ac45738_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256:40faeeee70ac61a27f15c02a2fe4de5d186cc6caa7a2773dca5b20bd9ac45738?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8\u0026tag=v4.13.0-202505062022.p0.g531711e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:f89ec093de1ecac1c670bdbbe29fabdc9a49bf579644e577e6b48bfb743f76c2_amd64",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:f89ec093de1ecac1c670bdbbe29fabdc9a49bf579644e577e6b48bfb743f76c2_amd64",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:f89ec093de1ecac1c670bdbbe29fabdc9a49bf579644e577e6b48bfb743f76c2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel8@sha256:f89ec093de1ecac1c670bdbbe29fabdc9a49bf579644e577e6b48bfb743f76c2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8\u0026tag=v4.13.0-202505021501.p0.g88ef20a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9acd281012ec22619bdb11973382d7c946c29f536594ef7a29a84270fd2e761c_amd64",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9acd281012ec22619bdb11973382d7c946c29f536594ef7a29a84270fd2e761c_amd64",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9acd281012ec22619bdb11973382d7c946c29f536594ef7a29a84270fd2e761c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256:9acd281012ec22619bdb11973382d7c946c29f536594ef7a29a84270fd2e761c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8\u0026tag=v4.13.0-202505062022.p0.g531711e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:6b35661834a938fe9accb877934fc523a4782d00e08926577abd4687aa029efb_amd64",
"product": {
"name": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:6b35661834a938fe9accb877934fc523a4782d00e08926577abd4687aa029efb_amd64",
"product_id": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:6b35661834a938fe9accb877934fc523a4782d00e08926577abd4687aa029efb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-cloud-controller-manager-rhel8@sha256:6b35661834a938fe9accb877934fc523a4782d00e08926577abd4687aa029efb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202504220029.p0.ge41e11c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:16b3ecc755a547774f58334978ed72c6700c898ca06bcd0184d39e830709e707_amd64",
"product": {
"name": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:16b3ecc755a547774f58334978ed72c6700c898ca06bcd0184d39e830709e707_amd64",
"product_id": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:16b3ecc755a547774f58334978ed72c6700c898ca06bcd0184d39e830709e707_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:16b3ecc755a547774f58334978ed72c6700c898ca06bcd0184d39e830709e707?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8\u0026tag=v4.13.0-202504220029.p0.g6384f90.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:47ad1365190ac5eafe893d49d8cf55e057ada01198661d27163f08841e4de5e3_amd64",
"product": {
"name": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:47ad1365190ac5eafe893d49d8cf55e057ada01198661d27163f08841e4de5e3_amd64",
"product_id": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:47ad1365190ac5eafe893d49d8cf55e057ada01198661d27163f08841e4de5e3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:47ad1365190ac5eafe893d49d8cf55e057ada01198661d27163f08841e4de5e3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8\u0026tag=v4.13.0-202504220029.p0.g7e41597.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:24e838680502b2efd46c17b2210f053860c91ba396786b8d5350a553bb6aae54_amd64",
"product": {
"name": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:24e838680502b2efd46c17b2210f053860c91ba396786b8d5350a553bb6aae54_amd64",
"product_id": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:24e838680502b2efd46c17b2210f053860c91ba396786b8d5350a553bb6aae54_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-machine-controllers-rhel8@sha256:24e838680502b2efd46c17b2210f053860c91ba396786b8d5350a553bb6aae54?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8\u0026tag=v4.13.0-202504220029.p0.g4c0f96a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:88bab056feb7370de294928e88d79505fbff5dfc084ee5f109f6a81bb54858df_amd64",
"product": {
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:88bab056feb7370de294928e88d79505fbff5dfc084ee5f109f6a81bb54858df_amd64",
"product_id": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:88bab056feb7370de294928e88d79505fbff5dfc084ee5f109f6a81bb54858df_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256:88bab056feb7370de294928e88d79505fbff5dfc084ee5f109f6a81bb54858df?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8\u0026tag=v4.13.0-202504220029.p0.gf56c606.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:c2318383b8ee9cefbd1e4a072c67819045404b125ba0b3167699af6b2e8f719d_amd64",
"product": {
"name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:c2318383b8ee9cefbd1e4a072c67819045404b125ba0b3167699af6b2e8f719d_amd64",
"product_id": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:c2318383b8ee9cefbd1e4a072c67819045404b125ba0b3167699af6b2e8f719d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel8@sha256:c2318383b8ee9cefbd1e4a072c67819045404b125ba0b3167699af6b2e8f719d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202504220029.p0.g95c03b7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d28ffcbdfec5913dc17c81451883108f1e7df09ccb3a89cdd69a096927a8e430_amd64",
"product": {
"name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d28ffcbdfec5913dc17c81451883108f1e7df09ccb3a89cdd69a096927a8e430_amd64",
"product_id": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d28ffcbdfec5913dc17c81451883108f1e7df09ccb3a89cdd69a096927a8e430_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel8@sha256:d28ffcbdfec5913dc17c81451883108f1e7df09ccb3a89cdd69a096927a8e430?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8\u0026tag=v4.13.0-202504220029.p0.g27360a3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ca6b67a58ba88779d5263fd75700596c2591d9808c6ae14d436401073ba1ab2d_amd64",
"product": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ca6b67a58ba88779d5263fd75700596c2591d9808c6ae14d436401073ba1ab2d_amd64",
"product_id": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ca6b67a58ba88779d5263fd75700596c2591d9808c6ae14d436401073ba1ab2d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8@sha256:ca6b67a58ba88779d5263fd75700596c2591d9808c6ae14d436401073ba1ab2d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8\u0026tag=v4.13.0-202504220029.p0.g8205d51.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0f31ee297e5fe72c4d21253c671153b5afa401fb24f90461f24e3183a9e102dd_amd64",
"product": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0f31ee297e5fe72c4d21253c671153b5afa401fb24f90461f24e3183a9e102dd_amd64",
"product_id": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0f31ee297e5fe72c4d21253c671153b5afa401fb24f90461f24e3183a9e102dd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0f31ee297e5fe72c4d21253c671153b5afa401fb24f90461f24e3183a9e102dd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator\u0026tag=v4.13.0-202504220029.p0.g8f05d9c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:dd13b3c6fa06cc0f137edde8542422d663ff31d52e0d062cfba8229fedaed19e_amd64",
"product": {
"name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:dd13b3c6fa06cc0f137edde8542422d663ff31d52e0d062cfba8229fedaed19e_amd64",
"product_id": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:dd13b3c6fa06cc0f137edde8542422d663ff31d52e0d062cfba8229fedaed19e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel8@sha256:dd13b3c6fa06cc0f137edde8542422d663ff31d52e0d062cfba8229fedaed19e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8\u0026tag=v4.13.0-202504220029.p0.gae01a27.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:7d795f9d529424252eabcac30a80bb9d8a02aaae37c0563abf35af0f464f0807_amd64",
"product": {
"name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:7d795f9d529424252eabcac30a80bb9d8a02aaae37c0563abf35af0f464f0807_amd64",
"product_id": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:7d795f9d529424252eabcac30a80bb9d8a02aaae37c0563abf35af0f464f0807_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel8@sha256:7d795f9d529424252eabcac30a80bb9d8a02aaae37c0563abf35af0f464f0807?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202504220029.p0.gbf9bd02.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:fbd74802479830111e35763fea31b88da573084ad4abb427d59d766612c023b9_amd64",
"product": {
"name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:fbd74802479830111e35763fea31b88da573084ad4abb427d59d766612c023b9_amd64",
"product_id": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:fbd74802479830111e35763fea31b88da573084ad4abb427d59d766612c023b9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel8@sha256:fbd74802479830111e35763fea31b88da573084ad4abb427d59d766612c023b9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8\u0026tag=v4.13.0-202504220029.p0.gbf9bd02.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:d085d1bf9d4a6bdae5bdaa1f4a763b5920b3e33ea934b6d1f517d08b9227e69f_amd64",
"product": {
"name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:d085d1bf9d4a6bdae5bdaa1f4a763b5920b3e33ea934b6d1f517d08b9227e69f_amd64",
"product_id": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:d085d1bf9d4a6bdae5bdaa1f4a763b5920b3e33ea934b6d1f517d08b9227e69f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel8@sha256:d085d1bf9d4a6bdae5bdaa1f4a763b5920b3e33ea934b6d1f517d08b9227e69f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8\u0026tag=v4.13.0-202504220029.p0.g3f757a8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:27cce691de1d1381b562bdb6b766869ad75edacfc05f361646e66796cea06313_amd64",
"product": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:27cce691de1d1381b562bdb6b766869ad75edacfc05f361646e66796cea06313_amd64",
"product_id": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:27cce691de1d1381b562bdb6b766869ad75edacfc05f361646e66796cea06313_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8@sha256:27cce691de1d1381b562bdb6b766869ad75edacfc05f361646e66796cea06313?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8\u0026tag=v4.13.0-202504220029.p0.gb6d3fbc.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:f6e4075c3c79257c2bfc92505478ef6950f2050dce21315024e95a6519065d97_amd64",
"product": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:f6e4075c3c79257c2bfc92505478ef6950f2050dce21315024e95a6519065d97_amd64",
"product_id": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:f6e4075c3c79257c2bfc92505478ef6950f2050dce21315024e95a6519065d97_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8-operator@sha256:f6e4075c3c79257c2bfc92505478ef6950f2050dce21315024e95a6519065d97?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator\u0026tag=v4.13.0-202504220029.p0.g8534d75.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:25ce6b1769053a3e4e25be76977512192c26ceddbab24436f9fe7a30e866913c_amd64",
"product": {
"name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:25ce6b1769053a3e4e25be76977512192c26ceddbab24436f9fe7a30e866913c_amd64",
"product_id": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:25ce6b1769053a3e4e25be76977512192c26ceddbab24436f9fe7a30e866913c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel8@sha256:25ce6b1769053a3e4e25be76977512192c26ceddbab24436f9fe7a30e866913c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8\u0026tag=v4.13.0-202504220029.p0.g15e6f80.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6e35ce11cabf52a803c7cfd6d2f330a8ee2ba6d9459322cc3c3abf6b4811a57c_amd64",
"product": {
"name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6e35ce11cabf52a803c7cfd6d2f330a8ee2ba6d9459322cc3c3abf6b4811a57c_amd64",
"product_id": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6e35ce11cabf52a803c7cfd6d2f330a8ee2ba6d9459322cc3c3abf6b4811a57c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel8@sha256:6e35ce11cabf52a803c7cfd6d2f330a8ee2ba6d9459322cc3c3abf6b4811a57c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8\u0026tag=v4.13.0-202504220029.p0.g70e0530.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:a8a9b3fc602cd6fc44ce88479c5cbd7412b819a1253a70beec72c77f9e7ce83d_amd64",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:a8a9b3fc602cd6fc44ce88479c5cbd7412b819a1253a70beec72c77f9e7ce83d_amd64",
"product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:a8a9b3fc602cd6fc44ce88479c5cbd7412b819a1253a70beec72c77f9e7ce83d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:a8a9b3fc602cd6fc44ce88479c5cbd7412b819a1253a70beec72c77f9e7ce83d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.13.0-202505021602.p0.gded53d3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:6b8c2b0117065c58987970228d46009d56b37f193e3724f4f30cfbe1a09abec7_amd64",
"product": {
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:6b8c2b0117065c58987970228d46009d56b37f193e3724f4f30cfbe1a09abec7_amd64",
"product_id": "openshift4/ose-baremetal-rhel8-operator@sha256:6b8c2b0117065c58987970228d46009d56b37f193e3724f4f30cfbe1a09abec7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256:6b8c2b0117065c58987970228d46009d56b37f193e3724f4f30cfbe1a09abec7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel8-operator\u0026tag=v4.13.0-202504231429.p0.g3f56e49.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:a443f3127d8b96a22fa7900300129a6c0fa64546347f27028fa253868b417ff6_amd64",
"product": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:a443f3127d8b96a22fa7900300129a6c0fa64546347f27028fa253868b417ff6_amd64",
"product_id": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:a443f3127d8b96a22fa7900300129a6c0fa64546347f27028fa253868b417ff6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256:a443f3127d8b96a22fa7900300129a6c0fa64546347f27028fa253868b417ff6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8\u0026tag=v4.13.0-202504220029.p0.g1280cf5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli-artifacts@sha256:36c8e50b8095ff8d0a1920be25c61f41369d1c1b881c6736b752b4798b68262e_amd64",
"product": {
"name": "openshift4/ose-cli-artifacts@sha256:36c8e50b8095ff8d0a1920be25c61f41369d1c1b881c6736b752b4798b68262e_amd64",
"product_id": "openshift4/ose-cli-artifacts@sha256:36c8e50b8095ff8d0a1920be25c61f41369d1c1b881c6736b752b4798b68262e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts@sha256:36c8e50b8095ff8d0a1920be25c61f41369d1c1b881c6736b752b4798b68262e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts\u0026tag=v4.13.0-202504220029.p0.gd192e90.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cloud-credential-operator@sha256:13b7885ab87b62004ed049d8a66a52200d1aa2c81c6c837447e8d3d77b3e1198_amd64",
"product": {
"name": "openshift4/ose-cloud-credential-operator@sha256:13b7885ab87b62004ed049d8a66a52200d1aa2c81c6c837447e8d3d77b3e1198_amd64",
"product_id": "openshift4/ose-cloud-credential-operator@sha256:13b7885ab87b62004ed049d8a66a52200d1aa2c81c6c837447e8d3d77b3e1198_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-operator@sha256:13b7885ab87b62004ed049d8a66a52200d1aa2c81c6c837447e8d3d77b3e1198?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-operator\u0026tag=v4.13.0-202504220029.p0.g134ade4.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:2af0c5f28710eef08d7e795b2f2fd396239446741ad1e1e658554cc5b2d7499c_amd64",
"product": {
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:2af0c5f28710eef08d7e795b2f2fd396239446741ad1e1e658554cc5b2d7499c_amd64",
"product_id": "openshift4/cloud-network-config-controller-rhel8@sha256:2af0c5f28710eef08d7e795b2f2fd396239446741ad1e1e658554cc5b2d7499c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256:2af0c5f28710eef08d7e795b2f2fd396239446741ad1e1e658554cc5b2d7499c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel8\u0026tag=v4.13.0-202504220029.p0.gd377281.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-api-rhel8@sha256:65702387c6fab6f1b61f98225b933d1f6747880ccb0dc00859ca46da10c76e0a_amd64",
"product": {
"name": "openshift4/ose-cluster-api-rhel8@sha256:65702387c6fab6f1b61f98225b933d1f6747880ccb0dc00859ca46da10c76e0a_amd64",
"product_id": "openshift4/ose-cluster-api-rhel8@sha256:65702387c6fab6f1b61f98225b933d1f6747880ccb0dc00859ca46da10c76e0a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel8@sha256:65702387c6fab6f1b61f98225b933d1f6747880ccb0dc00859ca46da10c76e0a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel8\u0026tag=v4.13.0-202504220029.p0.g12f767b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-authentication-operator@sha256:2660d9c9efbdbe443f028c6da32f8a8e40b7b8f89bb87b0a4c40d76cecd5575f_amd64",
"product": {
"name": "openshift4/ose-cluster-authentication-operator@sha256:2660d9c9efbdbe443f028c6da32f8a8e40b7b8f89bb87b0a4c40d76cecd5575f_amd64",
"product_id": "openshift4/ose-cluster-authentication-operator@sha256:2660d9c9efbdbe443f028c6da32f8a8e40b7b8f89bb87b0a4c40d76cecd5575f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-operator@sha256:2660d9c9efbdbe443f028c6da32f8a8e40b7b8f89bb87b0a4c40d76cecd5575f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-operator\u0026tag=v4.13.0-202504220029.p0.g1801056.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:6b2d96ac2373cc38abdaf928c8b9a4a0e328448c4a4c1b912825eef1d5adaa11_amd64",
"product": {
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:6b2d96ac2373cc38abdaf928c8b9a4a0e328448c4a4c1b912825eef1d5adaa11_amd64",
"product_id": "openshift4/ose-cluster-autoscaler-operator@sha256:6b2d96ac2373cc38abdaf928c8b9a4a0e328448c4a4c1b912825eef1d5adaa11_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256:6b2d96ac2373cc38abdaf928c8b9a4a0e328448c4a4c1b912825eef1d5adaa11?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-operator\u0026tag=v4.13.0-202504220029.p0.g0007e90.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:712c0764287b2356861e4f2212fd358ebe37020f0ff83add75f36362e8d23415_amd64",
"product": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:712c0764287b2356861e4f2212fd358ebe37020f0ff83add75f36362e8d23415_amd64",
"product_id": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:712c0764287b2356861e4f2212fd358ebe37020f0ff83add75f36362e8d23415_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256:712c0764287b2356861e4f2212fd358ebe37020f0ff83add75f36362e8d23415?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8\u0026tag=v4.13.0-202504220029.p0.gcc237f1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-bootstrap@sha256:72975b5b89a5593059cc8fa7cb28f97e8162cee53714240c11394b985fcfb696_amd64",
"product": {
"name": "openshift4/ose-cluster-bootstrap@sha256:72975b5b89a5593059cc8fa7cb28f97e8162cee53714240c11394b985fcfb696_amd64",
"product_id": "openshift4/ose-cluster-bootstrap@sha256:72975b5b89a5593059cc8fa7cb28f97e8162cee53714240c11394b985fcfb696_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap@sha256:72975b5b89a5593059cc8fa7cb28f97e8162cee53714240c11394b985fcfb696?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap\u0026tag=v4.13.0-202504220029.p0.gee908b6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64",
"product": {
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64",
"product_id": "openshift4/ose-cluster-capi-rhel8-operator@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator\u0026tag=v4.13.0-202504220029.p0.gb247793.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64",
"product": {
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64",
"product_id": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8\u0026tag=v4.13.0-202504220029.p0.gb247793.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a823081474886c5133db8eb99f43cf0c9d1239d56ca5098d514550f350e0ceec_amd64",
"product": {
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a823081474886c5133db8eb99f43cf0c9d1239d56ca5098d514550f350e0ceec_amd64",
"product_id": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a823081474886c5133db8eb99f43cf0c9d1239d56ca5098d514550f350e0ceec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a823081474886c5133db8eb99f43cf0c9d1239d56ca5098d514550f350e0ceec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8\u0026tag=v4.13.0-202504220029.p0.g38f638f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-config-operator@sha256:0a5f50af966f4e19fdef5e5491796813201f8aea49ebd778531bdbaacab94525_amd64",
"product": {
"name": "openshift4/ose-cluster-config-operator@sha256:0a5f50af966f4e19fdef5e5491796813201f8aea49ebd778531bdbaacab94525_amd64",
"product_id": "openshift4/ose-cluster-config-operator@sha256:0a5f50af966f4e19fdef5e5491796813201f8aea49ebd778531bdbaacab94525_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-operator@sha256:0a5f50af966f4e19fdef5e5491796813201f8aea49ebd778531bdbaacab94525?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-operator\u0026tag=v4.13.0-202504220029.p0.ga6d5653.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:1cbcdd54ae0eceb61c7602047f65337658b5a8330ee148b88714c9e8d672c722_amd64",
"product": {
"name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:1cbcdd54ae0eceb61c7602047f65337658b5a8330ee148b88714c9e8d672c722_amd64",
"product_id": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:1cbcdd54ae0eceb61c7602047f65337658b5a8330ee148b88714c9e8d672c722_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:1cbcdd54ae0eceb61c7602047f65337658b5a8330ee148b88714c9e8d672c722?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8\u0026tag=v4.13.0-202504220029.p0.gc5fb628.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:9e681145acf5573d1413fb3dad67f904c56b851aff01a82c77584fd2e1e31470_amd64",
"product": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:9e681145acf5573d1413fb3dad67f904c56b851aff01a82c77584fd2e1e31470_amd64",
"product_id": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:9e681145acf5573d1413fb3dad67f904c56b851aff01a82c77584fd2e1e31470_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:9e681145acf5573d1413fb3dad67f904c56b851aff01a82c77584fd2e1e31470?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator\u0026tag=v4.13.0-202504220029.p0.gc068540.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-dns-operator@sha256:7cf66ea30093dc3981ba473fb4e8bc4befa8f89f019a5012a62e5063cbcde6b6_amd64",
"product": {
"name": "openshift4/ose-cluster-dns-operator@sha256:7cf66ea30093dc3981ba473fb4e8bc4befa8f89f019a5012a62e5063cbcde6b6_amd64",
"product_id": "openshift4/ose-cluster-dns-operator@sha256:7cf66ea30093dc3981ba473fb4e8bc4befa8f89f019a5012a62e5063cbcde6b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-operator@sha256:7cf66ea30093dc3981ba473fb4e8bc4befa8f89f019a5012a62e5063cbcde6b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-operator\u0026tag=v4.13.0-202504220029.p0.g65a8fda.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-image-registry-operator@sha256:6853d2832fbe97325cdb1914a7b1c1ea019730f6e35f205b760982f73d85de7f_amd64",
"product": {
"name": "openshift4/ose-cluster-image-registry-operator@sha256:6853d2832fbe97325cdb1914a7b1c1ea019730f6e35f205b760982f73d85de7f_amd64",
"product_id": "openshift4/ose-cluster-image-registry-operator@sha256:6853d2832fbe97325cdb1914a7b1c1ea019730f6e35f205b760982f73d85de7f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-operator@sha256:6853d2832fbe97325cdb1914a7b1c1ea019730f6e35f205b760982f73d85de7f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-operator\u0026tag=v4.13.0-202504220029.p0.g19ee668.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-ingress-operator@sha256:e0c2fbe470b2bdf9c11c10eedaa043748e3c6fdd0b5fc6b7b76b0c44c099541b_amd64",
"product": {
"name": "openshift4/ose-cluster-ingress-operator@sha256:e0c2fbe470b2bdf9c11c10eedaa043748e3c6fdd0b5fc6b7b76b0c44c099541b_amd64",
"product_id": "openshift4/ose-cluster-ingress-operator@sha256:e0c2fbe470b2bdf9c11c10eedaa043748e3c6fdd0b5fc6b7b76b0c44c099541b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-operator@sha256:e0c2fbe470b2bdf9c11c10eedaa043748e3c6fdd0b5fc6b7b76b0c44c099541b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-operator\u0026tag=v4.13.0-202504220029.p0.ga45f7a3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:1646b13b3c7a4543caf98b9651d9204054261759313f75dd2c2d25777c43c898_amd64",
"product": {
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:1646b13b3c7a4543caf98b9651d9204054261759313f75dd2c2d25777c43c898_amd64",
"product_id": "openshift4/ose-cluster-kube-apiserver-operator@sha256:1646b13b3c7a4543caf98b9651d9204054261759313f75dd2c2d25777c43c898_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256:1646b13b3c7a4543caf98b9651d9204054261759313f75dd2c2d25777c43c898?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator\u0026tag=v4.13.0-202504220029.p0.ge9e7172.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:9c351a7613a2a8218034d576f23e586f7bf47d280e8ef138c6bf0c2eef4b1748_amd64",
"product": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:9c351a7613a2a8218034d576f23e586f7bf47d280e8ef138c6bf0c2eef4b1748_amd64",
"product_id": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:9c351a7613a2a8218034d576f23e586f7bf47d280e8ef138c6bf0c2eef4b1748_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256:9c351a7613a2a8218034d576f23e586f7bf47d280e8ef138c6bf0c2eef4b1748?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator\u0026tag=v4.13.0-202504220029.p0.g18c076b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:be5dbe5f253ff397f62e33538cba44ebaf65a3ad96fb652c281714ce932e8949_amd64",
"product": {
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:be5dbe5f253ff397f62e33538cba44ebaf65a3ad96fb652c281714ce932e8949_amd64",
"product_id": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:be5dbe5f253ff397f62e33538cba44ebaf65a3ad96fb652c281714ce932e8949_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256:be5dbe5f253ff397f62e33538cba44ebaf65a3ad96fb652c281714ce932e8949?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator\u0026tag=v4.13.0-202504220029.p0.gdac7113.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:4e7c9c7ec5d9968b01b1087fbead7a1fd0b51d9d86ed4d0c6421bcfa0b33c9cc_amd64",
"product": {
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:4e7c9c7ec5d9968b01b1087fbead7a1fd0b51d9d86ed4d0c6421bcfa0b33c9cc_amd64",
"product_id": "openshift4/ose-cluster-kube-scheduler-operator@sha256:4e7c9c7ec5d9968b01b1087fbead7a1fd0b51d9d86ed4d0c6421bcfa0b33c9cc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256:4e7c9c7ec5d9968b01b1087fbead7a1fd0b51d9d86ed4d0c6421bcfa0b33c9cc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator\u0026tag=v4.13.0-202504220029.p0.g2e7c269.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:001a007b7abf6e42ecf097da21c0c27322773255617a6c40335758b1f3e576cd_amd64",
"product": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:001a007b7abf6e42ecf097da21c0c27322773255617a6c40335758b1f3e576cd_amd64",
"product_id": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:001a007b7abf6e42ecf097da21c0c27322773255617a6c40335758b1f3e576cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:001a007b7abf6e42ecf097da21c0c27322773255617a6c40335758b1f3e576cd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator\u0026tag=v4.13.0-202504220029.p0.g721de5d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-machine-approver@sha256:495ceadf5a23cc85337a72d816250baffe6426709f00a66761cf05a9336cc6db_amd64",
"product": {
"name": "openshift4/ose-cluster-machine-approver@sha256:495ceadf5a23cc85337a72d816250baffe6426709f00a66761cf05a9336cc6db_amd64",
"product_id": "openshift4/ose-cluster-machine-approver@sha256:495ceadf5a23cc85337a72d816250baffe6426709f00a66761cf05a9336cc6db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver@sha256:495ceadf5a23cc85337a72d816250baffe6426709f00a66761cf05a9336cc6db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver\u0026tag=v4.13.0-202504220029.p0.g25fe7b4.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:3adaf4ced0fd01304f880dc13ad46d1855c9cda4ae6a32ebe6c1bc260ed232ab_amd64",
"product": {
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:3adaf4ced0fd01304f880dc13ad46d1855c9cda4ae6a32ebe6c1bc260ed232ab_amd64",
"product_id": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:3adaf4ced0fd01304f880dc13ad46d1855c9cda4ae6a32ebe6c1bc260ed232ab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256:3adaf4ced0fd01304f880dc13ad46d1855c9cda4ae6a32ebe6c1bc260ed232ab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator\u0026tag=v4.13.0-202504220029.p0.g9abb220.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:29f6dcc03b15f8aaf71b0eb2b1c3f44c06e2ecd31a1e0eac763cde104a945618_amd64",
"product": {
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:29f6dcc03b15f8aaf71b0eb2b1c3f44c06e2ecd31a1e0eac763cde104a945618_amd64",
"product_id": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:29f6dcc03b15f8aaf71b0eb2b1c3f44c06e2ecd31a1e0eac763cde104a945618_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256:29f6dcc03b15f8aaf71b0eb2b1c3f44c06e2ecd31a1e0eac763cde104a945618?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator\u0026tag=v4.13.0-202504220029.p0.g6e7e783.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:bfe2e48476b2573f00ac656298fa712dcb2393d2871fb0abad1a16f10e72a468_amd64",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:bfe2e48476b2573f00ac656298fa712dcb2393d2871fb0abad1a16f10e72a468_amd64",
"product_id": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:bfe2e48476b2573f00ac656298fa712dcb2393d2871fb0abad1a16f10e72a468_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256:bfe2e48476b2573f00ac656298fa712dcb2393d2871fb0abad1a16f10e72a468?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator\u0026tag=v4.13.0-202504220029.p0.gb293972.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1a9f4b9cd573737365e13982f28725f8b9fade5f4d1d4d08f77d87d3891fbef9_amd64",
"product": {
"name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1a9f4b9cd573737365e13982f28725f8b9fade5f4d1d4d08f77d87d3891fbef9_amd64",
"product_id": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1a9f4b9cd573737365e13982f28725f8b9fade5f4d1d4d08f77d87d3891fbef9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel8@sha256:1a9f4b9cd573737365e13982f28725f8b9fade5f4d1d4d08f77d87d3891fbef9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8\u0026tag=v4.13.0-202504220029.p0.g312c5f2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:653e624f9859753e1f264bdd685359b7c619204c86b4085d063a6f12f5a44f7b_amd64",
"product": {
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:653e624f9859753e1f264bdd685359b7c619204c86b4085d063a6f12f5a44f7b_amd64",
"product_id": "openshift4/ose-cluster-policy-controller-rhel8@sha256:653e624f9859753e1f264bdd685359b7c619204c86b4085d063a6f12f5a44f7b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256:653e624f9859753e1f264bdd685359b7c619204c86b4085d063a6f12f5a44f7b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8\u0026tag=v4.13.0-202504220029.p0.g3b0d075.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-operator@sha256:1af29ca3c278969bef85f7dc7f0bee1f9c3e5aca90862b0bcff1859ade8c63c6_amd64",
"product": {
"name": "openshift4/ose-cluster-samples-operator@sha256:1af29ca3c278969bef85f7dc7f0bee1f9c3e5aca90862b0bcff1859ade8c63c6_amd64",
"product_id": "openshift4/ose-cluster-samples-operator@sha256:1af29ca3c278969bef85f7dc7f0bee1f9c3e5aca90862b0bcff1859ade8c63c6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-operator@sha256:1af29ca3c278969bef85f7dc7f0bee1f9c3e5aca90862b0bcff1859ade8c63c6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-operator\u0026tag=v4.13.0-202504220029.p0.g7e7affa.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-storage-operator@sha256:09b097bd1bf8f35e359d98e26e659b9bba4e0f02f29fe2fbf9492438a881dd38_amd64",
"product": {
"name": "openshift4/ose-cluster-storage-operator@sha256:09b097bd1bf8f35e359d98e26e659b9bba4e0f02f29fe2fbf9492438a881dd38_amd64",
"product_id": "openshift4/ose-cluster-storage-operator@sha256:09b097bd1bf8f35e359d98e26e659b9bba4e0f02f29fe2fbf9492438a881dd38_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-operator@sha256:09b097bd1bf8f35e359d98e26e659b9bba4e0f02f29fe2fbf9492438a881dd38?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-operator\u0026tag=v4.13.0-202504220029.p0.gb38c26a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-update-keys@sha256:5133104ec8594ca380fa51cde56733df7a264c56af44c7eed34e230265180dc4_amd64",
"product": {
"name": "openshift4/ose-cluster-update-keys@sha256:5133104ec8594ca380fa51cde56733df7a264c56af44c7eed34e230265180dc4_amd64",
"product_id": "openshift4/ose-cluster-update-keys@sha256:5133104ec8594ca380fa51cde56733df7a264c56af44c7eed34e230265180dc4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys@sha256:5133104ec8594ca380fa51cde56733df7a264c56af44c7eed34e230265180dc4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys\u0026tag=v4.13.0-202504220029.p0.g6314bbb.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:7b8d30540a71df4fe3c017ad768ab3a7b05e8db8f68916162f36e2044cfddce3_amd64",
"product": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:7b8d30540a71df4fe3c017ad768ab3a7b05e8db8f68916162f36e2044cfddce3_amd64",
"product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:7b8d30540a71df4fe3c017ad768ab3a7b05e8db8f68916162f36e2044cfddce3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:7b8d30540a71df4fe3c017ad768ab3a7b05e8db8f68916162f36e2044cfddce3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.13.0-202504220029.p0.g614ca3c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a30891e1058b5fc9d08f93012f631748b9d2292d8d739203e22365d497afbc65_amd64",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a30891e1058b5fc9d08f93012f631748b9d2292d8d739203e22365d497afbc65_amd64",
"product_id": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a30891e1058b5fc9d08f93012f631748b9d2292d8d739203e22365d497afbc65_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256:a30891e1058b5fc9d08f93012f631748b9d2292d8d739203e22365d497afbc65?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8\u0026tag=v4.13.0-202504220029.p0.g01bbb23.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9a051f979c35d69d59b5e96bf2d4a31e509345ee4a64b1301324a116bc981a72_amd64",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9a051f979c35d69d59b5e96bf2d4a31e509345ee4a64b1301324a116bc981a72_amd64",
"product_id": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9a051f979c35d69d59b5e96bf2d4a31e509345ee4a64b1301324a116bc981a72_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256:9a051f979c35d69d59b5e96bf2d4a31e509345ee4a64b1301324a116bc981a72?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8\u0026tag=v4.13.0-202504220458.p0.gbc169d2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:0059cc67dd9f302cbab916dea5b0246c4ae6288c22316e135a0b899b7e49d7bd_amd64",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:0059cc67dd9f302cbab916dea5b0246c4ae6288c22316e135a0b899b7e49d7bd_amd64",
"product_id": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:0059cc67dd9f302cbab916dea5b0246c4ae6288c22316e135a0b899b7e49d7bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256:0059cc67dd9f302cbab916dea5b0246c4ae6288c22316e135a0b899b7e49d7bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8\u0026tag=v4.13.0-202504220029.p0.g01bbb23.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64",
"product": {
"name": "openshift4/ose-csi-external-resizer@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64",
"product_id": "openshift4/ose-csi-external-resizer@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer\u0026tag=v4.13.0-202504220029.p0.ge8036ca.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64",
"product": {
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64",
"product_id": "openshift4/ose-csi-external-resizer-rhel8@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8\u0026tag=v4.13.0-202504220029.p0.ge8036ca.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64",
"product": {
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64",
"product_id": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8\u0026tag=v4.13.0-202504220029.p0.gc8a7a09.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64",
"product": {
"name": "openshift4/ose-csi-external-snapshotter@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64",
"product_id": "openshift4/ose-csi-external-snapshotter@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter\u0026tag=v4.13.0-202504220029.p0.gc8a7a09.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64",
"product": {
"name": "openshift4/ose-csi-snapshot-controller@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64",
"product_id": "openshift4/ose-csi-snapshot-controller@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller\u0026tag=v4.13.0-202504220029.p0.gc8a7a09.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64",
"product": {
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64",
"product_id": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8\u0026tag=v4.13.0-202504220029.p0.gc8a7a09.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:36eefef18accd753b869788b4891d50f87ee33f4dff87a1b7ef9ce4db35e86a8_amd64",
"product": {
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:36eefef18accd753b869788b4891d50f87ee33f4dff87a1b7ef9ce4db35e86a8_amd64",
"product_id": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:36eefef18accd753b869788b4891d50f87ee33f4dff87a1b7ef9ce4db35e86a8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256:36eefef18accd753b869788b4891d50f87ee33f4dff87a1b7ef9ce4db35e86a8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8\u0026tag=v4.13.0-202504220029.p0.gc8a7a09.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/egress-router-cni-rhel8@sha256:4a1882927aa0730aa113759930b4f529ee268c264f17ff912774f7a1d98ca18d_amd64",
"product": {
"name": "openshift4/egress-router-cni-rhel8@sha256:4a1882927aa0730aa113759930b4f529ee268c264f17ff912774f7a1d98ca18d_amd64",
"product_id": "openshift4/egress-router-cni-rhel8@sha256:4a1882927aa0730aa113759930b4f529ee268c264f17ff912774f7a1d98ca18d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel8@sha256:4a1882927aa0730aa113759930b4f529ee268c264f17ff912774f7a1d98ca18d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel8\u0026tag=v4.13.0-202504220029.p0.gdfe0373.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-etcd-rhel9@sha256:10fd740e1b62bfd59af59d562b72d80e9512d2822e70a41c15136f567d63cd30_amd64",
"product": {
"name": "openshift4/ose-etcd-rhel9@sha256:10fd740e1b62bfd59af59d562b72d80e9512d2822e70a41c15136f567d63cd30_amd64",
"product_id": "openshift4/ose-etcd-rhel9@sha256:10fd740e1b62bfd59af59d562b72d80e9512d2822e70a41c15136f567d63cd30_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256:10fd740e1b62bfd59af59d562b72d80e9512d2822e70a41c15136f567d63cd30?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=v4.13.0-202504281400.p0.ga6b7ad4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:6c8e361878de34517ebd3f23e84577d683ef1c0d61ecbb257de9291ff4c56691_amd64",
"product": {
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:6c8e361878de34517ebd3f23e84577d683ef1c0d61ecbb257de9291ff4c56691_amd64",
"product_id": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:6c8e361878de34517ebd3f23e84577d683ef1c0d61ecbb257de9291ff4c56691_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel8@sha256:6c8e361878de34517ebd3f23e84577d683ef1c0d61ecbb257de9291ff4c56691?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202504220029.p0.g507fea9.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf4035279328a71212fc25a49ade7f2f224d4f46a3241b4b4d48ca0527f11aff_amd64",
"product": {
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf4035279328a71212fc25a49ade7f2f224d4f46a3241b4b4d48ca0527f11aff_amd64",
"product_id": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf4035279328a71212fc25a49ade7f2f224d4f46a3241b4b4d48ca0527f11aff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel8@sha256:cf4035279328a71212fc25a49ade7f2f224d4f46a3241b4b4d48ca0527f11aff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8\u0026tag=v4.13.0-202504220029.p0.gb8a2772.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:0d4983cbb596643ce8140dfb06e738e925786aff000ab33f0b863c93603f9d51_amd64",
"product": {
"name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:0d4983cbb596643ce8140dfb06e738e925786aff000ab33f0b863c93603f9d51_amd64",
"product_id": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:0d4983cbb596643ce8140dfb06e738e925786aff000ab33f0b863c93603f9d51_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel8@sha256:0d4983cbb596643ce8140dfb06e738e925786aff000ab33f0b863c93603f9d51?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8\u0026tag=v4.13.0-202504220029.p0.g81e6074.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3a5a5080bf1f1198f4f49a3a474cea519ac5332db52ebd91bc795369254ccf7b_amd64",
"product": {
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3a5a5080bf1f1198f4f49a3a474cea519ac5332db52ebd91bc795369254ccf7b_amd64",
"product_id": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3a5a5080bf1f1198f4f49a3a474cea519ac5332db52ebd91bc795369254ccf7b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3a5a5080bf1f1198f4f49a3a474cea519ac5332db52ebd91bc795369254ccf7b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8\u0026tag=v4.13.0-202504220029.p0.g08c561b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel8@sha256:378d9776571943b4872fe24a655a151b06e85018a9e13955c0cef76763930a68_amd64",
"product": {
"name": "openshift4/ose-hypershift-rhel8@sha256:378d9776571943b4872fe24a655a151b06e85018a9e13955c0cef76763930a68_amd64",
"product_id": "openshift4/ose-hypershift-rhel8@sha256:378d9776571943b4872fe24a655a151b06e85018a9e13955c0cef76763930a68_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel8@sha256:378d9776571943b4872fe24a655a151b06e85018a9e13955c0cef76763930a68?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel8\u0026tag=v4.13.0-202504220029.p0.ge548ac7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:118e85b8ca2be3002a071d7ccdc83595c8a8bc83dea998f862b6ca994c722248_amd64",
"product": {
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:118e85b8ca2be3002a071d7ccdc83595c8a8bc83dea998f862b6ca994c722248_amd64",
"product_id": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:118e85b8ca2be3002a071d7ccdc83595c8a8bc83dea998f862b6ca994c722248_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:118e85b8ca2be3002a071d7ccdc83595c8a8bc83dea998f862b6ca994c722248?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8\u0026tag=v4.13.0-202504220029.p0.gf269441.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:cdddb704698b35cf7ce3e91ef6b9d2ed2b5f1ac2941f966d79a97225a2579c2d_amd64",
"product": {
"name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:cdddb704698b35cf7ce3e91ef6b9d2ed2b5f1ac2941f966d79a97225a2579c2d_amd64",
"product_id": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:cdddb704698b35cf7ce3e91ef6b9d2ed2b5f1ac2941f966d79a97225a2579c2d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel8@sha256:cdddb704698b35cf7ce3e91ef6b9d2ed2b5f1ac2941f966d79a97225a2579c2d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202504220029.p0.gb5bcaf9.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:7deadb9848327da5e53bfca444b0ce73a64b98cfadf8721bd6b21badd0dcaa92_amd64",
"product": {
"name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:7deadb9848327da5e53bfca444b0ce73a64b98cfadf8721bd6b21badd0dcaa92_amd64",
"product_id": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:7deadb9848327da5e53bfca444b0ce73a64b98cfadf8721bd6b21badd0dcaa92_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel8@sha256:7deadb9848327da5e53bfca444b0ce73a64b98cfadf8721bd6b21badd0dcaa92?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8\u0026tag=v4.13.0-202504220029.p0.g4698265.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:2574f9ee676921882d47f4b89305f853c195b60ff1f4de1e07dcd1e57a7da9b5_amd64",
"product": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:2574f9ee676921882d47f4b89305f853c195b60ff1f4de1e07dcd1e57a7da9b5_amd64",
"product_id": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:2574f9ee676921882d47f4b89305f853c195b60ff1f4de1e07dcd1e57a7da9b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel8@sha256:2574f9ee676921882d47f4b89305f853c195b60ff1f4de1e07dcd1e57a7da9b5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8\u0026tag=v4.13.0-202504220029.p0.gfe1eef1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:614485c10f4dc40e0fe24ebcd26480a1c8441d29e1b9061f183dea6cf30b384b_amd64",
"product": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:614485c10f4dc40e0fe24ebcd26480a1c8441d29e1b9061f183dea6cf30b384b_amd64",
"product_id": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:614485c10f4dc40e0fe24ebcd26480a1c8441d29e1b9061f183dea6cf30b384b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:614485c10f4dc40e0fe24ebcd26480a1c8441d29e1b9061f183dea6cf30b384b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8\u0026tag=v4.13.0-202504220029.p0.g4c23f81.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-image-customization-controller-rhel8@sha256:f7860bce172a8ed856f08a931a0285530ce760ab1fd2653a5c2647c9c2688989_amd64",
"product": {
"name": "openshift4/ose-image-customization-controller-rhel8@sha256:f7860bce172a8ed856f08a931a0285530ce760ab1fd2653a5c2647c9c2688989_amd64",
"product_id": "openshift4/ose-image-customization-controller-rhel8@sha256:f7860bce172a8ed856f08a931a0285530ce760ab1fd2653a5c2647c9c2688989_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel8@sha256:f7860bce172a8ed856f08a931a0285530ce760ab1fd2653a5c2647c9c2688989?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-image-customization-controller-rhel8\u0026tag=v4.13.0-202504220029.p0.g34a4abe.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-insights-rhel8-operator@sha256:3b26166f3dbbdbf2c124ea03216d88f9a28fc13216f74db5b39e56e180f96772_amd64",
"product": {
"name": "openshift4/ose-insights-rhel8-operator@sha256:3b26166f3dbbdbf2c124ea03216d88f9a28fc13216f74db5b39e56e180f96772_amd64",
"product_id": "openshift4/ose-insights-rhel8-operator@sha256:3b26166f3dbbdbf2c124ea03216d88f9a28fc13216f74db5b39e56e180f96772_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel8-operator@sha256:3b26166f3dbbdbf2c124ea03216d88f9a28fc13216f74db5b39e56e180f96772?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel8-operator\u0026tag=v4.13.0-202504220029.p0.g162554e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts@sha256:6301f8f4ae0959902ebb2fc0ce91bb62d9e303a6e9bd50aa2e1132f0602cb897_amd64",
"product": {
"name": "openshift4/ose-installer-artifacts@sha256:6301f8f4ae0959902ebb2fc0ce91bb62d9e303a6e9bd50aa2e1132f0602cb897_amd64",
"product_id": "openshift4/ose-installer-artifacts@sha256:6301f8f4ae0959902ebb2fc0ce91bb62d9e303a6e9bd50aa2e1132f0602cb897_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256:6301f8f4ae0959902ebb2fc0ce91bb62d9e303a6e9bd50aa2e1132f0602cb897?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.13.0-202505021602.p0.gded53d3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer@sha256:e4cfbbd550b90aceccc67031688e08e6934087c9d3840f4f2345f96ddd33859d_amd64",
"product": {
"name": "openshift4/ose-installer@sha256:e4cfbbd550b90aceccc67031688e08e6934087c9d3840f4f2345f96ddd33859d_amd64",
"product_id": "openshift4/ose-installer@sha256:e4cfbbd550b90aceccc67031688e08e6934087c9d3840f4f2345f96ddd33859d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256:e4cfbbd550b90aceccc67031688e08e6934087c9d3840f4f2345f96ddd33859d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.13.0-202505021602.p0.gded53d3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:3456eaec2b1691a940a9daeb60d9f58e46b34c95551df276696a816e5d8f61e0_amd64",
"product": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:3456eaec2b1691a940a9daeb60d9f58e46b34c95551df276696a816e5d8f61e0_amd64",
"product_id": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:3456eaec2b1691a940a9daeb60d9f58e46b34c95551df276696a816e5d8f61e0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256:3456eaec2b1691a940a9daeb60d9f58e46b34c95551df276696a816e5d8f61e0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8\u0026tag=v4.13.0-202504220029.p0.gbad104d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ceeb74be0133aa5263654f36c89e82b74fa32629b9448350c69c4ffd3be8ef11_amd64",
"product": {
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ceeb74be0133aa5263654f36c89e82b74fa32629b9448350c69c4ffd3be8ef11_amd64",
"product_id": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ceeb74be0133aa5263654f36c89e82b74fa32629b9448350c69c4ffd3be8ef11_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ceeb74be0133aa5263654f36c89e82b74fa32629b9448350c69c4ffd3be8ef11?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202504220029.p0.gee2033e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/kubevirt-csi-driver-rhel8@sha256:d7e0ec5ad37bab321ac8a40dcb64384eb3c16ae5e858464ee1c32cb20401f526_amd64",
"product": {
"name": "openshift4/kubevirt-csi-driver-rhel8@sha256:d7e0ec5ad37bab321ac8a40dcb64384eb3c16ae5e858464ee1c32cb20401f526_amd64",
"product_id": "openshift4/kubevirt-csi-driver-rhel8@sha256:d7e0ec5ad37bab321ac8a40dcb64384eb3c16ae5e858464ee1c32cb20401f526_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256:d7e0ec5ad37bab321ac8a40dcb64384eb3c16ae5e858464ee1c32cb20401f526?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8\u0026tag=v4.13.0-202504220029.p0.g9d909f7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-libvirt-machine-controllers@sha256:dcc12f84b87b1c8d195f0a9115ec08919c722ab3f1b7f3e3d1d1786a3058636b_amd64",
"product": {
"name": "openshift4/ose-libvirt-machine-controllers@sha256:dcc12f84b87b1c8d195f0a9115ec08919c722ab3f1b7f3e3d1d1786a3058636b_amd64",
"product_id": "openshift4/ose-libvirt-machine-controllers@sha256:dcc12f84b87b1c8d195f0a9115ec08919c722ab3f1b7f3e3d1d1786a3058636b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers@sha256:dcc12f84b87b1c8d195f0a9115ec08919c722ab3f1b7f3e3d1d1786a3058636b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers\u0026tag=v4.13.0-202504220029.p0.gd4b7a8a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-operator@sha256:dbddca5c90a427f81e481473cad8d6de11ac4338d76622437e6846eac0bb9a50_amd64",
"product": {
"name": "openshift4/ose-machine-api-operator@sha256:dbddca5c90a427f81e481473cad8d6de11ac4338d76622437e6846eac0bb9a50_amd64",
"product_id": "openshift4/ose-machine-api-operator@sha256:dbddca5c90a427f81e481473cad8d6de11ac4338d76622437e6846eac0bb9a50_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-operator@sha256:dbddca5c90a427f81e481473cad8d6de11ac4338d76622437e6846eac0bb9a50?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-operator\u0026tag=v4.13.0-202504220029.p0.ga950acc.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:bbd58b9e4834f076a5779e103ba4817262517a57abfc942d8184123700906d3c_amd64",
"product": {
"name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:bbd58b9e4834f076a5779e103ba4817262517a57abfc942d8184123700906d3c_amd64",
"product_id": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:bbd58b9e4834f076a5779e103ba4817262517a57abfc942d8184123700906d3c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel8@sha256:bbd58b9e4834f076a5779e103ba4817262517a57abfc942d8184123700906d3c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8\u0026tag=v4.13.0-202504220029.p0.ge1a57b5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:994d3f869f103d294e5eb947700c60da5f9d21bdfb7f2092bcf2ad1bf8617239_amd64",
"product": {
"name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:994d3f869f103d294e5eb947700c60da5f9d21bdfb7f2092bcf2ad1bf8617239_amd64",
"product_id": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:994d3f869f103d294e5eb947700c60da5f9d21bdfb7f2092bcf2ad1bf8617239_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel8@sha256:994d3f869f103d294e5eb947700c60da5f9d21bdfb7f2092bcf2ad1bf8617239?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8\u0026tag=v4.13.0-202504220029.p0.g62f6e0f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:472872bf3463e1805eaa55d2b4a72cc18566243cc8f86c536ac7f22dd0519cfc_amd64",
"product": {
"name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:472872bf3463e1805eaa55d2b4a72cc18566243cc8f86c536ac7f22dd0519cfc_amd64",
"product_id": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:472872bf3463e1805eaa55d2b4a72cc18566243cc8f86c536ac7f22dd0519cfc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel8@sha256:472872bf3463e1805eaa55d2b4a72cc18566243cc8f86c536ac7f22dd0519cfc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8\u0026tag=v4.13.0-202504220029.p0.ge53a397.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6b4e97eb2be26292d8599a17788ad6f2c8f7d370e8c058837b00751b05da7229_amd64",
"product": {
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6b4e97eb2be26292d8599a17788ad6f2c8f7d370e8c058837b00751b05da7229_amd64",
"product_id": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6b4e97eb2be26292d8599a17788ad6f2c8f7d370e8c058837b00751b05da7229_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256:6b4e97eb2be26292d8599a17788ad6f2c8f7d370e8c058837b00751b05da7229?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8\u0026tag=v4.13.0-202504220029.p0.g27f7860.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-operator@sha256:40c545460c4d32bf3c9697ecfc6abb18030c7004f685f15d76350ce74ba44424_amd64",
"product": {
"name": "openshift4/ose-machine-config-operator@sha256:40c545460c4d32bf3c9697ecfc6abb18030c7004f685f15d76350ce74ba44424_amd64",
"product_id": "openshift4/ose-machine-config-operator@sha256:40c545460c4d32bf3c9697ecfc6abb18030c7004f685f15d76350ce74ba44424_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-operator@sha256:40c545460c4d32bf3c9697ecfc6abb18030c7004f685f15d76350ce74ba44424?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-operator\u0026tag=v4.13.0-202504220029.p0.g39e3612.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-os-images-rhel8@sha256:51e9d490cf36cb0feb1b3b8a94d7054acf26a3ac88da128074038ab044d2e4e0_amd64",
"product": {
"name": "openshift4/ose-machine-os-images-rhel8@sha256:51e9d490cf36cb0feb1b3b8a94d7054acf26a3ac88da128074038ab044d2e4e0_amd64",
"product_id": "openshift4/ose-machine-os-images-rhel8@sha256:51e9d490cf36cb0feb1b3b8a94d7054acf26a3ac88da128074038ab044d2e4e0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel8@sha256:51e9d490cf36cb0feb1b3b8a94d7054acf26a3ac88da128074038ab044d2e4e0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel8\u0026tag=v4.13.0-202505021602.p0.g7e2e6ca.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-admission-controller@sha256:498d9e4ce2f46c2344aca5f23912a901d7365d6d9fe99b21b78fcb2078c201d6_amd64",
"product": {
"name": "openshift4/ose-multus-admission-controller@sha256:498d9e4ce2f46c2344aca5f23912a901d7365d6d9fe99b21b78fcb2078c201d6_amd64",
"product_id": "openshift4/ose-multus-admission-controller@sha256:498d9e4ce2f46c2344aca5f23912a901d7365d6d9fe99b21b78fcb2078c201d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller@sha256:498d9e4ce2f46c2344aca5f23912a901d7365d6d9fe99b21b78fcb2078c201d6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller\u0026tag=v4.13.0-202504220029.p0.g9b0656a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:7dab5e3d3c90a1c21489dd373362c32e776e3f7b6b9be8078dc6048ec616e99a_amd64",
"product": {
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:7dab5e3d3c90a1c21489dd373362c32e776e3f7b6b9be8078dc6048ec616e99a_amd64",
"product_id": "openshift4/ose-multus-networkpolicy-rhel8@sha256:7dab5e3d3c90a1c21489dd373362c32e776e3f7b6b9be8078dc6048ec616e99a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256:7dab5e3d3c90a1c21489dd373362c32e776e3f7b6b9be8078dc6048ec616e99a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8\u0026tag=v4.13.0-202504220029.p0.g7176ab7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:878aabcf6296fc58098ef215a91fb6c6b59fac92baf6df40f4db6e27bd12cbd3_amd64",
"product": {
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:878aabcf6296fc58098ef215a91fb6c6b59fac92baf6df40f4db6e27bd12cbd3_amd64",
"product_id": "openshift4/ose-multus-route-override-cni-rhel8@sha256:878aabcf6296fc58098ef215a91fb6c6b59fac92baf6df40f4db6e27bd12cbd3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256:878aabcf6296fc58098ef215a91fb6c6b59fac92baf6df40f4db6e27bd12cbd3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8\u0026tag=v4.13.0-202504220029.p0.gca3bbec.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:9041b978f28c8f97eaaaf3576c70e81b0604b54ad02a24b1c291b3a7e61f4953_amd64",
"product": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:9041b978f28c8f97eaaaf3576c70e81b0604b54ad02a24b1c291b3a7e61f4953_amd64",
"product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:9041b978f28c8f97eaaaf3576c70e81b0604b54ad02a24b1c291b3a7e61f4953_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256:9041b978f28c8f97eaaaf3576c70e81b0604b54ad02a24b1c291b3a7e61f4953?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8\u0026tag=v4.13.0-202504220029.p0.g9f8d13c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-must-gather@sha256:37fe2142c7706fc3ac40e773993ec23f65d12f1a7087139f82169c3da23871b4_amd64",
"product": {
"name": "openshift4/ose-must-gather@sha256:37fe2142c7706fc3ac40e773993ec23f65d12f1a7087139f82169c3da23871b4_amd64",
"product_id": "openshift4/ose-must-gather@sha256:37fe2142c7706fc3ac40e773993ec23f65d12f1a7087139f82169c3da23871b4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather@sha256:37fe2142c7706fc3ac40e773993ec23f65d12f1a7087139f82169c3da23871b4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather\u0026tag=v4.13.0-202504220029.p0.g339046b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:3e24375d51a95405a332271b56a30269c441ee148b12d02ba559f6c71594a760_amd64",
"product": {
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:3e24375d51a95405a332271b56a30269c441ee148b12d02ba559f6c71594a760_amd64",
"product_id": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:3e24375d51a95405a332271b56a30269c441ee148b12d02ba559f6c71594a760_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256:3e24375d51a95405a332271b56a30269c441ee148b12d02ba559f6c71594a760?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8\u0026tag=v4.13.0-202504220029.p0.g84bda2a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:ccaff34c562bafb33a8dea281c1bac0cf95538df011ed80e46da34d5255c5d9b_amd64",
"product": {
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:ccaff34c562bafb33a8dea281c1bac0cf95538df011ed80e46da34d5255c5d9b_amd64",
"product_id": "openshift4/ose-network-metrics-daemon-rhel8@sha256:ccaff34c562bafb33a8dea281c1bac0cf95538df011ed80e46da34d5255c5d9b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256:ccaff34c562bafb33a8dea281c1bac0cf95538df011ed80e46da34d5255c5d9b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8\u0026tag=v4.13.0-202504220029.p0.g3ef81a5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel8@sha256:c02e74a36878bc56a7b415654bfff711c1794ac0a3c3648c5fd2170675ae87da_amd64",
"product": {
"name": "openshift4/network-tools-rhel8@sha256:c02e74a36878bc56a7b415654bfff711c1794ac0a3c3648c5fd2170675ae87da_amd64",
"product_id": "openshift4/network-tools-rhel8@sha256:c02e74a36878bc56a7b415654bfff711c1794ac0a3c3648c5fd2170675ae87da_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256:c02e74a36878bc56a7b415654bfff711c1794ac0a3c3648c5fd2170675ae87da?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.13.0-202504300029.p0.g073feda.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sdn-rhel8@sha256:5bf4e142c4efb9c3d3811490c2af07717409f31b8536c8378f8c956799ee29ed_amd64",
"product": {
"name": "openshift4/ose-sdn-rhel8@sha256:5bf4e142c4efb9c3d3811490c2af07717409f31b8536c8378f8c956799ee29ed_amd64",
"product_id": "openshift4/ose-sdn-rhel8@sha256:5bf4e142c4efb9c3d3811490c2af07717409f31b8536c8378f8c956799ee29ed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel8@sha256:5bf4e142c4efb9c3d3811490c2af07717409f31b8536c8378f8c956799ee29ed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel8\u0026tag=v4.13.0-202504220029.p0.g569ea11.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:408c5535b3665ca4d877d7dfa3b346632ca40d3b4467c68ce69721b9fe6b663d_amd64",
"product": {
"name": "openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:408c5535b3665ca4d877d7dfa3b346632ca40d3b4467c68ce69721b9fe6b663d_amd64",
"product_id": "openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:408c5535b3665ca4d877d7dfa3b346632ca40d3b4467c68ce69721b9fe6b663d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-cloud-controller-manager-rhel8@sha256:408c5535b3665ca4d877d7dfa3b346632ca40d3b4467c68ce69721b9fe6b663d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202504220029.p0.g4fe0c59.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7ca9ddcf1d023872cd29aa8ccf7ae6e8be5963741eec53c4f83c6b7ebdd6a6d5_amd64",
"product": {
"name": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7ca9ddcf1d023872cd29aa8ccf7ae6e8be5963741eec53c4f83c6b7ebdd6a6d5_amd64",
"product_id": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7ca9ddcf1d023872cd29aa8ccf7ae6e8be5963741eec53c4f83c6b7ebdd6a6d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-machine-controllers-rhel8@sha256:7ca9ddcf1d023872cd29aa8ccf7ae6e8be5963741eec53c4f83c6b7ebdd6a6d5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8\u0026tag=v4.13.0-202504220029.p0.gf68035f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:13a23d02ea105d8e33dff2a113cc71fe2c91d5b1564de02c713bf9a3559ac31a_amd64",
"product": {
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:13a23d02ea105d8e33dff2a113cc71fe2c91d5b1564de02c713bf9a3559ac31a_amd64",
"product_id": "openshift4/ose-oauth-apiserver-rhel8@sha256:13a23d02ea105d8e33dff2a113cc71fe2c91d5b1564de02c713bf9a3559ac31a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256:13a23d02ea105d8e33dff2a113cc71fe2c91d5b1564de02c713bf9a3559ac31a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8\u0026tag=v4.13.0-202504220029.p0.g6a59716.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-olm-rukpak-rhel8@sha256:a855f45a1cc36c69d87ee2dbc0caba1801ba2702f767855bf9f1c9dee2d9a6ca_amd64",
"product": {
"name": "openshift4/ose-olm-rukpak-rhel8@sha256:a855f45a1cc36c69d87ee2dbc0caba1801ba2702f767855bf9f1c9dee2d9a6ca_amd64",
"product_id": "openshift4/ose-olm-rukpak-rhel8@sha256:a855f45a1cc36c69d87ee2dbc0caba1801ba2702f767855bf9f1c9dee2d9a6ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256:a855f45a1cc36c69d87ee2dbc0caba1801ba2702f767855bf9f1c9dee2d9a6ca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-rukpak-rhel8\u0026tag=v4.13.0-202504220029.p0.g7dde3cd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:cc6161f9c4e5bb62a5a3d296f699f03516184964a25a42a7c13733b8a733c817_amd64",
"product": {
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:cc6161f9c4e5bb62a5a3d296f699f03516184964a25a42a7c13733b8a733c817_amd64",
"product_id": "openshift4/ose-openshift-apiserver-rhel8@sha256:cc6161f9c4e5bb62a5a3d296f699f03516184964a25a42a7c13733b8a733c817_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256:cc6161f9c4e5bb62a5a3d296f699f03516184964a25a42a7c13733b8a733c817?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8\u0026tag=v4.13.0-202504220029.p0.g3a7ac1b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:9dc2b95ff43ce474ccfe3307a569c97bff50af678be1144f096be0bbec7f30ea_amd64",
"product": {
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:9dc2b95ff43ce474ccfe3307a569c97bff50af678be1144f096be0bbec7f30ea_amd64",
"product_id": "openshift4/ose-openshift-controller-manager-rhel8@sha256:9dc2b95ff43ce474ccfe3307a569c97bff50af678be1144f096be0bbec7f30ea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256:9dc2b95ff43ce474ccfe3307a569c97bff50af678be1144f096be0bbec7f30ea?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8\u0026tag=v4.13.0-202504220029.p0.g04ab0fd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c7f937087f3a7ca3a70cf71e3208846c728b7abadb53672d07a96119acb8725b_amd64",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c7f937087f3a7ca3a70cf71e3208846c728b7abadb53672d07a96119acb8725b_amd64",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c7f937087f3a7ca3a70cf71e3208846c728b7abadb53672d07a96119acb8725b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256:c7f937087f3a7ca3a70cf71e3208846c728b7abadb53672d07a96119acb8725b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8\u0026tag=v4.13.0-202504220029.p0.gc3b7d2f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:03a0dd7562d5afe26f6a506074ef78149ebd7f64fff51115f3a774cf140311c4_amd64",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:03a0dd7562d5afe26f6a506074ef78149ebd7f64fff51115f3a774cf140311c4_amd64",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:03a0dd7562d5afe26f6a506074ef78149ebd7f64fff51115f3a774cf140311c4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:03a0dd7562d5afe26f6a506074ef78149ebd7f64fff51115f3a774cf140311c4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator\u0026tag=v4.13.0-202504220029.p0.gb50a649.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4833367e7a3a94b76b350799227dcebb0f118250ad417b6f5e339dd0385186e2_amd64",
"product": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4833367e7a3a94b76b350799227dcebb0f118250ad417b6f5e339dd0385186e2_amd64",
"product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4833367e7a3a94b76b350799227dcebb0f118250ad417b6f5e339dd0385186e2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256:4833367e7a3a94b76b350799227dcebb0f118250ad417b6f5e339dd0385186e2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202504220029.p0.gc3b7d2f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64",
"product_id": "openshift4/ovirt-csi-driver-rhel8@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8\u0026tag=v4.13.0-202504220029.p0.g54958de.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64",
"product_id": "openshift4/ovirt-csi-driver-rhel7@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel7\u0026tag=v4.13.0-202504220029.p0.g54958de.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a793e754e58d2cfb56eafd41c20d469afaccfd1410950bd183b59ddc7acb0d17_amd64",
"product": {
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a793e754e58d2cfb56eafd41c20d469afaccfd1410950bd183b59ddc7acb0d17_amd64",
"product_id": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a793e754e58d2cfb56eafd41c20d469afaccfd1410950bd183b59ddc7acb0d17_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256:a793e754e58d2cfb56eafd41c20d469afaccfd1410950bd183b59ddc7acb0d17?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8\u0026tag=v4.13.0-202504220029.p0.g22d89b3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64",
"product": {
"name": "openshift4/ose-ovn-kubernetes@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64",
"product_id": "openshift4/ose-ovn-kubernetes@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes\u0026tag=v4.13.0-202504281400.p0.g72f151a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64",
"product": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64",
"product_id": "openshift4/ose-ovn-kubernetes-rhel9@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=v4.13.0-202504281400.p0.g72f151a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e1f7faee2f1494de270d580eda9a9985afdb417524b742cc07aec693acd32d34_amd64",
"product": {
"name": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e1f7faee2f1494de270d580eda9a9985afdb417524b742cc07aec693acd32d34_amd64",
"product_id": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e1f7faee2f1494de270d580eda9a9985afdb417524b742cc07aec693acd32d34_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel8@sha256:e1f7faee2f1494de270d580eda9a9985afdb417524b742cc07aec693acd32d34?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8\u0026tag=v4.13.0-202504220029.p0.g16fa555.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:b0d3ac017b538f8eab7a7346b7ac5eb5b53a963e0ff48570e9c2692ef2c19d30_amd64",
"product": {
"name": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:b0d3ac017b538f8eab7a7346b7ac5eb5b53a963e0ff48570e9c2692ef2c19d30_amd64",
"product_id": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:b0d3ac017b538f8eab7a7346b7ac5eb5b53a963e0ff48570e9c2692ef2c19d30_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-operator-rhel8@sha256:b0d3ac017b538f8eab7a7346b7ac5eb5b53a963e0ff48570e9c2692ef2c19d30?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8\u0026tag=v4.13.0-202504220029.p0.ge70c980.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:8b63d02eec2eae0ac602b7bd8d98698c3d09176c8888278d8399de283229cc00_amd64",
"product": {
"name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:8b63d02eec2eae0ac602b7bd8d98698c3d09176c8888278d8399de283229cc00_amd64",
"product_id": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:8b63d02eec2eae0ac602b7bd8d98698c3d09176c8888278d8399de283229cc00_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel8@sha256:8b63d02eec2eae0ac602b7bd8d98698c3d09176c8888278d8399de283229cc00?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202504220029.p0.gc040f37.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:3e701c8548c819879e65db4d664be2175d90ac65f02634a900e4b41fccf04ce9_amd64",
"product": {
"name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:3e701c8548c819879e65db4d664be2175d90ac65f02634a900e4b41fccf04ce9_amd64",
"product_id": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:3e701c8548c819879e65db4d664be2175d90ac65f02634a900e4b41fccf04ce9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel8@sha256:3e701c8548c819879e65db4d664be2175d90ac65f02634a900e4b41fccf04ce9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8\u0026tag=v4.13.0-202504220029.p0.g95154dd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:6b92e5ba76d93a9521a78770eba00751255a944259c03e0ecf27d4f365cf7f08_amd64",
"product": {
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:6b92e5ba76d93a9521a78770eba00751255a944259c03e0ecf27d4f365cf7f08_amd64",
"product_id": "openshift4/ose-k8s-prometheus-adapter@sha256:6b92e5ba76d93a9521a78770eba00751255a944259c03e0ecf27d4f365cf7f08_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256:6b92e5ba76d93a9521a78770eba00751255a944259c03e0ecf27d4f365cf7f08?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-k8s-prometheus-adapter\u0026tag=v4.13.0-202504220029.p0.g0fce7c7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/openshift-route-controller-manager-rhel8@sha256:cd8cad7979a93f0a3d782643f478ba0b37a36b2c2d1de1ed552718d1bb270985_amd64",
"product": {
"name": "openshift4/openshift-route-controller-manager-rhel8@sha256:cd8cad7979a93f0a3d782643f478ba0b37a36b2c2d1de1ed552718d1bb270985_amd64",
"product_id": "openshift4/openshift-route-controller-manager-rhel8@sha256:cd8cad7979a93f0a3d782643f478ba0b37a36b2c2d1de1ed552718d1bb270985_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256:cd8cad7979a93f0a3d782643f478ba0b37a36b2c2d1de1ed552718d1bb270985?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8\u0026tag=v4.13.0-202504220029.p0.g6667a6c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-service-ca-operator@sha256:0788ddcf0a9df3bfa702d9728176cac1236c875527f955380c9dc81a3d9026e9_amd64",
"product": {
"name": "openshift4/ose-service-ca-operator@sha256:0788ddcf0a9df3bfa702d9728176cac1236c875527f955380c9dc81a3d9026e9_amd64",
"product_id": "openshift4/ose-service-ca-operator@sha256:0788ddcf0a9df3bfa702d9728176cac1236c875527f955380c9dc81a3d9026e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-operator@sha256:0788ddcf0a9df3bfa702d9728176cac1236c875527f955380c9dc81a3d9026e9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-operator\u0026tag=v4.13.0-202504220029.p0.gdba00dc.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-thanos-rhel8@sha256:c12c79616e9b9d53ba1241a8cb413af4b9b666d687e2eb03612e24820650d05a_amd64",
"product": {
"name": "openshift4/ose-thanos-rhel8@sha256:c12c79616e9b9d53ba1241a8cb413af4b9b666d687e2eb03612e24820650d05a_amd64",
"product_id": "openshift4/ose-thanos-rhel8@sha256:c12c79616e9b9d53ba1241a8cb413af4b9b666d687e2eb03612e24820650d05a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel8@sha256:c12c79616e9b9d53ba1241a8cb413af4b9b666d687e2eb03612e24820650d05a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel8\u0026tag=v4.13.0-202504220029.p0.g70fb57f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel8@sha256:e0d9bd0683c12278d66ce930558b75c81579c1e98025b4e29f6791e6728ffd39_amd64",
"product": {
"name": "openshift4/ose-tools-rhel8@sha256:e0d9bd0683c12278d66ce930558b75c81579c1e98025b4e29f6791e6728ffd39_amd64",
"product_id": "openshift4/ose-tools-rhel8@sha256:e0d9bd0683c12278d66ce930558b75c81579c1e98025b4e29f6791e6728ffd39_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256:e0d9bd0683c12278d66ce930558b75c81579c1e98025b4e29f6791e6728ffd39?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.13.0-202504300029.p0.gd192e90.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64",
"product": {
"name": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64",
"product_id": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8\u0026tag=v4.13.0-202504220029.p0.g4d3036a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64",
"product": {
"name": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64",
"product_id": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8\u0026tag=v4.13.0-202504220029.p0.g4d3036a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64",
"product": {
"name": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64",
"product_id": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8\u0026tag=v4.13.0-202504220029.p0.ga9e5036.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64",
"product": {
"name": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64",
"product_id": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8\u0026tag=v4.13.0-202504220029.p0.ga9e5036.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:5cf8c60541ee633619c206ff29e9a31eb72a5972e0fa4676821477ac63c11145_amd64",
"product": {
"name": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:5cf8c60541ee633619c206ff29e9a31eb72a5972e0fa4676821477ac63c11145_amd64",
"product_id": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:5cf8c60541ee633619c206ff29e9a31eb72a5972e0fa4676821477ac63c11145_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cloud-controller-manager-rhel8@sha256:5cf8c60541ee633619c206ff29e9a31eb72a5972e0fa4676821477ac63c11145?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8\u0026tag=v4.13.0-202504220029.p0.gf56d57b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:b1f999470b563da16441760553ecf03df3afe07a6bfc670e2585960ff1572aa8_amd64",
"product": {
"name": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:b1f999470b563da16441760553ecf03df3afe07a6bfc670e2585960ff1572aa8_amd64",
"product_id": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:b1f999470b563da16441760553ecf03df3afe07a6bfc670e2585960ff1572aa8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cluster-api-controllers-rhel8@sha256:b1f999470b563da16441760553ecf03df3afe07a6bfc670e2585960ff1572aa8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8\u0026tag=v4.13.0-202504220029.p0.gda63f2b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:996f41eca94f896224a148d4cf22124284fdd4dc913d03185265162767102aa7_amd64",
"product": {
"name": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:996f41eca94f896224a148d4cf22124284fdd4dc913d03185265162767102aa7_amd64",
"product_id": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:996f41eca94f896224a148d4cf22124284fdd4dc913d03185265162767102aa7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-problem-detector-rhel8@sha256:996f41eca94f896224a148d4cf22124284fdd4dc913d03185265162767102aa7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8\u0026tag=v4.13.0-202504220029.p0.g3ad7408.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:15695550dfee18b27552a0e40ef04c87867c8e84dc67395103b30884ac4c1379_amd64",
"product": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:15695550dfee18b27552a0e40ef04c87867c8e84dc67395103b30884ac4c1379_amd64",
"product_id": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:15695550dfee18b27552a0e40ef04c87867c8e84dc67395103b30884ac4c1379_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256:15695550dfee18b27552a0e40ef04c87867c8e84dc67395103b30884ac4c1379?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=v4.13.0-202504281400.p0.g72f151a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-config-reloader@sha256:0471b66596dff273beb47a7ae9ef29c2d319cfd2f568fba91917b9594e7ff6b4_amd64",
"product": {
"name": "openshift4/ose-prometheus-config-reloader@sha256:0471b66596dff273beb47a7ae9ef29c2d319cfd2f568fba91917b9594e7ff6b4_amd64",
"product_id": "openshift4/ose-prometheus-config-reloader@sha256:0471b66596dff273beb47a7ae9ef29c2d319cfd2f568fba91917b9594e7ff6b4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader@sha256:0471b66596dff273beb47a7ae9ef29c2d319cfd2f568fba91917b9594e7ff6b4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader\u0026tag=v4.13.0-202504220029.p0.g30fdccd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:24a0a72d8393301dc1222edab256e7a3ec16bc70f6623152c3c04f6a9c59e045_amd64",
"product": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:24a0a72d8393301dc1222edab256e7a3ec16bc70f6623152c3c04f6a9c59e045_amd64",
"product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:24a0a72d8393301dc1222edab256e7a3ec16bc70f6623152c3c04f6a9c59e045_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256:24a0a72d8393301dc1222edab256e7a3ec16bc70f6623152c3c04f6a9c59e045?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8\u0026tag=v4.13.0-202504220029.p0.g30fdccd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator@sha256:680dca24a86e43ba38e7b84ac1f4d186499e6c0b25d1b60167c8159df184f5ab_amd64",
"product": {
"name": "openshift4/ose-prometheus-operator@sha256:680dca24a86e43ba38e7b84ac1f4d186499e6c0b25d1b60167c8159df184f5ab_amd64",
"product_id": "openshift4/ose-prometheus-operator@sha256:680dca24a86e43ba38e7b84ac1f4d186499e6c0b25d1b60167c8159df184f5ab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator@sha256:680dca24a86e43ba38e7b84ac1f4d186499e6c0b25d1b60167c8159df184f5ab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator\u0026tag=v4.13.0-202504220029.p0.g30fdccd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prom-label-proxy@sha256:84424961239f48399cee6090dc34c961c7362d7ecd51dbbda6eeaed77af69b28_amd64",
"product": {
"name": "openshift4/ose-prom-label-proxy@sha256:84424961239f48399cee6090dc34c961c7362d7ecd51dbbda6eeaed77af69b28_amd64",
"product_id": "openshift4/ose-prom-label-proxy@sha256:84424961239f48399cee6090dc34c961c7362d7ecd51dbbda6eeaed77af69b28_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy@sha256:84424961239f48399cee6090dc34c961c7362d7ecd51dbbda6eeaed77af69b28?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy\u0026tag=v4.13.0-202504220029.p0.gb501d5e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-telemeter@sha256:ed74e3c3cd6f0dfcee228dd37d6015ae00659c89328987ebf4e856538d44acbc_amd64",
"product": {
"name": "openshift4/ose-telemeter@sha256:ed74e3c3cd6f0dfcee228dd37d6015ae00659c89328987ebf4e856538d44acbc_amd64",
"product_id": "openshift4/ose-telemeter@sha256:ed74e3c3cd6f0dfcee228dd37d6015ae00659c89328987ebf4e856538d44acbc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter@sha256:ed74e3c3cd6f0dfcee228dd37d6015ae00659c89328987ebf4e856538d44acbc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter\u0026tag=v4.13.0-202504220029.p0.g0634a6d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:dd83ff4f5a128daa3da369b7d55e5c85962ad139c2e90f38ae1379f45e25d3b8_amd64",
"product": {
"name": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:dd83ff4f5a128daa3da369b7d55e5c85962ad139c2e90f38ae1379f45e25d3b8_amd64",
"product_id": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:dd83ff4f5a128daa3da369b7d55e5c85962ad139c2e90f38ae1379f45e25d3b8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-syncer-rhel8@sha256:dd83ff4f5a128daa3da369b7d55e5c85962ad139c2e90f38ae1379f45e25d3b8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8\u0026tag=v4.13.0-202504220029.p0.g4d3036a.assembly.stream.el8"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhcos@sha256:d0c6c2b7e435e33e345476c3710295e8427c0f28ffa2fe780d01b2f8d0571f22_x86_64",
"product": {
"name": "rhcos@sha256:d0c6c2b7e435e33e345476c3710295e8427c0f28ffa2fe780d01b2f8d0571f22_x86_64",
"product_id": "rhcos@sha256:d0c6c2b7e435e33e345476c3710295e8427c0f28ffa2fe780d01b2f8d0571f22_x86_64",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:d0c6c2b7e435e33e345476c3710295e8427c0f28ffa2fe780d01b2f8d0571f22?arch=x86_64\u0026repository_url=registry.redhat.io/rhcos\u0026tag=413.92.202505061702-0"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:2af0c5f28710eef08d7e795b2f2fd396239446741ad1e1e658554cc5b2d7499c_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:2af0c5f28710eef08d7e795b2f2fd396239446741ad1e1e658554cc5b2d7499c_amd64"
},
"product_reference": "openshift4/cloud-network-config-controller-rhel8@sha256:2af0c5f28710eef08d7e795b2f2fd396239446741ad1e1e658554cc5b2d7499c_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/egress-router-cni-rhel8@sha256:4a1882927aa0730aa113759930b4f529ee268c264f17ff912774f7a1d98ca18d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:4a1882927aa0730aa113759930b4f529ee268c264f17ff912774f7a1d98ca18d_amd64"
},
"product_reference": "openshift4/egress-router-cni-rhel8@sha256:4a1882927aa0730aa113759930b4f529ee268c264f17ff912774f7a1d98ca18d_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/kubevirt-csi-driver-rhel8@sha256:d7e0ec5ad37bab321ac8a40dcb64384eb3c16ae5e858464ee1c32cb20401f526_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:d7e0ec5ad37bab321ac8a40dcb64384eb3c16ae5e858464ee1c32cb20401f526_amd64"
},
"product_reference": "openshift4/kubevirt-csi-driver-rhel8@sha256:d7e0ec5ad37bab321ac8a40dcb64384eb3c16ae5e858464ee1c32cb20401f526_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel8@sha256:c02e74a36878bc56a7b415654bfff711c1794ac0a3c3648c5fd2170675ae87da_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:c02e74a36878bc56a7b415654bfff711c1794ac0a3c3648c5fd2170675ae87da_amd64"
},
"product_reference": "openshift4/network-tools-rhel8@sha256:c02e74a36878bc56a7b415654bfff711c1794ac0a3c3648c5fd2170675ae87da_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/oc-mirror-plugin-rhel8@sha256:54410c3040cb45b528c6c701da77bf3294edc0cbf75c2afd4110b20fca1c59e1_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:54410c3040cb45b528c6c701da77bf3294edc0cbf75c2afd4110b20fca1c59e1_amd64"
},
"product_reference": "openshift4/oc-mirror-plugin-rhel8@sha256:54410c3040cb45b528c6c701da77bf3294edc0cbf75c2afd4110b20fca1c59e1_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/openshift-route-controller-manager-rhel8@sha256:cd8cad7979a93f0a3d782643f478ba0b37a36b2c2d1de1ed552718d1bb270985_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:cd8cad7979a93f0a3d782643f478ba0b37a36b2c2d1de1ed552718d1bb270985_amd64"
},
"product_reference": "openshift4/openshift-route-controller-manager-rhel8@sha256:cd8cad7979a93f0a3d782643f478ba0b37a36b2c2d1de1ed552718d1bb270985_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:4584e4b91a2c79b2350c1e615099ce652a0cf1f5f6174a573b2db9a77680f0e8_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:4584e4b91a2c79b2350c1e615099ce652a0cf1f5f6174a573b2db9a77680f0e8_amd64"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel8@sha256:4584e4b91a2c79b2350c1e615099ce652a0cf1f5f6174a573b2db9a77680f0e8_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:40faeeee70ac61a27f15c02a2fe4de5d186cc6caa7a2773dca5b20bd9ac45738_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:40faeeee70ac61a27f15c02a2fe4de5d186cc6caa7a2773dca5b20bd9ac45738_amd64"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:40faeeee70ac61a27f15c02a2fe4de5d186cc6caa7a2773dca5b20bd9ac45738_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:f89ec093de1ecac1c670bdbbe29fabdc9a49bf579644e577e6b48bfb743f76c2_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f89ec093de1ecac1c670bdbbe29fabdc9a49bf579644e577e6b48bfb743f76c2_amd64"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel8@sha256:f89ec093de1ecac1c670bdbbe29fabdc9a49bf579644e577e6b48bfb743f76c2_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9acd281012ec22619bdb11973382d7c946c29f536594ef7a29a84270fd2e761c_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9acd281012ec22619bdb11973382d7c946c29f536594ef7a29a84270fd2e761c_amd64"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9acd281012ec22619bdb11973382d7c946c29f536594ef7a29a84270fd2e761c_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:6b35661834a938fe9accb877934fc523a4782d00e08926577abd4687aa029efb_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:6b35661834a938fe9accb877934fc523a4782d00e08926577abd4687aa029efb_amd64"
},
"product_reference": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:6b35661834a938fe9accb877934fc523a4782d00e08926577abd4687aa029efb_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:16b3ecc755a547774f58334978ed72c6700c898ca06bcd0184d39e830709e707_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:16b3ecc755a547774f58334978ed72c6700c898ca06bcd0184d39e830709e707_amd64"
},
"product_reference": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:16b3ecc755a547774f58334978ed72c6700c898ca06bcd0184d39e830709e707_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:47ad1365190ac5eafe893d49d8cf55e057ada01198661d27163f08841e4de5e3_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:47ad1365190ac5eafe893d49d8cf55e057ada01198661d27163f08841e4de5e3_amd64"
},
"product_reference": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:47ad1365190ac5eafe893d49d8cf55e057ada01198661d27163f08841e4de5e3_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:24e838680502b2efd46c17b2210f053860c91ba396786b8d5350a553bb6aae54_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:24e838680502b2efd46c17b2210f053860c91ba396786b8d5350a553bb6aae54_amd64"
},
"product_reference": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:24e838680502b2efd46c17b2210f053860c91ba396786b8d5350a553bb6aae54_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:88bab056feb7370de294928e88d79505fbff5dfc084ee5f109f6a81bb54858df_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:88bab056feb7370de294928e88d79505fbff5dfc084ee5f109f6a81bb54858df_amd64"
},
"product_reference": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:88bab056feb7370de294928e88d79505fbff5dfc084ee5f109f6a81bb54858df_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:c2318383b8ee9cefbd1e4a072c67819045404b125ba0b3167699af6b2e8f719d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:c2318383b8ee9cefbd1e4a072c67819045404b125ba0b3167699af6b2e8f719d_amd64"
},
"product_reference": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:c2318383b8ee9cefbd1e4a072c67819045404b125ba0b3167699af6b2e8f719d_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d28ffcbdfec5913dc17c81451883108f1e7df09ccb3a89cdd69a096927a8e430_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d28ffcbdfec5913dc17c81451883108f1e7df09ccb3a89cdd69a096927a8e430_amd64"
},
"product_reference": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d28ffcbdfec5913dc17c81451883108f1e7df09ccb3a89cdd69a096927a8e430_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0f31ee297e5fe72c4d21253c671153b5afa401fb24f90461f24e3183a9e102dd_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0f31ee297e5fe72c4d21253c671153b5afa401fb24f90461f24e3183a9e102dd_amd64"
},
"product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0f31ee297e5fe72c4d21253c671153b5afa401fb24f90461f24e3183a9e102dd_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ca6b67a58ba88779d5263fd75700596c2591d9808c6ae14d436401073ba1ab2d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ca6b67a58ba88779d5263fd75700596c2591d9808c6ae14d436401073ba1ab2d_amd64"
},
"product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ca6b67a58ba88779d5263fd75700596c2591d9808c6ae14d436401073ba1ab2d_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:dd13b3c6fa06cc0f137edde8542422d663ff31d52e0d062cfba8229fedaed19e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:dd13b3c6fa06cc0f137edde8542422d663ff31d52e0d062cfba8229fedaed19e_amd64"
},
"product_reference": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:dd13b3c6fa06cc0f137edde8542422d663ff31d52e0d062cfba8229fedaed19e_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:7d795f9d529424252eabcac30a80bb9d8a02aaae37c0563abf35af0f464f0807_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:7d795f9d529424252eabcac30a80bb9d8a02aaae37c0563abf35af0f464f0807_amd64"
},
"product_reference": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:7d795f9d529424252eabcac30a80bb9d8a02aaae37c0563abf35af0f464f0807_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:fbd74802479830111e35763fea31b88da573084ad4abb427d59d766612c023b9_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:fbd74802479830111e35763fea31b88da573084ad4abb427d59d766612c023b9_amd64"
},
"product_reference": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:fbd74802479830111e35763fea31b88da573084ad4abb427d59d766612c023b9_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:d085d1bf9d4a6bdae5bdaa1f4a763b5920b3e33ea934b6d1f517d08b9227e69f_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:d085d1bf9d4a6bdae5bdaa1f4a763b5920b3e33ea934b6d1f517d08b9227e69f_amd64"
},
"product_reference": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:d085d1bf9d4a6bdae5bdaa1f4a763b5920b3e33ea934b6d1f517d08b9227e69f_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:f6e4075c3c79257c2bfc92505478ef6950f2050dce21315024e95a6519065d97_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:f6e4075c3c79257c2bfc92505478ef6950f2050dce21315024e95a6519065d97_amd64"
},
"product_reference": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:f6e4075c3c79257c2bfc92505478ef6950f2050dce21315024e95a6519065d97_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:27cce691de1d1381b562bdb6b766869ad75edacfc05f361646e66796cea06313_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:27cce691de1d1381b562bdb6b766869ad75edacfc05f361646e66796cea06313_amd64"
},
"product_reference": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:27cce691de1d1381b562bdb6b766869ad75edacfc05f361646e66796cea06313_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6e35ce11cabf52a803c7cfd6d2f330a8ee2ba6d9459322cc3c3abf6b4811a57c_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6e35ce11cabf52a803c7cfd6d2f330a8ee2ba6d9459322cc3c3abf6b4811a57c_amd64"
},
"product_reference": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6e35ce11cabf52a803c7cfd6d2f330a8ee2ba6d9459322cc3c3abf6b4811a57c_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:25ce6b1769053a3e4e25be76977512192c26ceddbab24436f9fe7a30e866913c_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:25ce6b1769053a3e4e25be76977512192c26ceddbab24436f9fe7a30e866913c_amd64"
},
"product_reference": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:25ce6b1769053a3e4e25be76977512192c26ceddbab24436f9fe7a30e866913c_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:a8a9b3fc602cd6fc44ce88479c5cbd7412b819a1253a70beec72c77f9e7ce83d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:a8a9b3fc602cd6fc44ce88479c5cbd7412b819a1253a70beec72c77f9e7ce83d_amd64"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:a8a9b3fc602cd6fc44ce88479c5cbd7412b819a1253a70beec72c77f9e7ce83d_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-machine-controllers@sha256:e8fe0ee9e4efcae284a304ae161a6b5fbc79f25a0d199d575c8ca052695280a7_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:e8fe0ee9e4efcae284a304ae161a6b5fbc79f25a0d199d575c8ca052695280a7_amd64"
},
"product_reference": "openshift4/ose-baremetal-machine-controllers@sha256:e8fe0ee9e4efcae284a304ae161a6b5fbc79f25a0d199d575c8ca052695280a7_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:6b8c2b0117065c58987970228d46009d56b37f193e3724f4f30cfbe1a09abec7_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:6b8c2b0117065c58987970228d46009d56b37f193e3724f4f30cfbe1a09abec7_amd64"
},
"product_reference": "openshift4/ose-baremetal-rhel8-operator@sha256:6b8c2b0117065c58987970228d46009d56b37f193e3724f4f30cfbe1a09abec7_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:a443f3127d8b96a22fa7900300129a6c0fa64546347f27028fa253868b417ff6_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:a443f3127d8b96a22fa7900300129a6c0fa64546347f27028fa253868b417ff6_amd64"
},
"product_reference": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:a443f3127d8b96a22fa7900300129a6c0fa64546347f27028fa253868b417ff6_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli-artifacts@sha256:36c8e50b8095ff8d0a1920be25c61f41369d1c1b881c6736b752b4798b68262e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:36c8e50b8095ff8d0a1920be25c61f41369d1c1b881c6736b752b4798b68262e_amd64"
},
"product_reference": "openshift4/ose-cli-artifacts@sha256:36c8e50b8095ff8d0a1920be25c61f41369d1c1b881c6736b752b4798b68262e_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli@sha256:7bc8b50dd45977990c97e0bf4efefe47996e468ab674134f1e7d4fad80a0f2e8_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cli@sha256:7bc8b50dd45977990c97e0bf4efefe47996e468ab674134f1e7d4fad80a0f2e8_amd64"
},
"product_reference": "openshift4/ose-cli@sha256:7bc8b50dd45977990c97e0bf4efefe47996e468ab674134f1e7d4fad80a0f2e8_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cloud-credential-operator@sha256:13b7885ab87b62004ed049d8a66a52200d1aa2c81c6c837447e8d3d77b3e1198_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:13b7885ab87b62004ed049d8a66a52200d1aa2c81c6c837447e8d3d77b3e1198_amd64"
},
"product_reference": "openshift4/ose-cloud-credential-operator@sha256:13b7885ab87b62004ed049d8a66a52200d1aa2c81c6c837447e8d3d77b3e1198_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-api-rhel8@sha256:65702387c6fab6f1b61f98225b933d1f6747880ccb0dc00859ca46da10c76e0a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:65702387c6fab6f1b61f98225b933d1f6747880ccb0dc00859ca46da10c76e0a_amd64"
},
"product_reference": "openshift4/ose-cluster-api-rhel8@sha256:65702387c6fab6f1b61f98225b933d1f6747880ccb0dc00859ca46da10c76e0a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-authentication-operator@sha256:2660d9c9efbdbe443f028c6da32f8a8e40b7b8f89bb87b0a4c40d76cecd5575f_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:2660d9c9efbdbe443f028c6da32f8a8e40b7b8f89bb87b0a4c40d76cecd5575f_amd64"
},
"product_reference": "openshift4/ose-cluster-authentication-operator@sha256:2660d9c9efbdbe443f028c6da32f8a8e40b7b8f89bb87b0a4c40d76cecd5575f_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:6b2d96ac2373cc38abdaf928c8b9a4a0e328448c4a4c1b912825eef1d5adaa11_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:6b2d96ac2373cc38abdaf928c8b9a4a0e328448c4a4c1b912825eef1d5adaa11_amd64"
},
"product_reference": "openshift4/ose-cluster-autoscaler-operator@sha256:6b2d96ac2373cc38abdaf928c8b9a4a0e328448c4a4c1b912825eef1d5adaa11_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler@sha256:0c154837dde720dceb45182745f8df4a5a2e91672b583aeb75397eeb5dc91a7a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:0c154837dde720dceb45182745f8df4a5a2e91672b583aeb75397eeb5dc91a7a_amd64"
},
"product_reference": "openshift4/ose-cluster-autoscaler@sha256:0c154837dde720dceb45182745f8df4a5a2e91672b583aeb75397eeb5dc91a7a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:712c0764287b2356861e4f2212fd358ebe37020f0ff83add75f36362e8d23415_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:712c0764287b2356861e4f2212fd358ebe37020f0ff83add75f36362e8d23415_amd64"
},
"product_reference": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:712c0764287b2356861e4f2212fd358ebe37020f0ff83add75f36362e8d23415_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-bootstrap@sha256:72975b5b89a5593059cc8fa7cb28f97e8162cee53714240c11394b985fcfb696_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:72975b5b89a5593059cc8fa7cb28f97e8162cee53714240c11394b985fcfb696_amd64"
},
"product_reference": "openshift4/ose-cluster-bootstrap@sha256:72975b5b89a5593059cc8fa7cb28f97e8162cee53714240c11394b985fcfb696_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64"
},
"product_reference": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64"
},
"product_reference": "openshift4/ose-cluster-capi-rhel8-operator@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a823081474886c5133db8eb99f43cf0c9d1239d56ca5098d514550f350e0ceec_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a823081474886c5133db8eb99f43cf0c9d1239d56ca5098d514550f350e0ceec_amd64"
},
"product_reference": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a823081474886c5133db8eb99f43cf0c9d1239d56ca5098d514550f350e0ceec_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-config-operator@sha256:0a5f50af966f4e19fdef5e5491796813201f8aea49ebd778531bdbaacab94525_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:0a5f50af966f4e19fdef5e5491796813201f8aea49ebd778531bdbaacab94525_amd64"
},
"product_reference": "openshift4/ose-cluster-config-operator@sha256:0a5f50af966f4e19fdef5e5491796813201f8aea49ebd778531bdbaacab94525_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:1cbcdd54ae0eceb61c7602047f65337658b5a8330ee148b88714c9e8d672c722_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:1cbcdd54ae0eceb61c7602047f65337658b5a8330ee148b88714c9e8d672c722_amd64"
},
"product_reference": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:1cbcdd54ae0eceb61c7602047f65337658b5a8330ee148b88714c9e8d672c722_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:9e681145acf5573d1413fb3dad67f904c56b851aff01a82c77584fd2e1e31470_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:9e681145acf5573d1413fb3dad67f904c56b851aff01a82c77584fd2e1e31470_amd64"
},
"product_reference": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:9e681145acf5573d1413fb3dad67f904c56b851aff01a82c77584fd2e1e31470_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-dns-operator@sha256:7cf66ea30093dc3981ba473fb4e8bc4befa8f89f019a5012a62e5063cbcde6b6_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:7cf66ea30093dc3981ba473fb4e8bc4befa8f89f019a5012a62e5063cbcde6b6_amd64"
},
"product_reference": "openshift4/ose-cluster-dns-operator@sha256:7cf66ea30093dc3981ba473fb4e8bc4befa8f89f019a5012a62e5063cbcde6b6_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:77f21feed46735c4bde09073d9e963823e48be7193089e7088998fe096794690_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:77f21feed46735c4bde09073d9e963823e48be7193089e7088998fe096794690_amd64"
},
"product_reference": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:77f21feed46735c4bde09073d9e963823e48be7193089e7088998fe096794690_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-image-registry-operator@sha256:6853d2832fbe97325cdb1914a7b1c1ea019730f6e35f205b760982f73d85de7f_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:6853d2832fbe97325cdb1914a7b1c1ea019730f6e35f205b760982f73d85de7f_amd64"
},
"product_reference": "openshift4/ose-cluster-image-registry-operator@sha256:6853d2832fbe97325cdb1914a7b1c1ea019730f6e35f205b760982f73d85de7f_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-ingress-operator@sha256:e0c2fbe470b2bdf9c11c10eedaa043748e3c6fdd0b5fc6b7b76b0c44c099541b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:e0c2fbe470b2bdf9c11c10eedaa043748e3c6fdd0b5fc6b7b76b0c44c099541b_amd64"
},
"product_reference": "openshift4/ose-cluster-ingress-operator@sha256:e0c2fbe470b2bdf9c11c10eedaa043748e3c6fdd0b5fc6b7b76b0c44c099541b_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:1646b13b3c7a4543caf98b9651d9204054261759313f75dd2c2d25777c43c898_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:1646b13b3c7a4543caf98b9651d9204054261759313f75dd2c2d25777c43c898_amd64"
},
"product_reference": "openshift4/ose-cluster-kube-apiserver-operator@sha256:1646b13b3c7a4543caf98b9651d9204054261759313f75dd2c2d25777c43c898_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:9c351a7613a2a8218034d576f23e586f7bf47d280e8ef138c6bf0c2eef4b1748_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:9c351a7613a2a8218034d576f23e586f7bf47d280e8ef138c6bf0c2eef4b1748_amd64"
},
"product_reference": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:9c351a7613a2a8218034d576f23e586f7bf47d280e8ef138c6bf0c2eef4b1748_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:be5dbe5f253ff397f62e33538cba44ebaf65a3ad96fb652c281714ce932e8949_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:be5dbe5f253ff397f62e33538cba44ebaf65a3ad96fb652c281714ce932e8949_amd64"
},
"product_reference": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:be5dbe5f253ff397f62e33538cba44ebaf65a3ad96fb652c281714ce932e8949_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:4e7c9c7ec5d9968b01b1087fbead7a1fd0b51d9d86ed4d0c6421bcfa0b33c9cc_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:4e7c9c7ec5d9968b01b1087fbead7a1fd0b51d9d86ed4d0c6421bcfa0b33c9cc_amd64"
},
"product_reference": "openshift4/ose-cluster-kube-scheduler-operator@sha256:4e7c9c7ec5d9968b01b1087fbead7a1fd0b51d9d86ed4d0c6421bcfa0b33c9cc_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:001a007b7abf6e42ecf097da21c0c27322773255617a6c40335758b1f3e576cd_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:001a007b7abf6e42ecf097da21c0c27322773255617a6c40335758b1f3e576cd_amd64"
},
"product_reference": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:001a007b7abf6e42ecf097da21c0c27322773255617a6c40335758b1f3e576cd_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-machine-approver@sha256:495ceadf5a23cc85337a72d816250baffe6426709f00a66761cf05a9336cc6db_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:495ceadf5a23cc85337a72d816250baffe6426709f00a66761cf05a9336cc6db_amd64"
},
"product_reference": "openshift4/ose-cluster-machine-approver@sha256:495ceadf5a23cc85337a72d816250baffe6426709f00a66761cf05a9336cc6db_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-monitoring-operator@sha256:b993202bb1199a75fb91014687b7a8b61c65c5513c1d88cad2a4ec5e2bdb7e3c_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:b993202bb1199a75fb91014687b7a8b61c65c5513c1d88cad2a4ec5e2bdb7e3c_amd64"
},
"product_reference": "openshift4/ose-cluster-monitoring-operator@sha256:b993202bb1199a75fb91014687b7a8b61c65c5513c1d88cad2a4ec5e2bdb7e3c_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-network-operator@sha256:66968387cbd620992c14e7638208ac16f132f3ea3dfdb83fd6e4465c2e779ad2_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:66968387cbd620992c14e7638208ac16f132f3ea3dfdb83fd6e4465c2e779ad2_amd64"
},
"product_reference": "openshift4/ose-cluster-network-operator@sha256:66968387cbd620992c14e7638208ac16f132f3ea3dfdb83fd6e4465c2e779ad2_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:3adaf4ced0fd01304f880dc13ad46d1855c9cda4ae6a32ebe6c1bc260ed232ab_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:3adaf4ced0fd01304f880dc13ad46d1855c9cda4ae6a32ebe6c1bc260ed232ab_amd64"
},
"product_reference": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:3adaf4ced0fd01304f880dc13ad46d1855c9cda4ae6a32ebe6c1bc260ed232ab_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:29f6dcc03b15f8aaf71b0eb2b1c3f44c06e2ecd31a1e0eac763cde104a945618_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:29f6dcc03b15f8aaf71b0eb2b1c3f44c06e2ecd31a1e0eac763cde104a945618_amd64"
},
"product_reference": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:29f6dcc03b15f8aaf71b0eb2b1c3f44c06e2ecd31a1e0eac763cde104a945618_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1a9f4b9cd573737365e13982f28725f8b9fade5f4d1d4d08f77d87d3891fbef9_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1a9f4b9cd573737365e13982f28725f8b9fade5f4d1d4d08f77d87d3891fbef9_amd64"
},
"product_reference": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1a9f4b9cd573737365e13982f28725f8b9fade5f4d1d4d08f77d87d3891fbef9_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:653e624f9859753e1f264bdd685359b7c619204c86b4085d063a6f12f5a44f7b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:653e624f9859753e1f264bdd685359b7c619204c86b4085d063a6f12f5a44f7b_amd64"
},
"product_reference": "openshift4/ose-cluster-policy-controller-rhel8@sha256:653e624f9859753e1f264bdd685359b7c619204c86b4085d063a6f12f5a44f7b_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-operator@sha256:1af29ca3c278969bef85f7dc7f0bee1f9c3e5aca90862b0bcff1859ade8c63c6_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:1af29ca3c278969bef85f7dc7f0bee1f9c3e5aca90862b0bcff1859ade8c63c6_amd64"
},
"product_reference": "openshift4/ose-cluster-samples-operator@sha256:1af29ca3c278969bef85f7dc7f0bee1f9c3e5aca90862b0bcff1859ade8c63c6_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-storage-operator@sha256:09b097bd1bf8f35e359d98e26e659b9bba4e0f02f29fe2fbf9492438a881dd38_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:09b097bd1bf8f35e359d98e26e659b9bba4e0f02f29fe2fbf9492438a881dd38_amd64"
},
"product_reference": "openshift4/ose-cluster-storage-operator@sha256:09b097bd1bf8f35e359d98e26e659b9bba4e0f02f29fe2fbf9492438a881dd38_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-update-keys@sha256:5133104ec8594ca380fa51cde56733df7a264c56af44c7eed34e230265180dc4_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-update-keys@sha256:5133104ec8594ca380fa51cde56733df7a264c56af44c7eed34e230265180dc4_amd64"
},
"product_reference": "openshift4/ose-cluster-update-keys@sha256:5133104ec8594ca380fa51cde56733df7a264c56af44c7eed34e230265180dc4_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-version-operator@sha256:6d44f497dd7421cca40a47485669d8ab2b0e3b78fb1ceef594d63ff96a20a246_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:6d44f497dd7421cca40a47485669d8ab2b0e3b78fb1ceef594d63ff96a20a246_amd64"
},
"product_reference": "openshift4/ose-cluster-version-operator@sha256:6d44f497dd7421cca40a47485669d8ab2b0e3b78fb1ceef594d63ff96a20a246_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-configmap-reloader@sha256:218c5884c34ca73fcfda585b4997cc0fa427b13608d34b14920336c23ae5ba13_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:218c5884c34ca73fcfda585b4997cc0fa427b13608d34b14920336c23ae5ba13_amd64"
},
"product_reference": "openshift4/ose-configmap-reloader@sha256:218c5884c34ca73fcfda585b4997cc0fa427b13608d34b14920336c23ae5ba13_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-operator@sha256:e9250415deb48c9e063799d0f3d1239bdb30d10fb58d8e32a987839c72ca8e79_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:e9250415deb48c9e063799d0f3d1239bdb30d10fb58d8e32a987839c72ca8e79_amd64"
},
"product_reference": "openshift4/ose-console-operator@sha256:e9250415deb48c9e063799d0f3d1239bdb30d10fb58d8e32a987839c72ca8e79_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console@sha256:7e0533a83d97732cd1b940bcdba77e43ffcea5073b8fe9dafc7e177b0170adcb_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-console@sha256:7e0533a83d97732cd1b940bcdba77e43ffcea5073b8fe9dafc7e177b0170adcb_amd64"
},
"product_reference": "openshift4/ose-console@sha256:7e0533a83d97732cd1b940bcdba77e43ffcea5073b8fe9dafc7e177b0170adcb_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:7b8d30540a71df4fe3c017ad768ab3a7b05e8db8f68916162f36e2044cfddce3_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:7b8d30540a71df4fe3c017ad768ab3a7b05e8db8f68916162f36e2044cfddce3_amd64"
},
"product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:7b8d30540a71df4fe3c017ad768ab3a7b05e8db8f68916162f36e2044cfddce3_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-coredns@sha256:397e8e06204f87160fa6a831d7c7bf9c27b450c0deb6e89f6790b897593ce826_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:397e8e06204f87160fa6a831d7c7bf9c27b450c0deb6e89f6790b897593ce826_amd64"
},
"product_reference": "openshift4/ose-coredns@sha256:397e8e06204f87160fa6a831d7c7bf9c27b450c0deb6e89f6790b897593ce826_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:73c37ef100613a46a99b1860a295f86e23b96d8a7e44cde52583a8fd7605585e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:73c37ef100613a46a99b1860a295f86e23b96d8a7e44cde52583a8fd7605585e_amd64"
},
"product_reference": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:73c37ef100613a46a99b1860a295f86e23b96d8a7e44cde52583a8fd7605585e_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-manila-rhel8@sha256:1e38f0daecc74a115a854300f36bf3af6cfe0c6a36f431a183449a49e2a0d07e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:1e38f0daecc74a115a854300f36bf3af6cfe0c6a36f431a183449a49e2a0d07e_amd64"
},
"product_reference": "openshift4/ose-csi-driver-manila-rhel8@sha256:1e38f0daecc74a115a854300f36bf3af6cfe0c6a36f431a183449a49e2a0d07e_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:47292803c6ec0f9b2ef5ec62d35f479b842ad39b752b63f515f230db69c3b691_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:47292803c6ec0f9b2ef5ec62d35f479b842ad39b752b63f515f230db69c3b691_amd64"
},
"product_reference": "openshift4/ose-csi-driver-nfs-rhel8@sha256:47292803c6ec0f9b2ef5ec62d35f479b842ad39b752b63f515f230db69c3b691_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9a051f979c35d69d59b5e96bf2d4a31e509345ee4a64b1301324a116bc981a72_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9a051f979c35d69d59b5e96bf2d4a31e509345ee4a64b1301324a116bc981a72_amd64"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9a051f979c35d69d59b5e96bf2d4a31e509345ee4a64b1301324a116bc981a72_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a30891e1058b5fc9d08f93012f631748b9d2292d8d739203e22365d497afbc65_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a30891e1058b5fc9d08f93012f631748b9d2292d8d739203e22365d497afbc65_amd64"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a30891e1058b5fc9d08f93012f631748b9d2292d8d739203e22365d497afbc65_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:0059cc67dd9f302cbab916dea5b0246c4ae6288c22316e135a0b899b7e49d7bd_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:0059cc67dd9f302cbab916dea5b0246c4ae6288c22316e135a0b899b7e49d7bd_amd64"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:0059cc67dd9f302cbab916dea5b0246c4ae6288c22316e135a0b899b7e49d7bd_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64"
},
"product_reference": "openshift4/ose-csi-external-attacher-rhel8@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64"
},
"product_reference": "openshift4/ose-csi-external-attacher@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64"
},
"product_reference": "openshift4/ose-csi-external-provisioner-rhel8@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64"
},
"product_reference": "openshift4/ose-csi-external-provisioner@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64"
},
"product_reference": "openshift4/ose-csi-external-resizer-rhel8@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64"
},
"product_reference": "openshift4/ose-csi-external-resizer@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64"
},
"product_reference": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64"
},
"product_reference": "openshift4/ose-csi-external-snapshotter@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64"
},
"product_reference": "openshift4/ose-csi-livenessprobe-rhel8@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64"
},
"product_reference": "openshift4/ose-csi-livenessprobe@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-node-driver-registrar@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64"
},
"product_reference": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64"
},
"product_reference": "openshift4/ose-csi-snapshot-controller@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:36eefef18accd753b869788b4891d50f87ee33f4dff87a1b7ef9ce4db35e86a8_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:36eefef18accd753b869788b4891d50f87ee33f4dff87a1b7ef9ce4db35e86a8_amd64"
},
"product_reference": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:36eefef18accd753b869788b4891d50f87ee33f4dff87a1b7ef9ce4db35e86a8_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-deployer@sha256:3a143fbec3d5abcc47bb625bfd13f88a2264c2f922dbfc3e04ac623a4d7c15f7_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:3a143fbec3d5abcc47bb625bfd13f88a2264c2f922dbfc3e04ac623a4d7c15f7_amd64"
},
"product_reference": "openshift4/ose-deployer@sha256:3a143fbec3d5abcc47bb625bfd13f88a2264c2f922dbfc3e04ac623a4d7c15f7_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder@sha256:0b3e1752a2842bb6a7f7f251b76a67ec9ce5c10bb0dd8f688eede69f864fc657_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:0b3e1752a2842bb6a7f7f251b76a67ec9ce5c10bb0dd8f688eede69f864fc657_amd64"
},
"product_reference": "openshift4/ose-docker-builder@sha256:0b3e1752a2842bb6a7f7f251b76a67ec9ce5c10bb0dd8f688eede69f864fc657_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-registry@sha256:b15cc982fc79f1afc7346d578821c6c80ae6e1e0b6ee1c2e77340cfff0a2be57_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:b15cc982fc79f1afc7346d578821c6c80ae6e1e0b6ee1c2e77340cfff0a2be57_amd64"
},
"product_reference": "openshift4/ose-docker-registry@sha256:b15cc982fc79f1afc7346d578821c6c80ae6e1e0b6ee1c2e77340cfff0a2be57_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:6c8e361878de34517ebd3f23e84577d683ef1c0d61ecbb257de9291ff4c56691_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:6c8e361878de34517ebd3f23e84577d683ef1c0d61ecbb257de9291ff4c56691_amd64"
},
"product_reference": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:6c8e361878de34517ebd3f23e84577d683ef1c0d61ecbb257de9291ff4c56691_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf4035279328a71212fc25a49ade7f2f224d4f46a3241b4b4d48ca0527f11aff_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf4035279328a71212fc25a49ade7f2f224d4f46a3241b4b4d48ca0527f11aff_amd64"
},
"product_reference": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf4035279328a71212fc25a49ade7f2f224d4f46a3241b4b4d48ca0527f11aff_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3a5a5080bf1f1198f4f49a3a474cea519ac5332db52ebd91bc795369254ccf7b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3a5a5080bf1f1198f4f49a3a474cea519ac5332db52ebd91bc795369254ccf7b_amd64"
},
"product_reference": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3a5a5080bf1f1198f4f49a3a474cea519ac5332db52ebd91bc795369254ccf7b_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:0d4983cbb596643ce8140dfb06e738e925786aff000ab33f0b863c93603f9d51_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:0d4983cbb596643ce8140dfb06e738e925786aff000ab33f0b863c93603f9d51_amd64"
},
"product_reference": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:0d4983cbb596643ce8140dfb06e738e925786aff000ab33f0b863c93603f9d51_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-haproxy-router@sha256:6d8a8a5e831e290aca259791f8c42b470cfe002bab823f09f8153f284925bd33_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:6d8a8a5e831e290aca259791f8c42b470cfe002bab823f09f8153f284925bd33_amd64"
},
"product_reference": "openshift4/ose-haproxy-router@sha256:6d8a8a5e831e290aca259791f8c42b470cfe002bab823f09f8153f284925bd33_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hyperkube@sha256:bcf097ca234ae44758d4b426a5d41ba9d95806ff974d2d03f6976d5133a76b1d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:bcf097ca234ae44758d4b426a5d41ba9d95806ff974d2d03f6976d5133a76b1d_amd64"
},
"product_reference": "openshift4/ose-hyperkube@sha256:bcf097ca234ae44758d4b426a5d41ba9d95806ff974d2d03f6976d5133a76b1d_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel8@sha256:378d9776571943b4872fe24a655a151b06e85018a9e13955c0cef76763930a68_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:378d9776571943b4872fe24a655a151b06e85018a9e13955c0cef76763930a68_amd64"
},
"product_reference": "openshift4/ose-hypershift-rhel8@sha256:378d9776571943b4872fe24a655a151b06e85018a9e13955c0cef76763930a68_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:cdddb704698b35cf7ce3e91ef6b9d2ed2b5f1ac2941f966d79a97225a2579c2d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:cdddb704698b35cf7ce3e91ef6b9d2ed2b5f1ac2941f966d79a97225a2579c2d_amd64"
},
"product_reference": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:cdddb704698b35cf7ce3e91ef6b9d2ed2b5f1ac2941f966d79a97225a2579c2d_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:614485c10f4dc40e0fe24ebcd26480a1c8441d29e1b9061f183dea6cf30b384b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:614485c10f4dc40e0fe24ebcd26480a1c8441d29e1b9061f183dea6cf30b384b_amd64"
},
"product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:614485c10f4dc40e0fe24ebcd26480a1c8441d29e1b9061f183dea6cf30b384b_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:2574f9ee676921882d47f4b89305f853c195b60ff1f4de1e07dcd1e57a7da9b5_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:2574f9ee676921882d47f4b89305f853c195b60ff1f4de1e07dcd1e57a7da9b5_amd64"
},
"product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:2574f9ee676921882d47f4b89305f853c195b60ff1f4de1e07dcd1e57a7da9b5_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:d54b4ec05a971bc94879cf518004e35ba15107bf9315241f65f228c3179a4c5a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:d54b4ec05a971bc94879cf518004e35ba15107bf9315241f65f228c3179a4c5a_amd64"
},
"product_reference": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:d54b4ec05a971bc94879cf518004e35ba15107bf9315241f65f228c3179a4c5a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:118e85b8ca2be3002a071d7ccdc83595c8a8bc83dea998f862b6ca994c722248_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:118e85b8ca2be3002a071d7ccdc83595c8a8bc83dea998f862b6ca994c722248_amd64"
},
"product_reference": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:118e85b8ca2be3002a071d7ccdc83595c8a8bc83dea998f862b6ca994c722248_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:7deadb9848327da5e53bfca444b0ce73a64b98cfadf8721bd6b21badd0dcaa92_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:7deadb9848327da5e53bfca444b0ce73a64b98cfadf8721bd6b21badd0dcaa92_amd64"
},
"product_reference": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:7deadb9848327da5e53bfca444b0ce73a64b98cfadf8721bd6b21badd0dcaa92_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-image-customization-controller-rhel8@sha256:f7860bce172a8ed856f08a931a0285530ce760ab1fd2653a5c2647c9c2688989_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:f7860bce172a8ed856f08a931a0285530ce760ab1fd2653a5c2647c9c2688989_amd64"
},
"product_reference": "openshift4/ose-image-customization-controller-rhel8@sha256:f7860bce172a8ed856f08a931a0285530ce760ab1fd2653a5c2647c9c2688989_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-insights-rhel8-operator@sha256:3b26166f3dbbdbf2c124ea03216d88f9a28fc13216f74db5b39e56e180f96772_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3b26166f3dbbdbf2c124ea03216d88f9a28fc13216f74db5b39e56e180f96772_amd64"
},
"product_reference": "openshift4/ose-insights-rhel8-operator@sha256:3b26166f3dbbdbf2c124ea03216d88f9a28fc13216f74db5b39e56e180f96772_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts@sha256:6301f8f4ae0959902ebb2fc0ce91bb62d9e303a6e9bd50aa2e1132f0602cb897_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:6301f8f4ae0959902ebb2fc0ce91bb62d9e303a6e9bd50aa2e1132f0602cb897_amd64"
},
"product_reference": "openshift4/ose-installer-artifacts@sha256:6301f8f4ae0959902ebb2fc0ce91bb62d9e303a6e9bd50aa2e1132f0602cb897_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer@sha256:e4cfbbd550b90aceccc67031688e08e6934087c9d3840f4f2345f96ddd33859d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e4cfbbd550b90aceccc67031688e08e6934087c9d3840f4f2345f96ddd33859d_amd64"
},
"product_reference": "openshift4/ose-installer@sha256:e4cfbbd550b90aceccc67031688e08e6934087c9d3840f4f2345f96ddd33859d_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:6b92e5ba76d93a9521a78770eba00751255a944259c03e0ecf27d4f365cf7f08_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:6b92e5ba76d93a9521a78770eba00751255a944259c03e0ecf27d4f365cf7f08_amd64"
},
"product_reference": "openshift4/ose-k8s-prometheus-adapter@sha256:6b92e5ba76d93a9521a78770eba00751255a944259c03e0ecf27d4f365cf7f08_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-keepalived-ipfailover@sha256:0113877f25903b83281dd2c1912e0175af7e3b194ccd655604c66db312583338_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-keepalived-ipfailover@sha256:0113877f25903b83281dd2c1912e0175af7e3b194ccd655604c66db312583338_amd64"
},
"product_reference": "openshift4/ose-keepalived-ipfailover@sha256:0113877f25903b83281dd2c1912e0175af7e3b194ccd655604c66db312583338_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-proxy@sha256:9ebfddb9b8fcef8231c880f5490281ab1af8ac19ef575b70289f0ec70cbbecdb_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9ebfddb9b8fcef8231c880f5490281ab1af8ac19ef575b70289f0ec70cbbecdb_amd64"
},
"product_reference": "openshift4/ose-kube-proxy@sha256:9ebfddb9b8fcef8231c880f5490281ab1af8ac19ef575b70289f0ec70cbbecdb_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-rbac-proxy@sha256:a36a30554e4c4798035ea67b7059e136f6104ecd07efe3ec401c20e2b515b376_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:a36a30554e4c4798035ea67b7059e136f6104ecd07efe3ec401c20e2b515b376_amd64"
},
"product_reference": "openshift4/ose-kube-rbac-proxy@sha256:a36a30554e4c4798035ea67b7059e136f6104ecd07efe3ec401c20e2b515b376_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-state-metrics@sha256:ed06f12419f8284861ad401be0405263ee2448b287b8c350312684d09eb73741_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:ed06f12419f8284861ad401be0405263ee2448b287b8c350312684d09eb73741_amd64"
},
"product_reference": "openshift4/ose-kube-state-metrics@sha256:ed06f12419f8284861ad401be0405263ee2448b287b8c350312684d09eb73741_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:3456eaec2b1691a940a9daeb60d9f58e46b34c95551df276696a816e5d8f61e0_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:3456eaec2b1691a940a9daeb60d9f58e46b34c95551df276696a816e5d8f61e0_amd64"
},
"product_reference": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:3456eaec2b1691a940a9daeb60d9f58e46b34c95551df276696a816e5d8f61e0_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ceeb74be0133aa5263654f36c89e82b74fa32629b9448350c69c4ffd3be8ef11_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ceeb74be0133aa5263654f36c89e82b74fa32629b9448350c69c4ffd3be8ef11_amd64"
},
"product_reference": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ceeb74be0133aa5263654f36c89e82b74fa32629b9448350c69c4ffd3be8ef11_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kuryr-cni-rhel8@sha256:d10aeeef401ea96b2d239cd7c23bdbd29d5f95bb339e79a36346594f97f1a272_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:d10aeeef401ea96b2d239cd7c23bdbd29d5f95bb339e79a36346594f97f1a272_amd64"
},
"product_reference": "openshift4/ose-kuryr-cni-rhel8@sha256:d10aeeef401ea96b2d239cd7c23bdbd29d5f95bb339e79a36346594f97f1a272_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kuryr-controller-rhel8@sha256:a85096156df15207d9ea7a30d277f0148393e1cb1f5fd0f5c01b7e407845c0c4_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-kuryr-controller-rhel8@sha256:a85096156df15207d9ea7a30d277f0148393e1cb1f5fd0f5c01b7e407845c0c4_amd64"
},
"product_reference": "openshift4/ose-kuryr-controller-rhel8@sha256:a85096156df15207d9ea7a30d277f0148393e1cb1f5fd0f5c01b7e407845c0c4_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-libvirt-machine-controllers@sha256:dcc12f84b87b1c8d195f0a9115ec08919c722ab3f1b7f3e3d1d1786a3058636b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:dcc12f84b87b1c8d195f0a9115ec08919c722ab3f1b7f3e3d1d1786a3058636b_amd64"
},
"product_reference": "openshift4/ose-libvirt-machine-controllers@sha256:dcc12f84b87b1c8d195f0a9115ec08919c722ab3f1b7f3e3d1d1786a3058636b_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-operator@sha256:dbddca5c90a427f81e481473cad8d6de11ac4338d76622437e6846eac0bb9a50_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:dbddca5c90a427f81e481473cad8d6de11ac4338d76622437e6846eac0bb9a50_amd64"
},
"product_reference": "openshift4/ose-machine-api-operator@sha256:dbddca5c90a427f81e481473cad8d6de11ac4338d76622437e6846eac0bb9a50_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:bbd58b9e4834f076a5779e103ba4817262517a57abfc942d8184123700906d3c_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:bbd58b9e4834f076a5779e103ba4817262517a57abfc942d8184123700906d3c_amd64"
},
"product_reference": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:bbd58b9e4834f076a5779e103ba4817262517a57abfc942d8184123700906d3c_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:994d3f869f103d294e5eb947700c60da5f9d21bdfb7f2092bcf2ad1bf8617239_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:994d3f869f103d294e5eb947700c60da5f9d21bdfb7f2092bcf2ad1bf8617239_amd64"
},
"product_reference": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:994d3f869f103d294e5eb947700c60da5f9d21bdfb7f2092bcf2ad1bf8617239_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:472872bf3463e1805eaa55d2b4a72cc18566243cc8f86c536ac7f22dd0519cfc_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:472872bf3463e1805eaa55d2b4a72cc18566243cc8f86c536ac7f22dd0519cfc_amd64"
},
"product_reference": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:472872bf3463e1805eaa55d2b4a72cc18566243cc8f86c536ac7f22dd0519cfc_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6b4e97eb2be26292d8599a17788ad6f2c8f7d370e8c058837b00751b05da7229_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6b4e97eb2be26292d8599a17788ad6f2c8f7d370e8c058837b00751b05da7229_amd64"
},
"product_reference": "openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6b4e97eb2be26292d8599a17788ad6f2c8f7d370e8c058837b00751b05da7229_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-operator@sha256:40c545460c4d32bf3c9697ecfc6abb18030c7004f685f15d76350ce74ba44424_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:40c545460c4d32bf3c9697ecfc6abb18030c7004f685f15d76350ce74ba44424_amd64"
},
"product_reference": "openshift4/ose-machine-config-operator@sha256:40c545460c4d32bf3c9697ecfc6abb18030c7004f685f15d76350ce74ba44424_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-os-images-rhel8@sha256:51e9d490cf36cb0feb1b3b8a94d7054acf26a3ac88da128074038ab044d2e4e0_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:51e9d490cf36cb0feb1b3b8a94d7054acf26a3ac88da128074038ab044d2e4e0_amd64"
},
"product_reference": "openshift4/ose-machine-os-images-rhel8@sha256:51e9d490cf36cb0feb1b3b8a94d7054acf26a3ac88da128074038ab044d2e4e0_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-admission-controller@sha256:498d9e4ce2f46c2344aca5f23912a901d7365d6d9fe99b21b78fcb2078c201d6_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:498d9e4ce2f46c2344aca5f23912a901d7365d6d9fe99b21b78fcb2078c201d6_amd64"
},
"product_reference": "openshift4/ose-multus-admission-controller@sha256:498d9e4ce2f46c2344aca5f23912a901d7365d6d9fe99b21b78fcb2078c201d6_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-cni@sha256:2649b88264da27debbc44dee10a737b0ce0e50e8f228495ee8fc6d60d6cc8054_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:2649b88264da27debbc44dee10a737b0ce0e50e8f228495ee8fc6d60d6cc8054_amd64"
},
"product_reference": "openshift4/ose-multus-cni@sha256:2649b88264da27debbc44dee10a737b0ce0e50e8f228495ee8fc6d60d6cc8054_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:7dab5e3d3c90a1c21489dd373362c32e776e3f7b6b9be8078dc6048ec616e99a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:7dab5e3d3c90a1c21489dd373362c32e776e3f7b6b9be8078dc6048ec616e99a_amd64"
},
"product_reference": "openshift4/ose-multus-networkpolicy-rhel8@sha256:7dab5e3d3c90a1c21489dd373362c32e776e3f7b6b9be8078dc6048ec616e99a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:878aabcf6296fc58098ef215a91fb6c6b59fac92baf6df40f4db6e27bd12cbd3_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:878aabcf6296fc58098ef215a91fb6c6b59fac92baf6df40f4db6e27bd12cbd3_amd64"
},
"product_reference": "openshift4/ose-multus-route-override-cni-rhel8@sha256:878aabcf6296fc58098ef215a91fb6c6b59fac92baf6df40f4db6e27bd12cbd3_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:9041b978f28c8f97eaaaf3576c70e81b0604b54ad02a24b1c291b3a7e61f4953_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:9041b978f28c8f97eaaaf3576c70e81b0604b54ad02a24b1c291b3a7e61f4953_amd64"
},
"product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:9041b978f28c8f97eaaaf3576c70e81b0604b54ad02a24b1c291b3a7e61f4953_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-must-gather@sha256:37fe2142c7706fc3ac40e773993ec23f65d12f1a7087139f82169c3da23871b4_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:37fe2142c7706fc3ac40e773993ec23f65d12f1a7087139f82169c3da23871b4_amd64"
},
"product_reference": "openshift4/ose-must-gather@sha256:37fe2142c7706fc3ac40e773993ec23f65d12f1a7087139f82169c3da23871b4_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:3e24375d51a95405a332271b56a30269c441ee148b12d02ba559f6c71594a760_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3e24375d51a95405a332271b56a30269c441ee148b12d02ba559f6c71594a760_amd64"
},
"product_reference": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:3e24375d51a95405a332271b56a30269c441ee148b12d02ba559f6c71594a760_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:ccaff34c562bafb33a8dea281c1bac0cf95538df011ed80e46da34d5255c5d9b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ccaff34c562bafb33a8dea281c1bac0cf95538df011ed80e46da34d5255c5d9b_amd64"
},
"product_reference": "openshift4/ose-network-metrics-daemon-rhel8@sha256:ccaff34c562bafb33a8dea281c1bac0cf95538df011ed80e46da34d5255c5d9b_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:408c5535b3665ca4d877d7dfa3b346632ca40d3b4467c68ce69721b9fe6b663d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:408c5535b3665ca4d877d7dfa3b346632ca40d3b4467c68ce69721b9fe6b663d_amd64"
},
"product_reference": "openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:408c5535b3665ca4d877d7dfa3b346632ca40d3b4467c68ce69721b9fe6b663d_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7ca9ddcf1d023872cd29aa8ccf7ae6e8be5963741eec53c4f83c6b7ebdd6a6d5_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7ca9ddcf1d023872cd29aa8ccf7ae6e8be5963741eec53c4f83c6b7ebdd6a6d5_amd64"
},
"product_reference": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7ca9ddcf1d023872cd29aa8ccf7ae6e8be5963741eec53c4f83c6b7ebdd6a6d5_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:13a23d02ea105d8e33dff2a113cc71fe2c91d5b1564de02c713bf9a3559ac31a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:13a23d02ea105d8e33dff2a113cc71fe2c91d5b1564de02c713bf9a3559ac31a_amd64"
},
"product_reference": "openshift4/ose-oauth-apiserver-rhel8@sha256:13a23d02ea105d8e33dff2a113cc71fe2c91d5b1564de02c713bf9a3559ac31a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-proxy@sha256:57a453ca5454c330f36063eaccf5e56d0587b165ec2b5daa84f5e3fb36d57dcf_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:57a453ca5454c330f36063eaccf5e56d0587b165ec2b5daa84f5e3fb36d57dcf_amd64"
},
"product_reference": "openshift4/ose-oauth-proxy@sha256:57a453ca5454c330f36063eaccf5e56d0587b165ec2b5daa84f5e3fb36d57dcf_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-server-rhel8@sha256:6a10569c2c9a64c149053d93708dad01e9d0c23e1c5e64042addac8edc18baa4_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:6a10569c2c9a64c149053d93708dad01e9d0c23e1c5e64042addac8edc18baa4_amd64"
},
"product_reference": "openshift4/ose-oauth-server-rhel8@sha256:6a10569c2c9a64c149053d93708dad01e9d0c23e1c5e64042addac8edc18baa4_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-olm-rukpak-rhel8@sha256:a855f45a1cc36c69d87ee2dbc0caba1801ba2702f767855bf9f1c9dee2d9a6ca_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:a855f45a1cc36c69d87ee2dbc0caba1801ba2702f767855bf9f1c9dee2d9a6ca_amd64"
},
"product_reference": "openshift4/ose-olm-rukpak-rhel8@sha256:a855f45a1cc36c69d87ee2dbc0caba1801ba2702f767855bf9f1c9dee2d9a6ca_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:cc6161f9c4e5bb62a5a3d296f699f03516184964a25a42a7c13733b8a733c817_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:cc6161f9c4e5bb62a5a3d296f699f03516184964a25a42a7c13733b8a733c817_amd64"
},
"product_reference": "openshift4/ose-openshift-apiserver-rhel8@sha256:cc6161f9c4e5bb62a5a3d296f699f03516184964a25a42a7c13733b8a733c817_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:9dc2b95ff43ce474ccfe3307a569c97bff50af678be1144f096be0bbec7f30ea_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:9dc2b95ff43ce474ccfe3307a569c97bff50af678be1144f096be0bbec7f30ea_amd64"
},
"product_reference": "openshift4/ose-openshift-controller-manager-rhel8@sha256:9dc2b95ff43ce474ccfe3307a569c97bff50af678be1144f096be0bbec7f30ea_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:aeefaab0fdaa986a77bbeef108cef1d29156ebc98a4fa927d84918f2e3c4819b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:aeefaab0fdaa986a77bbeef108cef1d29156ebc98a4fa927d84918f2e3c4819b_amd64"
},
"product_reference": "openshift4/ose-openshift-state-metrics-rhel8@sha256:aeefaab0fdaa986a77bbeef108cef1d29156ebc98a4fa927d84918f2e3c4819b_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:03a0dd7562d5afe26f6a506074ef78149ebd7f64fff51115f3a774cf140311c4_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:03a0dd7562d5afe26f6a506074ef78149ebd7f64fff51115f3a774cf140311c4_amd64"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:03a0dd7562d5afe26f6a506074ef78149ebd7f64fff51115f3a774cf140311c4_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c7f937087f3a7ca3a70cf71e3208846c728b7abadb53672d07a96119acb8725b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c7f937087f3a7ca3a70cf71e3208846c728b7abadb53672d07a96119acb8725b_amd64"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c7f937087f3a7ca3a70cf71e3208846c728b7abadb53672d07a96119acb8725b_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4833367e7a3a94b76b350799227dcebb0f118250ad417b6f5e339dd0385186e2_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4833367e7a3a94b76b350799227dcebb0f118250ad417b6f5e339dd0385186e2_amd64"
},
"product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4833367e7a3a94b76b350799227dcebb0f118250ad417b6f5e339dd0385186e2_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-lifecycle-manager@sha256:aa2d6d91116fa09430e64928aba25e3ecfd7b5ad31ca2cbea70edbb0755deb0a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:aa2d6d91116fa09430e64928aba25e3ecfd7b5ad31ca2cbea70edbb0755deb0a_amd64"
},
"product_reference": "openshift4/ose-operator-lifecycle-manager@sha256:aa2d6d91116fa09430e64928aba25e3ecfd7b5ad31ca2cbea70edbb0755deb0a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-marketplace@sha256:bc7e12534ca38a42842646dbde9de4d2049c6b0bf464cb1eb1cdb1302e8bbb6e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:bc7e12534ca38a42842646dbde9de4d2049c6b0bf464cb1eb1cdb1302e8bbb6e_amd64"
},
"product_reference": "openshift4/ose-operator-marketplace@sha256:bc7e12534ca38a42842646dbde9de4d2049c6b0bf464cb1eb1cdb1302e8bbb6e_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-registry@sha256:3c7e80f9a5ee0569bbb9a2ad686749e68dd0d1a4fb76ee6dd7b4ea5f88b36ac2_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:3c7e80f9a5ee0569bbb9a2ad686749e68dd0d1a4fb76ee6dd7b4ea5f88b36ac2_amd64"
},
"product_reference": "openshift4/ose-operator-registry@sha256:3c7e80f9a5ee0569bbb9a2ad686749e68dd0d1a4fb76ee6dd7b4ea5f88b36ac2_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a793e754e58d2cfb56eafd41c20d469afaccfd1410950bd183b59ddc7acb0d17_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a793e754e58d2cfb56eafd41c20d469afaccfd1410950bd183b59ddc7acb0d17_amd64"
},
"product_reference": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a793e754e58d2cfb56eafd41c20d469afaccfd1410950bd183b59ddc7acb0d17_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-pod@sha256:8e97f21095056f5ccaed22f0b2029c880b4630773ac2140149c077accd5f8366_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-pod@sha256:8e97f21095056f5ccaed22f0b2029c880b4630773ac2140149c077accd5f8366_amd64"
},
"product_reference": "openshift4/ose-pod@sha256:8e97f21095056f5ccaed22f0b2029c880b4630773ac2140149c077accd5f8366_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:b0d3ac017b538f8eab7a7346b7ac5eb5b53a963e0ff48570e9c2692ef2c19d30_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:b0d3ac017b538f8eab7a7346b7ac5eb5b53a963e0ff48570e9c2692ef2c19d30_amd64"
},
"product_reference": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:b0d3ac017b538f8eab7a7346b7ac5eb5b53a963e0ff48570e9c2692ef2c19d30_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e1f7faee2f1494de270d580eda9a9985afdb417524b742cc07aec693acd32d34_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e1f7faee2f1494de270d580eda9a9985afdb417524b742cc07aec693acd32d34_amd64"
},
"product_reference": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e1f7faee2f1494de270d580eda9a9985afdb417524b742cc07aec693acd32d34_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:8b63d02eec2eae0ac602b7bd8d98698c3d09176c8888278d8399de283229cc00_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:8b63d02eec2eae0ac602b7bd8d98698c3d09176c8888278d8399de283229cc00_amd64"
},
"product_reference": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:8b63d02eec2eae0ac602b7bd8d98698c3d09176c8888278d8399de283229cc00_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:3e701c8548c819879e65db4d664be2175d90ac65f02634a900e4b41fccf04ce9_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:3e701c8548c819879e65db4d664be2175d90ac65f02634a900e4b41fccf04ce9_amd64"
},
"product_reference": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:3e701c8548c819879e65db4d664be2175d90ac65f02634a900e4b41fccf04ce9_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prom-label-proxy@sha256:84424961239f48399cee6090dc34c961c7362d7ecd51dbbda6eeaed77af69b28_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:84424961239f48399cee6090dc34c961c7362d7ecd51dbbda6eeaed77af69b28_amd64"
},
"product_reference": "openshift4/ose-prom-label-proxy@sha256:84424961239f48399cee6090dc34c961c7362d7ecd51dbbda6eeaed77af69b28_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-alertmanager@sha256:dbaf313c82ac182eb2524d61e481aaca79ee9aa23408c0430fbe507b4b2ecc96_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:dbaf313c82ac182eb2524d61e481aaca79ee9aa23408c0430fbe507b4b2ecc96_amd64"
},
"product_reference": "openshift4/ose-prometheus-alertmanager@sha256:dbaf313c82ac182eb2524d61e481aaca79ee9aa23408c0430fbe507b4b2ecc96_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-config-reloader@sha256:0471b66596dff273beb47a7ae9ef29c2d319cfd2f568fba91917b9594e7ff6b4_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:0471b66596dff273beb47a7ae9ef29c2d319cfd2f568fba91917b9594e7ff6b4_amd64"
},
"product_reference": "openshift4/ose-prometheus-config-reloader@sha256:0471b66596dff273beb47a7ae9ef29c2d319cfd2f568fba91917b9594e7ff6b4_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-node-exporter@sha256:12a05f3c86f9349e25f4341257caee5ce93018cc4e56f881ec083768723a7d46_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:12a05f3c86f9349e25f4341257caee5ce93018cc4e56f881ec083768723a7d46_amd64"
},
"product_reference": "openshift4/ose-prometheus-node-exporter@sha256:12a05f3c86f9349e25f4341257caee5ce93018cc4e56f881ec083768723a7d46_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:24a0a72d8393301dc1222edab256e7a3ec16bc70f6623152c3c04f6a9c59e045_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:24a0a72d8393301dc1222edab256e7a3ec16bc70f6623152c3c04f6a9c59e045_amd64"
},
"product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:24a0a72d8393301dc1222edab256e7a3ec16bc70f6623152c3c04f6a9c59e045_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-operator@sha256:680dca24a86e43ba38e7b84ac1f4d186499e6c0b25d1b60167c8159df184f5ab_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:680dca24a86e43ba38e7b84ac1f4d186499e6c0b25d1b60167c8159df184f5ab_amd64"
},
"product_reference": "openshift4/ose-prometheus-operator@sha256:680dca24a86e43ba38e7b84ac1f4d186499e6c0b25d1b60167c8159df184f5ab_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus@sha256:901f3803636371dea5dcc990ce5c4fa4ac8a700b96a2aa31ccbc4b527e377493_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:901f3803636371dea5dcc990ce5c4fa4ac8a700b96a2aa31ccbc4b527e377493_amd64"
},
"product_reference": "openshift4/ose-prometheus@sha256:901f3803636371dea5dcc990ce5c4fa4ac8a700b96a2aa31ccbc4b527e377493_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sdn-rhel8@sha256:5bf4e142c4efb9c3d3811490c2af07717409f31b8536c8378f8c956799ee29ed_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:5bf4e142c4efb9c3d3811490c2af07717409f31b8536c8378f8c956799ee29ed_amd64"
},
"product_reference": "openshift4/ose-sdn-rhel8@sha256:5bf4e142c4efb9c3d3811490c2af07717409f31b8536c8378f8c956799ee29ed_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-service-ca-operator@sha256:0788ddcf0a9df3bfa702d9728176cac1236c875527f955380c9dc81a3d9026e9_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:0788ddcf0a9df3bfa702d9728176cac1236c875527f955380c9dc81a3d9026e9_amd64"
},
"product_reference": "openshift4/ose-service-ca-operator@sha256:0788ddcf0a9df3bfa702d9728176cac1236c875527f955380c9dc81a3d9026e9_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-telemeter@sha256:ed74e3c3cd6f0dfcee228dd37d6015ae00659c89328987ebf4e856538d44acbc_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:ed74e3c3cd6f0dfcee228dd37d6015ae00659c89328987ebf4e856538d44acbc_amd64"
},
"product_reference": "openshift4/ose-telemeter@sha256:ed74e3c3cd6f0dfcee228dd37d6015ae00659c89328987ebf4e856538d44acbc_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests@sha256:71a8c05a6abd1ddf54e114d23531c544641aa540e63d440b09d044aa275dfb00_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-tests@sha256:71a8c05a6abd1ddf54e114d23531c544641aa540e63d440b09d044aa275dfb00_amd64"
},
"product_reference": "openshift4/ose-tests@sha256:71a8c05a6abd1ddf54e114d23531c544641aa540e63d440b09d044aa275dfb00_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-thanos-rhel8@sha256:c12c79616e9b9d53ba1241a8cb413af4b9b666d687e2eb03612e24820650d05a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:c12c79616e9b9d53ba1241a8cb413af4b9b666d687e2eb03612e24820650d05a_amd64"
},
"product_reference": "openshift4/ose-thanos-rhel8@sha256:c12c79616e9b9d53ba1241a8cb413af4b9b666d687e2eb03612e24820650d05a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel8@sha256:e0d9bd0683c12278d66ce930558b75c81579c1e98025b4e29f6791e6728ffd39_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:e0d9bd0683c12278d66ce930558b75c81579c1e98025b4e29f6791e6728ffd39_amd64"
},
"product_reference": "openshift4/ose-tools-rhel8@sha256:e0d9bd0683c12278d66ce930558b75c81579c1e98025b4e29f6791e6728ffd39_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64"
},
"product_reference": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64"
},
"product_reference": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:5cf8c60541ee633619c206ff29e9a31eb72a5972e0fa4676821477ac63c11145_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:5cf8c60541ee633619c206ff29e9a31eb72a5972e0fa4676821477ac63c11145_amd64"
},
"product_reference": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:5cf8c60541ee633619c206ff29e9a31eb72a5972e0fa4676821477ac63c11145_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:b1f999470b563da16441760553ecf03df3afe07a6bfc670e2585960ff1572aa8_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:b1f999470b563da16441760553ecf03df3afe07a6bfc670e2585960ff1572aa8_amd64"
},
"product_reference": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:b1f999470b563da16441760553ecf03df3afe07a6bfc670e2585960ff1572aa8_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64"
},
"product_reference": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64"
},
"product_reference": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:dd83ff4f5a128daa3da369b7d55e5c85962ad139c2e90f38ae1379f45e25d3b8_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:dd83ff4f5a128daa3da369b7d55e5c85962ad139c2e90f38ae1379f45e25d3b8_amd64"
},
"product_reference": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:dd83ff4f5a128daa3da369b7d55e5c85962ad139c2e90f38ae1379f45e25d3b8_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:996f41eca94f896224a148d4cf22124284fdd4dc913d03185265162767102aa7_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:996f41eca94f896224a148d4cf22124284fdd4dc913d03185265162767102aa7_amd64"
},
"product_reference": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:996f41eca94f896224a148d4cf22124284fdd4dc913d03185265162767102aa7_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel7@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:bfe2e48476b2573f00ac656298fa712dcb2393d2871fb0abad1a16f10e72a468_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:bfe2e48476b2573f00ac656298fa712dcb2393d2871fb0abad1a16f10e72a468_amd64"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:bfe2e48476b2573f00ac656298fa712dcb2393d2871fb0abad1a16f10e72a468_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel8@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:bf3ce5247b64b65685f59cb0c33b1c933cf3a215d44f019ee79bb83be4be64fd_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:bf3ce5247b64b65685f59cb0c33b1c933cf3a215d44f019ee79bb83be4be64fd_amd64"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:bf3ce5247b64b65685f59cb0c33b1c933cf3a215d44f019ee79bb83be4be64fd_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bb723cca7c08218a6434043473b8c0b20ef8390d47bfbdecad63ec5b64857ba3_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bb723cca7c08218a6434043473b8c0b20ef8390d47bfbdecad63ec5b64857ba3_amd64"
},
"product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bb723cca7c08218a6434043473b8c0b20ef8390d47bfbdecad63ec5b64857ba3_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-etcd-rhel9@sha256:10fd740e1b62bfd59af59d562b72d80e9512d2822e70a41c15136f567d63cd30_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift4/ose-etcd-rhel9@sha256:10fd740e1b62bfd59af59d562b72d80e9512d2822e70a41c15136f567d63cd30_amd64"
},
"product_reference": "openshift4/ose-etcd-rhel9@sha256:10fd740e1b62bfd59af59d562b72d80e9512d2822e70a41c15136f567d63cd30_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-agent-rhel9@sha256:f52b2903d4ca83deb02ed7ed5cd073764229e057cc9df579db0bbde304c35432_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:f52b2903d4ca83deb02ed7ed5cd073764229e057cc9df579db0bbde304c35432_amd64"
},
"product_reference": "openshift4/ose-ironic-agent-rhel9@sha256:f52b2903d4ca83deb02ed7ed5cd073764229e057cc9df579db0bbde304c35432_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:095164d2f1c01a6eb6d84bca0dff1f6f7fb8594cff43c2a7552e2cfa5810a4d4_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:095164d2f1c01a6eb6d84bca0dff1f6f7fb8594cff43c2a7552e2cfa5810a4d4_amd64"
},
"product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:095164d2f1c01a6eb6d84bca0dff1f6f7fb8594cff43c2a7552e2cfa5810a4d4_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-rhel9@sha256:e428c7558dccf9449ba5761f73f5940c895eb503fc443a9acd37885b87cd01d3_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:e428c7558dccf9449ba5761f73f5940c895eb503fc443a9acd37885b87cd01d3_amd64"
},
"product_reference": "openshift4/ose-ironic-rhel9@sha256:e428c7558dccf9449ba5761f73f5940c895eb503fc443a9acd37885b87cd01d3_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f989cebce6c372b3b5b1760437005c6c65a790d81cd5a5b1037b03aee73884b3_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f989cebce6c372b3b5b1760437005c6c65a790d81cd5a5b1037b03aee73884b3_amd64"
},
"product_reference": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f989cebce6c372b3b5b1760437005c6c65a790d81cd5a5b1037b03aee73884b3_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:15695550dfee18b27552a0e40ef04c87867c8e84dc67395103b30884ac4c1379_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:15695550dfee18b27552a0e40ef04c87867c8e84dc67395103b30884ac4c1379_amd64"
},
"product_reference": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:15695550dfee18b27552a0e40ef04c87867c8e84dc67395103b30884ac4c1379_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-rhel9@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64"
},
"product_reference": "openshift4/ose-ovn-kubernetes-rhel9@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64"
},
"product_reference": "openshift4/ose-ovn-kubernetes@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:d0c6c2b7e435e33e345476c3710295e8427c0f28ffa2fe780d01b2f8d0571f22_x86_64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:rhcos@sha256:d0c6c2b7e435e33e345476c3710295e8427c0f28ffa2fe780d01b2f8d0571f22_x86_64"
},
"product_reference": "rhcos@sha256:d0c6c2b7e435e33e345476c3710295e8427c0f28ffa2fe780d01b2f8d0571f22_x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.13"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-49043",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-01-26T06:00:41.448197+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:2af0c5f28710eef08d7e795b2f2fd396239446741ad1e1e658554cc5b2d7499c_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:4a1882927aa0730aa113759930b4f529ee268c264f17ff912774f7a1d98ca18d_amd64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:d7e0ec5ad37bab321ac8a40dcb64384eb3c16ae5e858464ee1c32cb20401f526_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:c02e74a36878bc56a7b415654bfff711c1794ac0a3c3648c5fd2170675ae87da_amd64",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:54410c3040cb45b528c6c701da77bf3294edc0cbf75c2afd4110b20fca1c59e1_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:cd8cad7979a93f0a3d782643f478ba0b37a36b2c2d1de1ed552718d1bb270985_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:4584e4b91a2c79b2350c1e615099ce652a0cf1f5f6174a573b2db9a77680f0e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:40faeeee70ac61a27f15c02a2fe4de5d186cc6caa7a2773dca5b20bd9ac45738_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f89ec093de1ecac1c670bdbbe29fabdc9a49bf579644e577e6b48bfb743f76c2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9acd281012ec22619bdb11973382d7c946c29f536594ef7a29a84270fd2e761c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:6b35661834a938fe9accb877934fc523a4782d00e08926577abd4687aa029efb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:16b3ecc755a547774f58334978ed72c6700c898ca06bcd0184d39e830709e707_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:47ad1365190ac5eafe893d49d8cf55e057ada01198661d27163f08841e4de5e3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:24e838680502b2efd46c17b2210f053860c91ba396786b8d5350a553bb6aae54_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:88bab056feb7370de294928e88d79505fbff5dfc084ee5f109f6a81bb54858df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:c2318383b8ee9cefbd1e4a072c67819045404b125ba0b3167699af6b2e8f719d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d28ffcbdfec5913dc17c81451883108f1e7df09ccb3a89cdd69a096927a8e430_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0f31ee297e5fe72c4d21253c671153b5afa401fb24f90461f24e3183a9e102dd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ca6b67a58ba88779d5263fd75700596c2591d9808c6ae14d436401073ba1ab2d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:dd13b3c6fa06cc0f137edde8542422d663ff31d52e0d062cfba8229fedaed19e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:7d795f9d529424252eabcac30a80bb9d8a02aaae37c0563abf35af0f464f0807_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:fbd74802479830111e35763fea31b88da573084ad4abb427d59d766612c023b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:d085d1bf9d4a6bdae5bdaa1f4a763b5920b3e33ea934b6d1f517d08b9227e69f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:f6e4075c3c79257c2bfc92505478ef6950f2050dce21315024e95a6519065d97_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:27cce691de1d1381b562bdb6b766869ad75edacfc05f361646e66796cea06313_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6e35ce11cabf52a803c7cfd6d2f330a8ee2ba6d9459322cc3c3abf6b4811a57c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:25ce6b1769053a3e4e25be76977512192c26ceddbab24436f9fe7a30e866913c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:a8a9b3fc602cd6fc44ce88479c5cbd7412b819a1253a70beec72c77f9e7ce83d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:e8fe0ee9e4efcae284a304ae161a6b5fbc79f25a0d199d575c8ca052695280a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:6b8c2b0117065c58987970228d46009d56b37f193e3724f4f30cfbe1a09abec7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:a443f3127d8b96a22fa7900300129a6c0fa64546347f27028fa253868b417ff6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:36c8e50b8095ff8d0a1920be25c61f41369d1c1b881c6736b752b4798b68262e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:7bc8b50dd45977990c97e0bf4efefe47996e468ab674134f1e7d4fad80a0f2e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:13b7885ab87b62004ed049d8a66a52200d1aa2c81c6c837447e8d3d77b3e1198_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:65702387c6fab6f1b61f98225b933d1f6747880ccb0dc00859ca46da10c76e0a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:2660d9c9efbdbe443f028c6da32f8a8e40b7b8f89bb87b0a4c40d76cecd5575f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:6b2d96ac2373cc38abdaf928c8b9a4a0e328448c4a4c1b912825eef1d5adaa11_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:0c154837dde720dceb45182745f8df4a5a2e91672b583aeb75397eeb5dc91a7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:712c0764287b2356861e4f2212fd358ebe37020f0ff83add75f36362e8d23415_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:72975b5b89a5593059cc8fa7cb28f97e8162cee53714240c11394b985fcfb696_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a823081474886c5133db8eb99f43cf0c9d1239d56ca5098d514550f350e0ceec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:0a5f50af966f4e19fdef5e5491796813201f8aea49ebd778531bdbaacab94525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:1cbcdd54ae0eceb61c7602047f65337658b5a8330ee148b88714c9e8d672c722_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:9e681145acf5573d1413fb3dad67f904c56b851aff01a82c77584fd2e1e31470_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:7cf66ea30093dc3981ba473fb4e8bc4befa8f89f019a5012a62e5063cbcde6b6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:77f21feed46735c4bde09073d9e963823e48be7193089e7088998fe096794690_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:6853d2832fbe97325cdb1914a7b1c1ea019730f6e35f205b760982f73d85de7f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:e0c2fbe470b2bdf9c11c10eedaa043748e3c6fdd0b5fc6b7b76b0c44c099541b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:1646b13b3c7a4543caf98b9651d9204054261759313f75dd2c2d25777c43c898_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:9c351a7613a2a8218034d576f23e586f7bf47d280e8ef138c6bf0c2eef4b1748_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:be5dbe5f253ff397f62e33538cba44ebaf65a3ad96fb652c281714ce932e8949_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:4e7c9c7ec5d9968b01b1087fbead7a1fd0b51d9d86ed4d0c6421bcfa0b33c9cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:001a007b7abf6e42ecf097da21c0c27322773255617a6c40335758b1f3e576cd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:495ceadf5a23cc85337a72d816250baffe6426709f00a66761cf05a9336cc6db_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:b993202bb1199a75fb91014687b7a8b61c65c5513c1d88cad2a4ec5e2bdb7e3c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:66968387cbd620992c14e7638208ac16f132f3ea3dfdb83fd6e4465c2e779ad2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:3adaf4ced0fd01304f880dc13ad46d1855c9cda4ae6a32ebe6c1bc260ed232ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:29f6dcc03b15f8aaf71b0eb2b1c3f44c06e2ecd31a1e0eac763cde104a945618_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1a9f4b9cd573737365e13982f28725f8b9fade5f4d1d4d08f77d87d3891fbef9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:653e624f9859753e1f264bdd685359b7c619204c86b4085d063a6f12f5a44f7b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:1af29ca3c278969bef85f7dc7f0bee1f9c3e5aca90862b0bcff1859ade8c63c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:09b097bd1bf8f35e359d98e26e659b9bba4e0f02f29fe2fbf9492438a881dd38_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-update-keys@sha256:5133104ec8594ca380fa51cde56733df7a264c56af44c7eed34e230265180dc4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:6d44f497dd7421cca40a47485669d8ab2b0e3b78fb1ceef594d63ff96a20a246_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:218c5884c34ca73fcfda585b4997cc0fa427b13608d34b14920336c23ae5ba13_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:e9250415deb48c9e063799d0f3d1239bdb30d10fb58d8e32a987839c72ca8e79_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:7e0533a83d97732cd1b940bcdba77e43ffcea5073b8fe9dafc7e177b0170adcb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:7b8d30540a71df4fe3c017ad768ab3a7b05e8db8f68916162f36e2044cfddce3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:397e8e06204f87160fa6a831d7c7bf9c27b450c0deb6e89f6790b897593ce826_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:73c37ef100613a46a99b1860a295f86e23b96d8a7e44cde52583a8fd7605585e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:1e38f0daecc74a115a854300f36bf3af6cfe0c6a36f431a183449a49e2a0d07e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:47292803c6ec0f9b2ef5ec62d35f479b842ad39b752b63f515f230db69c3b691_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9a051f979c35d69d59b5e96bf2d4a31e509345ee4a64b1301324a116bc981a72_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a30891e1058b5fc9d08f93012f631748b9d2292d8d739203e22365d497afbc65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:0059cc67dd9f302cbab916dea5b0246c4ae6288c22316e135a0b899b7e49d7bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:36eefef18accd753b869788b4891d50f87ee33f4dff87a1b7ef9ce4db35e86a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:3a143fbec3d5abcc47bb625bfd13f88a2264c2f922dbfc3e04ac623a4d7c15f7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:0b3e1752a2842bb6a7f7f251b76a67ec9ce5c10bb0dd8f688eede69f864fc657_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:b15cc982fc79f1afc7346d578821c6c80ae6e1e0b6ee1c2e77340cfff0a2be57_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:6c8e361878de34517ebd3f23e84577d683ef1c0d61ecbb257de9291ff4c56691_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf4035279328a71212fc25a49ade7f2f224d4f46a3241b4b4d48ca0527f11aff_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3a5a5080bf1f1198f4f49a3a474cea519ac5332db52ebd91bc795369254ccf7b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:0d4983cbb596643ce8140dfb06e738e925786aff000ab33f0b863c93603f9d51_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:6d8a8a5e831e290aca259791f8c42b470cfe002bab823f09f8153f284925bd33_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:bcf097ca234ae44758d4b426a5d41ba9d95806ff974d2d03f6976d5133a76b1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:378d9776571943b4872fe24a655a151b06e85018a9e13955c0cef76763930a68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:cdddb704698b35cf7ce3e91ef6b9d2ed2b5f1ac2941f966d79a97225a2579c2d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:614485c10f4dc40e0fe24ebcd26480a1c8441d29e1b9061f183dea6cf30b384b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:2574f9ee676921882d47f4b89305f853c195b60ff1f4de1e07dcd1e57a7da9b5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:d54b4ec05a971bc94879cf518004e35ba15107bf9315241f65f228c3179a4c5a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:118e85b8ca2be3002a071d7ccdc83595c8a8bc83dea998f862b6ca994c722248_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:7deadb9848327da5e53bfca444b0ce73a64b98cfadf8721bd6b21badd0dcaa92_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:f7860bce172a8ed856f08a931a0285530ce760ab1fd2653a5c2647c9c2688989_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3b26166f3dbbdbf2c124ea03216d88f9a28fc13216f74db5b39e56e180f96772_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:6301f8f4ae0959902ebb2fc0ce91bb62d9e303a6e9bd50aa2e1132f0602cb897_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e4cfbbd550b90aceccc67031688e08e6934087c9d3840f4f2345f96ddd33859d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:6b92e5ba76d93a9521a78770eba00751255a944259c03e0ecf27d4f365cf7f08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-keepalived-ipfailover@sha256:0113877f25903b83281dd2c1912e0175af7e3b194ccd655604c66db312583338_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9ebfddb9b8fcef8231c880f5490281ab1af8ac19ef575b70289f0ec70cbbecdb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:a36a30554e4c4798035ea67b7059e136f6104ecd07efe3ec401c20e2b515b376_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:ed06f12419f8284861ad401be0405263ee2448b287b8c350312684d09eb73741_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:3456eaec2b1691a940a9daeb60d9f58e46b34c95551df276696a816e5d8f61e0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ceeb74be0133aa5263654f36c89e82b74fa32629b9448350c69c4ffd3be8ef11_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:d10aeeef401ea96b2d239cd7c23bdbd29d5f95bb339e79a36346594f97f1a272_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-controller-rhel8@sha256:a85096156df15207d9ea7a30d277f0148393e1cb1f5fd0f5c01b7e407845c0c4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:dcc12f84b87b1c8d195f0a9115ec08919c722ab3f1b7f3e3d1d1786a3058636b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:dbddca5c90a427f81e481473cad8d6de11ac4338d76622437e6846eac0bb9a50_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:bbd58b9e4834f076a5779e103ba4817262517a57abfc942d8184123700906d3c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:994d3f869f103d294e5eb947700c60da5f9d21bdfb7f2092bcf2ad1bf8617239_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:472872bf3463e1805eaa55d2b4a72cc18566243cc8f86c536ac7f22dd0519cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6b4e97eb2be26292d8599a17788ad6f2c8f7d370e8c058837b00751b05da7229_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:40c545460c4d32bf3c9697ecfc6abb18030c7004f685f15d76350ce74ba44424_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:51e9d490cf36cb0feb1b3b8a94d7054acf26a3ac88da128074038ab044d2e4e0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:498d9e4ce2f46c2344aca5f23912a901d7365d6d9fe99b21b78fcb2078c201d6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:2649b88264da27debbc44dee10a737b0ce0e50e8f228495ee8fc6d60d6cc8054_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:7dab5e3d3c90a1c21489dd373362c32e776e3f7b6b9be8078dc6048ec616e99a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:878aabcf6296fc58098ef215a91fb6c6b59fac92baf6df40f4db6e27bd12cbd3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:9041b978f28c8f97eaaaf3576c70e81b0604b54ad02a24b1c291b3a7e61f4953_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:37fe2142c7706fc3ac40e773993ec23f65d12f1a7087139f82169c3da23871b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3e24375d51a95405a332271b56a30269c441ee148b12d02ba559f6c71594a760_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ccaff34c562bafb33a8dea281c1bac0cf95538df011ed80e46da34d5255c5d9b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:408c5535b3665ca4d877d7dfa3b346632ca40d3b4467c68ce69721b9fe6b663d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7ca9ddcf1d023872cd29aa8ccf7ae6e8be5963741eec53c4f83c6b7ebdd6a6d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:13a23d02ea105d8e33dff2a113cc71fe2c91d5b1564de02c713bf9a3559ac31a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:57a453ca5454c330f36063eaccf5e56d0587b165ec2b5daa84f5e3fb36d57dcf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:6a10569c2c9a64c149053d93708dad01e9d0c23e1c5e64042addac8edc18baa4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:a855f45a1cc36c69d87ee2dbc0caba1801ba2702f767855bf9f1c9dee2d9a6ca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:cc6161f9c4e5bb62a5a3d296f699f03516184964a25a42a7c13733b8a733c817_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:9dc2b95ff43ce474ccfe3307a569c97bff50af678be1144f096be0bbec7f30ea_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:aeefaab0fdaa986a77bbeef108cef1d29156ebc98a4fa927d84918f2e3c4819b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:03a0dd7562d5afe26f6a506074ef78149ebd7f64fff51115f3a774cf140311c4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c7f937087f3a7ca3a70cf71e3208846c728b7abadb53672d07a96119acb8725b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4833367e7a3a94b76b350799227dcebb0f118250ad417b6f5e339dd0385186e2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:aa2d6d91116fa09430e64928aba25e3ecfd7b5ad31ca2cbea70edbb0755deb0a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:bc7e12534ca38a42842646dbde9de4d2049c6b0bf464cb1eb1cdb1302e8bbb6e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:3c7e80f9a5ee0569bbb9a2ad686749e68dd0d1a4fb76ee6dd7b4ea5f88b36ac2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a793e754e58d2cfb56eafd41c20d469afaccfd1410950bd183b59ddc7acb0d17_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:8e97f21095056f5ccaed22f0b2029c880b4630773ac2140149c077accd5f8366_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:b0d3ac017b538f8eab7a7346b7ac5eb5b53a963e0ff48570e9c2692ef2c19d30_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e1f7faee2f1494de270d580eda9a9985afdb417524b742cc07aec693acd32d34_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:8b63d02eec2eae0ac602b7bd8d98698c3d09176c8888278d8399de283229cc00_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:3e701c8548c819879e65db4d664be2175d90ac65f02634a900e4b41fccf04ce9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:84424961239f48399cee6090dc34c961c7362d7ecd51dbbda6eeaed77af69b28_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:dbaf313c82ac182eb2524d61e481aaca79ee9aa23408c0430fbe507b4b2ecc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:0471b66596dff273beb47a7ae9ef29c2d319cfd2f568fba91917b9594e7ff6b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:12a05f3c86f9349e25f4341257caee5ce93018cc4e56f881ec083768723a7d46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:24a0a72d8393301dc1222edab256e7a3ec16bc70f6623152c3c04f6a9c59e045_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:680dca24a86e43ba38e7b84ac1f4d186499e6c0b25d1b60167c8159df184f5ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:901f3803636371dea5dcc990ce5c4fa4ac8a700b96a2aa31ccbc4b527e377493_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:5bf4e142c4efb9c3d3811490c2af07717409f31b8536c8378f8c956799ee29ed_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:0788ddcf0a9df3bfa702d9728176cac1236c875527f955380c9dc81a3d9026e9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:ed74e3c3cd6f0dfcee228dd37d6015ae00659c89328987ebf4e856538d44acbc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:71a8c05a6abd1ddf54e114d23531c544641aa540e63d440b09d044aa275dfb00_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:c12c79616e9b9d53ba1241a8cb413af4b9b666d687e2eb03612e24820650d05a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:e0d9bd0683c12278d66ce930558b75c81579c1e98025b4e29f6791e6728ffd39_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:5cf8c60541ee633619c206ff29e9a31eb72a5972e0fa4676821477ac63c11145_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:b1f999470b563da16441760553ecf03df3afe07a6bfc670e2585960ff1572aa8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:dd83ff4f5a128daa3da369b7d55e5c85962ad139c2e90f38ae1379f45e25d3b8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:996f41eca94f896224a148d4cf22124284fdd4dc913d03185265162767102aa7_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:bfe2e48476b2573f00ac656298fa712dcb2393d2871fb0abad1a16f10e72a468_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:bf3ce5247b64b65685f59cb0c33b1c933cf3a215d44f019ee79bb83be4be64fd_amd64",
"9Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bb723cca7c08218a6434043473b8c0b20ef8390d47bfbdecad63ec5b64857ba3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-etcd-rhel9@sha256:10fd740e1b62bfd59af59d562b72d80e9512d2822e70a41c15136f567d63cd30_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:f52b2903d4ca83deb02ed7ed5cd073764229e057cc9df579db0bbde304c35432_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:095164d2f1c01a6eb6d84bca0dff1f6f7fb8594cff43c2a7552e2cfa5810a4d4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:e428c7558dccf9449ba5761f73f5940c895eb503fc443a9acd37885b87cd01d3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f989cebce6c372b3b5b1760437005c6c65a790d81cd5a5b1037b03aee73884b3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:15695550dfee18b27552a0e40ef04c87867c8e84dc67395103b30884ac4c1379_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-rhel9@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2342118"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libxml2 where improper handling of memory allocation failures in `libxml2` can lead to crashes, memory leaks, or inconsistent states. While an attacker cannot directly control allocation failures, they may trigger denial-of-service conditions under extreme system stress.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxml: use-after-free in xmlXIncludeAddNode",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as moderate instead of important because memory allocation failures are not typically controllable by an attacker, limiting their exploitability. While improper handling of malloc failures can lead to crashes, memory leaks, or inconsistent states, it does not directly result in privilege escalation or arbitrary code execution. \n\nAdditionally, in most real-world scenarios, failures due to memory exhaustion occur under extreme system stress rather than as part of an intentional attack vector.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.13:rhcos@sha256:d0c6c2b7e435e33e345476c3710295e8427c0f28ffa2fe780d01b2f8d0571f22_x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:2af0c5f28710eef08d7e795b2f2fd396239446741ad1e1e658554cc5b2d7499c_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:4a1882927aa0730aa113759930b4f529ee268c264f17ff912774f7a1d98ca18d_amd64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:d7e0ec5ad37bab321ac8a40dcb64384eb3c16ae5e858464ee1c32cb20401f526_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:c02e74a36878bc56a7b415654bfff711c1794ac0a3c3648c5fd2170675ae87da_amd64",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:54410c3040cb45b528c6c701da77bf3294edc0cbf75c2afd4110b20fca1c59e1_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:cd8cad7979a93f0a3d782643f478ba0b37a36b2c2d1de1ed552718d1bb270985_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:4584e4b91a2c79b2350c1e615099ce652a0cf1f5f6174a573b2db9a77680f0e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:40faeeee70ac61a27f15c02a2fe4de5d186cc6caa7a2773dca5b20bd9ac45738_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f89ec093de1ecac1c670bdbbe29fabdc9a49bf579644e577e6b48bfb743f76c2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9acd281012ec22619bdb11973382d7c946c29f536594ef7a29a84270fd2e761c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:6b35661834a938fe9accb877934fc523a4782d00e08926577abd4687aa029efb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:16b3ecc755a547774f58334978ed72c6700c898ca06bcd0184d39e830709e707_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:47ad1365190ac5eafe893d49d8cf55e057ada01198661d27163f08841e4de5e3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:24e838680502b2efd46c17b2210f053860c91ba396786b8d5350a553bb6aae54_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:88bab056feb7370de294928e88d79505fbff5dfc084ee5f109f6a81bb54858df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:c2318383b8ee9cefbd1e4a072c67819045404b125ba0b3167699af6b2e8f719d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d28ffcbdfec5913dc17c81451883108f1e7df09ccb3a89cdd69a096927a8e430_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0f31ee297e5fe72c4d21253c671153b5afa401fb24f90461f24e3183a9e102dd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ca6b67a58ba88779d5263fd75700596c2591d9808c6ae14d436401073ba1ab2d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:dd13b3c6fa06cc0f137edde8542422d663ff31d52e0d062cfba8229fedaed19e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:7d795f9d529424252eabcac30a80bb9d8a02aaae37c0563abf35af0f464f0807_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:fbd74802479830111e35763fea31b88da573084ad4abb427d59d766612c023b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:d085d1bf9d4a6bdae5bdaa1f4a763b5920b3e33ea934b6d1f517d08b9227e69f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:f6e4075c3c79257c2bfc92505478ef6950f2050dce21315024e95a6519065d97_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:27cce691de1d1381b562bdb6b766869ad75edacfc05f361646e66796cea06313_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6e35ce11cabf52a803c7cfd6d2f330a8ee2ba6d9459322cc3c3abf6b4811a57c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:25ce6b1769053a3e4e25be76977512192c26ceddbab24436f9fe7a30e866913c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:a8a9b3fc602cd6fc44ce88479c5cbd7412b819a1253a70beec72c77f9e7ce83d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:e8fe0ee9e4efcae284a304ae161a6b5fbc79f25a0d199d575c8ca052695280a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:6b8c2b0117065c58987970228d46009d56b37f193e3724f4f30cfbe1a09abec7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:a443f3127d8b96a22fa7900300129a6c0fa64546347f27028fa253868b417ff6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:36c8e50b8095ff8d0a1920be25c61f41369d1c1b881c6736b752b4798b68262e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:7bc8b50dd45977990c97e0bf4efefe47996e468ab674134f1e7d4fad80a0f2e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:13b7885ab87b62004ed049d8a66a52200d1aa2c81c6c837447e8d3d77b3e1198_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:65702387c6fab6f1b61f98225b933d1f6747880ccb0dc00859ca46da10c76e0a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:2660d9c9efbdbe443f028c6da32f8a8e40b7b8f89bb87b0a4c40d76cecd5575f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:6b2d96ac2373cc38abdaf928c8b9a4a0e328448c4a4c1b912825eef1d5adaa11_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:0c154837dde720dceb45182745f8df4a5a2e91672b583aeb75397eeb5dc91a7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:712c0764287b2356861e4f2212fd358ebe37020f0ff83add75f36362e8d23415_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:72975b5b89a5593059cc8fa7cb28f97e8162cee53714240c11394b985fcfb696_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a823081474886c5133db8eb99f43cf0c9d1239d56ca5098d514550f350e0ceec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:0a5f50af966f4e19fdef5e5491796813201f8aea49ebd778531bdbaacab94525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:1cbcdd54ae0eceb61c7602047f65337658b5a8330ee148b88714c9e8d672c722_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:9e681145acf5573d1413fb3dad67f904c56b851aff01a82c77584fd2e1e31470_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:7cf66ea30093dc3981ba473fb4e8bc4befa8f89f019a5012a62e5063cbcde6b6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:77f21feed46735c4bde09073d9e963823e48be7193089e7088998fe096794690_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:6853d2832fbe97325cdb1914a7b1c1ea019730f6e35f205b760982f73d85de7f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:e0c2fbe470b2bdf9c11c10eedaa043748e3c6fdd0b5fc6b7b76b0c44c099541b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:1646b13b3c7a4543caf98b9651d9204054261759313f75dd2c2d25777c43c898_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:9c351a7613a2a8218034d576f23e586f7bf47d280e8ef138c6bf0c2eef4b1748_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:be5dbe5f253ff397f62e33538cba44ebaf65a3ad96fb652c281714ce932e8949_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:4e7c9c7ec5d9968b01b1087fbead7a1fd0b51d9d86ed4d0c6421bcfa0b33c9cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:001a007b7abf6e42ecf097da21c0c27322773255617a6c40335758b1f3e576cd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:495ceadf5a23cc85337a72d816250baffe6426709f00a66761cf05a9336cc6db_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:b993202bb1199a75fb91014687b7a8b61c65c5513c1d88cad2a4ec5e2bdb7e3c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:66968387cbd620992c14e7638208ac16f132f3ea3dfdb83fd6e4465c2e779ad2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:3adaf4ced0fd01304f880dc13ad46d1855c9cda4ae6a32ebe6c1bc260ed232ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:29f6dcc03b15f8aaf71b0eb2b1c3f44c06e2ecd31a1e0eac763cde104a945618_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1a9f4b9cd573737365e13982f28725f8b9fade5f4d1d4d08f77d87d3891fbef9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:653e624f9859753e1f264bdd685359b7c619204c86b4085d063a6f12f5a44f7b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:1af29ca3c278969bef85f7dc7f0bee1f9c3e5aca90862b0bcff1859ade8c63c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:09b097bd1bf8f35e359d98e26e659b9bba4e0f02f29fe2fbf9492438a881dd38_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-update-keys@sha256:5133104ec8594ca380fa51cde56733df7a264c56af44c7eed34e230265180dc4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:6d44f497dd7421cca40a47485669d8ab2b0e3b78fb1ceef594d63ff96a20a246_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:218c5884c34ca73fcfda585b4997cc0fa427b13608d34b14920336c23ae5ba13_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:e9250415deb48c9e063799d0f3d1239bdb30d10fb58d8e32a987839c72ca8e79_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:7e0533a83d97732cd1b940bcdba77e43ffcea5073b8fe9dafc7e177b0170adcb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:7b8d30540a71df4fe3c017ad768ab3a7b05e8db8f68916162f36e2044cfddce3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:397e8e06204f87160fa6a831d7c7bf9c27b450c0deb6e89f6790b897593ce826_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:73c37ef100613a46a99b1860a295f86e23b96d8a7e44cde52583a8fd7605585e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:1e38f0daecc74a115a854300f36bf3af6cfe0c6a36f431a183449a49e2a0d07e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:47292803c6ec0f9b2ef5ec62d35f479b842ad39b752b63f515f230db69c3b691_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9a051f979c35d69d59b5e96bf2d4a31e509345ee4a64b1301324a116bc981a72_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a30891e1058b5fc9d08f93012f631748b9d2292d8d739203e22365d497afbc65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:0059cc67dd9f302cbab916dea5b0246c4ae6288c22316e135a0b899b7e49d7bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:36eefef18accd753b869788b4891d50f87ee33f4dff87a1b7ef9ce4db35e86a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:3a143fbec3d5abcc47bb625bfd13f88a2264c2f922dbfc3e04ac623a4d7c15f7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:0b3e1752a2842bb6a7f7f251b76a67ec9ce5c10bb0dd8f688eede69f864fc657_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:b15cc982fc79f1afc7346d578821c6c80ae6e1e0b6ee1c2e77340cfff0a2be57_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:6c8e361878de34517ebd3f23e84577d683ef1c0d61ecbb257de9291ff4c56691_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf4035279328a71212fc25a49ade7f2f224d4f46a3241b4b4d48ca0527f11aff_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3a5a5080bf1f1198f4f49a3a474cea519ac5332db52ebd91bc795369254ccf7b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:0d4983cbb596643ce8140dfb06e738e925786aff000ab33f0b863c93603f9d51_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:6d8a8a5e831e290aca259791f8c42b470cfe002bab823f09f8153f284925bd33_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:bcf097ca234ae44758d4b426a5d41ba9d95806ff974d2d03f6976d5133a76b1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:378d9776571943b4872fe24a655a151b06e85018a9e13955c0cef76763930a68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:cdddb704698b35cf7ce3e91ef6b9d2ed2b5f1ac2941f966d79a97225a2579c2d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:614485c10f4dc40e0fe24ebcd26480a1c8441d29e1b9061f183dea6cf30b384b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:2574f9ee676921882d47f4b89305f853c195b60ff1f4de1e07dcd1e57a7da9b5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:d54b4ec05a971bc94879cf518004e35ba15107bf9315241f65f228c3179a4c5a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:118e85b8ca2be3002a071d7ccdc83595c8a8bc83dea998f862b6ca994c722248_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:7deadb9848327da5e53bfca444b0ce73a64b98cfadf8721bd6b21badd0dcaa92_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:f7860bce172a8ed856f08a931a0285530ce760ab1fd2653a5c2647c9c2688989_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3b26166f3dbbdbf2c124ea03216d88f9a28fc13216f74db5b39e56e180f96772_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:6301f8f4ae0959902ebb2fc0ce91bb62d9e303a6e9bd50aa2e1132f0602cb897_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e4cfbbd550b90aceccc67031688e08e6934087c9d3840f4f2345f96ddd33859d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:6b92e5ba76d93a9521a78770eba00751255a944259c03e0ecf27d4f365cf7f08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-keepalived-ipfailover@sha256:0113877f25903b83281dd2c1912e0175af7e3b194ccd655604c66db312583338_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9ebfddb9b8fcef8231c880f5490281ab1af8ac19ef575b70289f0ec70cbbecdb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:a36a30554e4c4798035ea67b7059e136f6104ecd07efe3ec401c20e2b515b376_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:ed06f12419f8284861ad401be0405263ee2448b287b8c350312684d09eb73741_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:3456eaec2b1691a940a9daeb60d9f58e46b34c95551df276696a816e5d8f61e0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ceeb74be0133aa5263654f36c89e82b74fa32629b9448350c69c4ffd3be8ef11_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:d10aeeef401ea96b2d239cd7c23bdbd29d5f95bb339e79a36346594f97f1a272_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-controller-rhel8@sha256:a85096156df15207d9ea7a30d277f0148393e1cb1f5fd0f5c01b7e407845c0c4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:dcc12f84b87b1c8d195f0a9115ec08919c722ab3f1b7f3e3d1d1786a3058636b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:dbddca5c90a427f81e481473cad8d6de11ac4338d76622437e6846eac0bb9a50_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:bbd58b9e4834f076a5779e103ba4817262517a57abfc942d8184123700906d3c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:994d3f869f103d294e5eb947700c60da5f9d21bdfb7f2092bcf2ad1bf8617239_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:472872bf3463e1805eaa55d2b4a72cc18566243cc8f86c536ac7f22dd0519cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6b4e97eb2be26292d8599a17788ad6f2c8f7d370e8c058837b00751b05da7229_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:40c545460c4d32bf3c9697ecfc6abb18030c7004f685f15d76350ce74ba44424_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:51e9d490cf36cb0feb1b3b8a94d7054acf26a3ac88da128074038ab044d2e4e0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:498d9e4ce2f46c2344aca5f23912a901d7365d6d9fe99b21b78fcb2078c201d6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:2649b88264da27debbc44dee10a737b0ce0e50e8f228495ee8fc6d60d6cc8054_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:7dab5e3d3c90a1c21489dd373362c32e776e3f7b6b9be8078dc6048ec616e99a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:878aabcf6296fc58098ef215a91fb6c6b59fac92baf6df40f4db6e27bd12cbd3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:9041b978f28c8f97eaaaf3576c70e81b0604b54ad02a24b1c291b3a7e61f4953_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:37fe2142c7706fc3ac40e773993ec23f65d12f1a7087139f82169c3da23871b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3e24375d51a95405a332271b56a30269c441ee148b12d02ba559f6c71594a760_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ccaff34c562bafb33a8dea281c1bac0cf95538df011ed80e46da34d5255c5d9b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:408c5535b3665ca4d877d7dfa3b346632ca40d3b4467c68ce69721b9fe6b663d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7ca9ddcf1d023872cd29aa8ccf7ae6e8be5963741eec53c4f83c6b7ebdd6a6d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:13a23d02ea105d8e33dff2a113cc71fe2c91d5b1564de02c713bf9a3559ac31a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:57a453ca5454c330f36063eaccf5e56d0587b165ec2b5daa84f5e3fb36d57dcf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:6a10569c2c9a64c149053d93708dad01e9d0c23e1c5e64042addac8edc18baa4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:a855f45a1cc36c69d87ee2dbc0caba1801ba2702f767855bf9f1c9dee2d9a6ca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:cc6161f9c4e5bb62a5a3d296f699f03516184964a25a42a7c13733b8a733c817_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:9dc2b95ff43ce474ccfe3307a569c97bff50af678be1144f096be0bbec7f30ea_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:aeefaab0fdaa986a77bbeef108cef1d29156ebc98a4fa927d84918f2e3c4819b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:03a0dd7562d5afe26f6a506074ef78149ebd7f64fff51115f3a774cf140311c4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c7f937087f3a7ca3a70cf71e3208846c728b7abadb53672d07a96119acb8725b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4833367e7a3a94b76b350799227dcebb0f118250ad417b6f5e339dd0385186e2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:aa2d6d91116fa09430e64928aba25e3ecfd7b5ad31ca2cbea70edbb0755deb0a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:bc7e12534ca38a42842646dbde9de4d2049c6b0bf464cb1eb1cdb1302e8bbb6e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:3c7e80f9a5ee0569bbb9a2ad686749e68dd0d1a4fb76ee6dd7b4ea5f88b36ac2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a793e754e58d2cfb56eafd41c20d469afaccfd1410950bd183b59ddc7acb0d17_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:8e97f21095056f5ccaed22f0b2029c880b4630773ac2140149c077accd5f8366_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:b0d3ac017b538f8eab7a7346b7ac5eb5b53a963e0ff48570e9c2692ef2c19d30_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e1f7faee2f1494de270d580eda9a9985afdb417524b742cc07aec693acd32d34_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:8b63d02eec2eae0ac602b7bd8d98698c3d09176c8888278d8399de283229cc00_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:3e701c8548c819879e65db4d664be2175d90ac65f02634a900e4b41fccf04ce9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:84424961239f48399cee6090dc34c961c7362d7ecd51dbbda6eeaed77af69b28_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:dbaf313c82ac182eb2524d61e481aaca79ee9aa23408c0430fbe507b4b2ecc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:0471b66596dff273beb47a7ae9ef29c2d319cfd2f568fba91917b9594e7ff6b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:12a05f3c86f9349e25f4341257caee5ce93018cc4e56f881ec083768723a7d46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:24a0a72d8393301dc1222edab256e7a3ec16bc70f6623152c3c04f6a9c59e045_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:680dca24a86e43ba38e7b84ac1f4d186499e6c0b25d1b60167c8159df184f5ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:901f3803636371dea5dcc990ce5c4fa4ac8a700b96a2aa31ccbc4b527e377493_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:5bf4e142c4efb9c3d3811490c2af07717409f31b8536c8378f8c956799ee29ed_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:0788ddcf0a9df3bfa702d9728176cac1236c875527f955380c9dc81a3d9026e9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:ed74e3c3cd6f0dfcee228dd37d6015ae00659c89328987ebf4e856538d44acbc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:71a8c05a6abd1ddf54e114d23531c544641aa540e63d440b09d044aa275dfb00_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:c12c79616e9b9d53ba1241a8cb413af4b9b666d687e2eb03612e24820650d05a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:e0d9bd0683c12278d66ce930558b75c81579c1e98025b4e29f6791e6728ffd39_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:5cf8c60541ee633619c206ff29e9a31eb72a5972e0fa4676821477ac63c11145_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:b1f999470b563da16441760553ecf03df3afe07a6bfc670e2585960ff1572aa8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:dd83ff4f5a128daa3da369b7d55e5c85962ad139c2e90f38ae1379f45e25d3b8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:996f41eca94f896224a148d4cf22124284fdd4dc913d03185265162767102aa7_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:bfe2e48476b2573f00ac656298fa712dcb2393d2871fb0abad1a16f10e72a468_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:bf3ce5247b64b65685f59cb0c33b1c933cf3a215d44f019ee79bb83be4be64fd_amd64",
"9Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bb723cca7c08218a6434043473b8c0b20ef8390d47bfbdecad63ec5b64857ba3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-etcd-rhel9@sha256:10fd740e1b62bfd59af59d562b72d80e9512d2822e70a41c15136f567d63cd30_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:f52b2903d4ca83deb02ed7ed5cd073764229e057cc9df579db0bbde304c35432_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:095164d2f1c01a6eb6d84bca0dff1f6f7fb8594cff43c2a7552e2cfa5810a4d4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:e428c7558dccf9449ba5761f73f5940c895eb503fc443a9acd37885b87cd01d3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f989cebce6c372b3b5b1760437005c6c65a790d81cd5a5b1037b03aee73884b3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:15695550dfee18b27552a0e40ef04c87867c8e84dc67395103b30884ac4c1379_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-rhel9@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49043"
},
{
"category": "external",
"summary": "RHBZ#2342118",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2342118"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49043",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49043"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49043",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49043"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/issues/17467",
"url": "https://github.com/php/php-src/issues/17467"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxml2/-/commit/5a19e21605398cef6a8b1452477a8705cb41562b",
"url": "https://gitlab.gnome.org/GNOME/libxml2/-/commit/5a19e21605398cef6a8b1452477a8705cb41562b"
}
],
"release_date": "2025-01-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-15T16:34:38+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 https://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html/release_notes\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64 architecture. The image digest may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\n The sha value for the release is as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:2f46021d7977a7211e043834bda0a0fd728e04cdc7c7b657aa1f51ee7a1fbf34\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": [
"9Base-RHOSE-4.13:rhcos@sha256:d0c6c2b7e435e33e345476c3710295e8427c0f28ffa2fe780d01b2f8d0571f22_x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4677"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:2af0c5f28710eef08d7e795b2f2fd396239446741ad1e1e658554cc5b2d7499c_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:4a1882927aa0730aa113759930b4f529ee268c264f17ff912774f7a1d98ca18d_amd64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:d7e0ec5ad37bab321ac8a40dcb64384eb3c16ae5e858464ee1c32cb20401f526_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:c02e74a36878bc56a7b415654bfff711c1794ac0a3c3648c5fd2170675ae87da_amd64",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:54410c3040cb45b528c6c701da77bf3294edc0cbf75c2afd4110b20fca1c59e1_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:cd8cad7979a93f0a3d782643f478ba0b37a36b2c2d1de1ed552718d1bb270985_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:4584e4b91a2c79b2350c1e615099ce652a0cf1f5f6174a573b2db9a77680f0e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:40faeeee70ac61a27f15c02a2fe4de5d186cc6caa7a2773dca5b20bd9ac45738_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f89ec093de1ecac1c670bdbbe29fabdc9a49bf579644e577e6b48bfb743f76c2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9acd281012ec22619bdb11973382d7c946c29f536594ef7a29a84270fd2e761c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:6b35661834a938fe9accb877934fc523a4782d00e08926577abd4687aa029efb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:16b3ecc755a547774f58334978ed72c6700c898ca06bcd0184d39e830709e707_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:47ad1365190ac5eafe893d49d8cf55e057ada01198661d27163f08841e4de5e3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:24e838680502b2efd46c17b2210f053860c91ba396786b8d5350a553bb6aae54_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:88bab056feb7370de294928e88d79505fbff5dfc084ee5f109f6a81bb54858df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:c2318383b8ee9cefbd1e4a072c67819045404b125ba0b3167699af6b2e8f719d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d28ffcbdfec5913dc17c81451883108f1e7df09ccb3a89cdd69a096927a8e430_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0f31ee297e5fe72c4d21253c671153b5afa401fb24f90461f24e3183a9e102dd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ca6b67a58ba88779d5263fd75700596c2591d9808c6ae14d436401073ba1ab2d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:dd13b3c6fa06cc0f137edde8542422d663ff31d52e0d062cfba8229fedaed19e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:7d795f9d529424252eabcac30a80bb9d8a02aaae37c0563abf35af0f464f0807_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:fbd74802479830111e35763fea31b88da573084ad4abb427d59d766612c023b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:d085d1bf9d4a6bdae5bdaa1f4a763b5920b3e33ea934b6d1f517d08b9227e69f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:f6e4075c3c79257c2bfc92505478ef6950f2050dce21315024e95a6519065d97_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:27cce691de1d1381b562bdb6b766869ad75edacfc05f361646e66796cea06313_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6e35ce11cabf52a803c7cfd6d2f330a8ee2ba6d9459322cc3c3abf6b4811a57c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:25ce6b1769053a3e4e25be76977512192c26ceddbab24436f9fe7a30e866913c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:a8a9b3fc602cd6fc44ce88479c5cbd7412b819a1253a70beec72c77f9e7ce83d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:e8fe0ee9e4efcae284a304ae161a6b5fbc79f25a0d199d575c8ca052695280a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:6b8c2b0117065c58987970228d46009d56b37f193e3724f4f30cfbe1a09abec7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:a443f3127d8b96a22fa7900300129a6c0fa64546347f27028fa253868b417ff6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:36c8e50b8095ff8d0a1920be25c61f41369d1c1b881c6736b752b4798b68262e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:7bc8b50dd45977990c97e0bf4efefe47996e468ab674134f1e7d4fad80a0f2e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:13b7885ab87b62004ed049d8a66a52200d1aa2c81c6c837447e8d3d77b3e1198_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:65702387c6fab6f1b61f98225b933d1f6747880ccb0dc00859ca46da10c76e0a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:2660d9c9efbdbe443f028c6da32f8a8e40b7b8f89bb87b0a4c40d76cecd5575f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:6b2d96ac2373cc38abdaf928c8b9a4a0e328448c4a4c1b912825eef1d5adaa11_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:0c154837dde720dceb45182745f8df4a5a2e91672b583aeb75397eeb5dc91a7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:712c0764287b2356861e4f2212fd358ebe37020f0ff83add75f36362e8d23415_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:72975b5b89a5593059cc8fa7cb28f97e8162cee53714240c11394b985fcfb696_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a823081474886c5133db8eb99f43cf0c9d1239d56ca5098d514550f350e0ceec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:0a5f50af966f4e19fdef5e5491796813201f8aea49ebd778531bdbaacab94525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:1cbcdd54ae0eceb61c7602047f65337658b5a8330ee148b88714c9e8d672c722_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:9e681145acf5573d1413fb3dad67f904c56b851aff01a82c77584fd2e1e31470_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:7cf66ea30093dc3981ba473fb4e8bc4befa8f89f019a5012a62e5063cbcde6b6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:77f21feed46735c4bde09073d9e963823e48be7193089e7088998fe096794690_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:6853d2832fbe97325cdb1914a7b1c1ea019730f6e35f205b760982f73d85de7f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:e0c2fbe470b2bdf9c11c10eedaa043748e3c6fdd0b5fc6b7b76b0c44c099541b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:1646b13b3c7a4543caf98b9651d9204054261759313f75dd2c2d25777c43c898_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:9c351a7613a2a8218034d576f23e586f7bf47d280e8ef138c6bf0c2eef4b1748_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:be5dbe5f253ff397f62e33538cba44ebaf65a3ad96fb652c281714ce932e8949_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:4e7c9c7ec5d9968b01b1087fbead7a1fd0b51d9d86ed4d0c6421bcfa0b33c9cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:001a007b7abf6e42ecf097da21c0c27322773255617a6c40335758b1f3e576cd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:495ceadf5a23cc85337a72d816250baffe6426709f00a66761cf05a9336cc6db_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:b993202bb1199a75fb91014687b7a8b61c65c5513c1d88cad2a4ec5e2bdb7e3c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:66968387cbd620992c14e7638208ac16f132f3ea3dfdb83fd6e4465c2e779ad2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:3adaf4ced0fd01304f880dc13ad46d1855c9cda4ae6a32ebe6c1bc260ed232ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:29f6dcc03b15f8aaf71b0eb2b1c3f44c06e2ecd31a1e0eac763cde104a945618_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1a9f4b9cd573737365e13982f28725f8b9fade5f4d1d4d08f77d87d3891fbef9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:653e624f9859753e1f264bdd685359b7c619204c86b4085d063a6f12f5a44f7b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:1af29ca3c278969bef85f7dc7f0bee1f9c3e5aca90862b0bcff1859ade8c63c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:09b097bd1bf8f35e359d98e26e659b9bba4e0f02f29fe2fbf9492438a881dd38_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-update-keys@sha256:5133104ec8594ca380fa51cde56733df7a264c56af44c7eed34e230265180dc4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:6d44f497dd7421cca40a47485669d8ab2b0e3b78fb1ceef594d63ff96a20a246_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:218c5884c34ca73fcfda585b4997cc0fa427b13608d34b14920336c23ae5ba13_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:e9250415deb48c9e063799d0f3d1239bdb30d10fb58d8e32a987839c72ca8e79_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:7e0533a83d97732cd1b940bcdba77e43ffcea5073b8fe9dafc7e177b0170adcb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:7b8d30540a71df4fe3c017ad768ab3a7b05e8db8f68916162f36e2044cfddce3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:397e8e06204f87160fa6a831d7c7bf9c27b450c0deb6e89f6790b897593ce826_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:73c37ef100613a46a99b1860a295f86e23b96d8a7e44cde52583a8fd7605585e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:1e38f0daecc74a115a854300f36bf3af6cfe0c6a36f431a183449a49e2a0d07e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:47292803c6ec0f9b2ef5ec62d35f479b842ad39b752b63f515f230db69c3b691_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9a051f979c35d69d59b5e96bf2d4a31e509345ee4a64b1301324a116bc981a72_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a30891e1058b5fc9d08f93012f631748b9d2292d8d739203e22365d497afbc65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:0059cc67dd9f302cbab916dea5b0246c4ae6288c22316e135a0b899b7e49d7bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:36eefef18accd753b869788b4891d50f87ee33f4dff87a1b7ef9ce4db35e86a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:3a143fbec3d5abcc47bb625bfd13f88a2264c2f922dbfc3e04ac623a4d7c15f7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:0b3e1752a2842bb6a7f7f251b76a67ec9ce5c10bb0dd8f688eede69f864fc657_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:b15cc982fc79f1afc7346d578821c6c80ae6e1e0b6ee1c2e77340cfff0a2be57_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:6c8e361878de34517ebd3f23e84577d683ef1c0d61ecbb257de9291ff4c56691_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf4035279328a71212fc25a49ade7f2f224d4f46a3241b4b4d48ca0527f11aff_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3a5a5080bf1f1198f4f49a3a474cea519ac5332db52ebd91bc795369254ccf7b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:0d4983cbb596643ce8140dfb06e738e925786aff000ab33f0b863c93603f9d51_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:6d8a8a5e831e290aca259791f8c42b470cfe002bab823f09f8153f284925bd33_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:bcf097ca234ae44758d4b426a5d41ba9d95806ff974d2d03f6976d5133a76b1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:378d9776571943b4872fe24a655a151b06e85018a9e13955c0cef76763930a68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:cdddb704698b35cf7ce3e91ef6b9d2ed2b5f1ac2941f966d79a97225a2579c2d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:614485c10f4dc40e0fe24ebcd26480a1c8441d29e1b9061f183dea6cf30b384b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:2574f9ee676921882d47f4b89305f853c195b60ff1f4de1e07dcd1e57a7da9b5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:d54b4ec05a971bc94879cf518004e35ba15107bf9315241f65f228c3179a4c5a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:118e85b8ca2be3002a071d7ccdc83595c8a8bc83dea998f862b6ca994c722248_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:7deadb9848327da5e53bfca444b0ce73a64b98cfadf8721bd6b21badd0dcaa92_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:f7860bce172a8ed856f08a931a0285530ce760ab1fd2653a5c2647c9c2688989_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3b26166f3dbbdbf2c124ea03216d88f9a28fc13216f74db5b39e56e180f96772_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:6301f8f4ae0959902ebb2fc0ce91bb62d9e303a6e9bd50aa2e1132f0602cb897_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e4cfbbd550b90aceccc67031688e08e6934087c9d3840f4f2345f96ddd33859d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:6b92e5ba76d93a9521a78770eba00751255a944259c03e0ecf27d4f365cf7f08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-keepalived-ipfailover@sha256:0113877f25903b83281dd2c1912e0175af7e3b194ccd655604c66db312583338_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9ebfddb9b8fcef8231c880f5490281ab1af8ac19ef575b70289f0ec70cbbecdb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:a36a30554e4c4798035ea67b7059e136f6104ecd07efe3ec401c20e2b515b376_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:ed06f12419f8284861ad401be0405263ee2448b287b8c350312684d09eb73741_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:3456eaec2b1691a940a9daeb60d9f58e46b34c95551df276696a816e5d8f61e0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ceeb74be0133aa5263654f36c89e82b74fa32629b9448350c69c4ffd3be8ef11_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:d10aeeef401ea96b2d239cd7c23bdbd29d5f95bb339e79a36346594f97f1a272_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-controller-rhel8@sha256:a85096156df15207d9ea7a30d277f0148393e1cb1f5fd0f5c01b7e407845c0c4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:dcc12f84b87b1c8d195f0a9115ec08919c722ab3f1b7f3e3d1d1786a3058636b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:dbddca5c90a427f81e481473cad8d6de11ac4338d76622437e6846eac0bb9a50_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:bbd58b9e4834f076a5779e103ba4817262517a57abfc942d8184123700906d3c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:994d3f869f103d294e5eb947700c60da5f9d21bdfb7f2092bcf2ad1bf8617239_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:472872bf3463e1805eaa55d2b4a72cc18566243cc8f86c536ac7f22dd0519cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6b4e97eb2be26292d8599a17788ad6f2c8f7d370e8c058837b00751b05da7229_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:40c545460c4d32bf3c9697ecfc6abb18030c7004f685f15d76350ce74ba44424_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:51e9d490cf36cb0feb1b3b8a94d7054acf26a3ac88da128074038ab044d2e4e0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:498d9e4ce2f46c2344aca5f23912a901d7365d6d9fe99b21b78fcb2078c201d6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:2649b88264da27debbc44dee10a737b0ce0e50e8f228495ee8fc6d60d6cc8054_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:7dab5e3d3c90a1c21489dd373362c32e776e3f7b6b9be8078dc6048ec616e99a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:878aabcf6296fc58098ef215a91fb6c6b59fac92baf6df40f4db6e27bd12cbd3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:9041b978f28c8f97eaaaf3576c70e81b0604b54ad02a24b1c291b3a7e61f4953_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:37fe2142c7706fc3ac40e773993ec23f65d12f1a7087139f82169c3da23871b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3e24375d51a95405a332271b56a30269c441ee148b12d02ba559f6c71594a760_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ccaff34c562bafb33a8dea281c1bac0cf95538df011ed80e46da34d5255c5d9b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:408c5535b3665ca4d877d7dfa3b346632ca40d3b4467c68ce69721b9fe6b663d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7ca9ddcf1d023872cd29aa8ccf7ae6e8be5963741eec53c4f83c6b7ebdd6a6d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:13a23d02ea105d8e33dff2a113cc71fe2c91d5b1564de02c713bf9a3559ac31a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:57a453ca5454c330f36063eaccf5e56d0587b165ec2b5daa84f5e3fb36d57dcf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:6a10569c2c9a64c149053d93708dad01e9d0c23e1c5e64042addac8edc18baa4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:a855f45a1cc36c69d87ee2dbc0caba1801ba2702f767855bf9f1c9dee2d9a6ca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:cc6161f9c4e5bb62a5a3d296f699f03516184964a25a42a7c13733b8a733c817_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:9dc2b95ff43ce474ccfe3307a569c97bff50af678be1144f096be0bbec7f30ea_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:aeefaab0fdaa986a77bbeef108cef1d29156ebc98a4fa927d84918f2e3c4819b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:03a0dd7562d5afe26f6a506074ef78149ebd7f64fff51115f3a774cf140311c4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c7f937087f3a7ca3a70cf71e3208846c728b7abadb53672d07a96119acb8725b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4833367e7a3a94b76b350799227dcebb0f118250ad417b6f5e339dd0385186e2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:aa2d6d91116fa09430e64928aba25e3ecfd7b5ad31ca2cbea70edbb0755deb0a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:bc7e12534ca38a42842646dbde9de4d2049c6b0bf464cb1eb1cdb1302e8bbb6e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:3c7e80f9a5ee0569bbb9a2ad686749e68dd0d1a4fb76ee6dd7b4ea5f88b36ac2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a793e754e58d2cfb56eafd41c20d469afaccfd1410950bd183b59ddc7acb0d17_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:8e97f21095056f5ccaed22f0b2029c880b4630773ac2140149c077accd5f8366_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:b0d3ac017b538f8eab7a7346b7ac5eb5b53a963e0ff48570e9c2692ef2c19d30_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e1f7faee2f1494de270d580eda9a9985afdb417524b742cc07aec693acd32d34_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:8b63d02eec2eae0ac602b7bd8d98698c3d09176c8888278d8399de283229cc00_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:3e701c8548c819879e65db4d664be2175d90ac65f02634a900e4b41fccf04ce9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:84424961239f48399cee6090dc34c961c7362d7ecd51dbbda6eeaed77af69b28_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:dbaf313c82ac182eb2524d61e481aaca79ee9aa23408c0430fbe507b4b2ecc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:0471b66596dff273beb47a7ae9ef29c2d319cfd2f568fba91917b9594e7ff6b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:12a05f3c86f9349e25f4341257caee5ce93018cc4e56f881ec083768723a7d46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:24a0a72d8393301dc1222edab256e7a3ec16bc70f6623152c3c04f6a9c59e045_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:680dca24a86e43ba38e7b84ac1f4d186499e6c0b25d1b60167c8159df184f5ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:901f3803636371dea5dcc990ce5c4fa4ac8a700b96a2aa31ccbc4b527e377493_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:5bf4e142c4efb9c3d3811490c2af07717409f31b8536c8378f8c956799ee29ed_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:0788ddcf0a9df3bfa702d9728176cac1236c875527f955380c9dc81a3d9026e9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:ed74e3c3cd6f0dfcee228dd37d6015ae00659c89328987ebf4e856538d44acbc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:71a8c05a6abd1ddf54e114d23531c544641aa540e63d440b09d044aa275dfb00_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:c12c79616e9b9d53ba1241a8cb413af4b9b666d687e2eb03612e24820650d05a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:e0d9bd0683c12278d66ce930558b75c81579c1e98025b4e29f6791e6728ffd39_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:5cf8c60541ee633619c206ff29e9a31eb72a5972e0fa4676821477ac63c11145_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:b1f999470b563da16441760553ecf03df3afe07a6bfc670e2585960ff1572aa8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:dd83ff4f5a128daa3da369b7d55e5c85962ad139c2e90f38ae1379f45e25d3b8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:996f41eca94f896224a148d4cf22124284fdd4dc913d03185265162767102aa7_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:bfe2e48476b2573f00ac656298fa712dcb2393d2871fb0abad1a16f10e72a468_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:bf3ce5247b64b65685f59cb0c33b1c933cf3a215d44f019ee79bb83be4be64fd_amd64",
"9Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bb723cca7c08218a6434043473b8c0b20ef8390d47bfbdecad63ec5b64857ba3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-etcd-rhel9@sha256:10fd740e1b62bfd59af59d562b72d80e9512d2822e70a41c15136f567d63cd30_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:f52b2903d4ca83deb02ed7ed5cd073764229e057cc9df579db0bbde304c35432_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:095164d2f1c01a6eb6d84bca0dff1f6f7fb8594cff43c2a7552e2cfa5810a4d4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:e428c7558dccf9449ba5761f73f5940c895eb503fc443a9acd37885b87cd01d3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f989cebce6c372b3b5b1760437005c6c65a790d81cd5a5b1037b03aee73884b3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:15695550dfee18b27552a0e40ef04c87867c8e84dc67395103b30884ac4c1379_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-rhel9@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64",
"9Base-RHOSE-4.13:rhcos@sha256:d0c6c2b7e435e33e345476c3710295e8427c0f28ffa2fe780d01b2f8d0571f22_x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:2af0c5f28710eef08d7e795b2f2fd396239446741ad1e1e658554cc5b2d7499c_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:4a1882927aa0730aa113759930b4f529ee268c264f17ff912774f7a1d98ca18d_amd64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:d7e0ec5ad37bab321ac8a40dcb64384eb3c16ae5e858464ee1c32cb20401f526_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:c02e74a36878bc56a7b415654bfff711c1794ac0a3c3648c5fd2170675ae87da_amd64",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:54410c3040cb45b528c6c701da77bf3294edc0cbf75c2afd4110b20fca1c59e1_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:cd8cad7979a93f0a3d782643f478ba0b37a36b2c2d1de1ed552718d1bb270985_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:4584e4b91a2c79b2350c1e615099ce652a0cf1f5f6174a573b2db9a77680f0e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:40faeeee70ac61a27f15c02a2fe4de5d186cc6caa7a2773dca5b20bd9ac45738_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f89ec093de1ecac1c670bdbbe29fabdc9a49bf579644e577e6b48bfb743f76c2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9acd281012ec22619bdb11973382d7c946c29f536594ef7a29a84270fd2e761c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:6b35661834a938fe9accb877934fc523a4782d00e08926577abd4687aa029efb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:16b3ecc755a547774f58334978ed72c6700c898ca06bcd0184d39e830709e707_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:47ad1365190ac5eafe893d49d8cf55e057ada01198661d27163f08841e4de5e3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:24e838680502b2efd46c17b2210f053860c91ba396786b8d5350a553bb6aae54_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:88bab056feb7370de294928e88d79505fbff5dfc084ee5f109f6a81bb54858df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:c2318383b8ee9cefbd1e4a072c67819045404b125ba0b3167699af6b2e8f719d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d28ffcbdfec5913dc17c81451883108f1e7df09ccb3a89cdd69a096927a8e430_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0f31ee297e5fe72c4d21253c671153b5afa401fb24f90461f24e3183a9e102dd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ca6b67a58ba88779d5263fd75700596c2591d9808c6ae14d436401073ba1ab2d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:dd13b3c6fa06cc0f137edde8542422d663ff31d52e0d062cfba8229fedaed19e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:7d795f9d529424252eabcac30a80bb9d8a02aaae37c0563abf35af0f464f0807_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:fbd74802479830111e35763fea31b88da573084ad4abb427d59d766612c023b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:d085d1bf9d4a6bdae5bdaa1f4a763b5920b3e33ea934b6d1f517d08b9227e69f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:f6e4075c3c79257c2bfc92505478ef6950f2050dce21315024e95a6519065d97_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:27cce691de1d1381b562bdb6b766869ad75edacfc05f361646e66796cea06313_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6e35ce11cabf52a803c7cfd6d2f330a8ee2ba6d9459322cc3c3abf6b4811a57c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:25ce6b1769053a3e4e25be76977512192c26ceddbab24436f9fe7a30e866913c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:a8a9b3fc602cd6fc44ce88479c5cbd7412b819a1253a70beec72c77f9e7ce83d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:e8fe0ee9e4efcae284a304ae161a6b5fbc79f25a0d199d575c8ca052695280a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:6b8c2b0117065c58987970228d46009d56b37f193e3724f4f30cfbe1a09abec7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:a443f3127d8b96a22fa7900300129a6c0fa64546347f27028fa253868b417ff6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:36c8e50b8095ff8d0a1920be25c61f41369d1c1b881c6736b752b4798b68262e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:7bc8b50dd45977990c97e0bf4efefe47996e468ab674134f1e7d4fad80a0f2e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:13b7885ab87b62004ed049d8a66a52200d1aa2c81c6c837447e8d3d77b3e1198_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:65702387c6fab6f1b61f98225b933d1f6747880ccb0dc00859ca46da10c76e0a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:2660d9c9efbdbe443f028c6da32f8a8e40b7b8f89bb87b0a4c40d76cecd5575f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:6b2d96ac2373cc38abdaf928c8b9a4a0e328448c4a4c1b912825eef1d5adaa11_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:0c154837dde720dceb45182745f8df4a5a2e91672b583aeb75397eeb5dc91a7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:712c0764287b2356861e4f2212fd358ebe37020f0ff83add75f36362e8d23415_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:72975b5b89a5593059cc8fa7cb28f97e8162cee53714240c11394b985fcfb696_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a823081474886c5133db8eb99f43cf0c9d1239d56ca5098d514550f350e0ceec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:0a5f50af966f4e19fdef5e5491796813201f8aea49ebd778531bdbaacab94525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:1cbcdd54ae0eceb61c7602047f65337658b5a8330ee148b88714c9e8d672c722_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:9e681145acf5573d1413fb3dad67f904c56b851aff01a82c77584fd2e1e31470_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:7cf66ea30093dc3981ba473fb4e8bc4befa8f89f019a5012a62e5063cbcde6b6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:77f21feed46735c4bde09073d9e963823e48be7193089e7088998fe096794690_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:6853d2832fbe97325cdb1914a7b1c1ea019730f6e35f205b760982f73d85de7f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:e0c2fbe470b2bdf9c11c10eedaa043748e3c6fdd0b5fc6b7b76b0c44c099541b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:1646b13b3c7a4543caf98b9651d9204054261759313f75dd2c2d25777c43c898_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:9c351a7613a2a8218034d576f23e586f7bf47d280e8ef138c6bf0c2eef4b1748_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:be5dbe5f253ff397f62e33538cba44ebaf65a3ad96fb652c281714ce932e8949_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:4e7c9c7ec5d9968b01b1087fbead7a1fd0b51d9d86ed4d0c6421bcfa0b33c9cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:001a007b7abf6e42ecf097da21c0c27322773255617a6c40335758b1f3e576cd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:495ceadf5a23cc85337a72d816250baffe6426709f00a66761cf05a9336cc6db_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:b993202bb1199a75fb91014687b7a8b61c65c5513c1d88cad2a4ec5e2bdb7e3c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:66968387cbd620992c14e7638208ac16f132f3ea3dfdb83fd6e4465c2e779ad2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:3adaf4ced0fd01304f880dc13ad46d1855c9cda4ae6a32ebe6c1bc260ed232ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:29f6dcc03b15f8aaf71b0eb2b1c3f44c06e2ecd31a1e0eac763cde104a945618_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1a9f4b9cd573737365e13982f28725f8b9fade5f4d1d4d08f77d87d3891fbef9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:653e624f9859753e1f264bdd685359b7c619204c86b4085d063a6f12f5a44f7b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:1af29ca3c278969bef85f7dc7f0bee1f9c3e5aca90862b0bcff1859ade8c63c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:09b097bd1bf8f35e359d98e26e659b9bba4e0f02f29fe2fbf9492438a881dd38_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-update-keys@sha256:5133104ec8594ca380fa51cde56733df7a264c56af44c7eed34e230265180dc4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:6d44f497dd7421cca40a47485669d8ab2b0e3b78fb1ceef594d63ff96a20a246_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:218c5884c34ca73fcfda585b4997cc0fa427b13608d34b14920336c23ae5ba13_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:e9250415deb48c9e063799d0f3d1239bdb30d10fb58d8e32a987839c72ca8e79_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:7e0533a83d97732cd1b940bcdba77e43ffcea5073b8fe9dafc7e177b0170adcb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:7b8d30540a71df4fe3c017ad768ab3a7b05e8db8f68916162f36e2044cfddce3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:397e8e06204f87160fa6a831d7c7bf9c27b450c0deb6e89f6790b897593ce826_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:73c37ef100613a46a99b1860a295f86e23b96d8a7e44cde52583a8fd7605585e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:1e38f0daecc74a115a854300f36bf3af6cfe0c6a36f431a183449a49e2a0d07e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:47292803c6ec0f9b2ef5ec62d35f479b842ad39b752b63f515f230db69c3b691_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9a051f979c35d69d59b5e96bf2d4a31e509345ee4a64b1301324a116bc981a72_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a30891e1058b5fc9d08f93012f631748b9d2292d8d739203e22365d497afbc65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:0059cc67dd9f302cbab916dea5b0246c4ae6288c22316e135a0b899b7e49d7bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:36eefef18accd753b869788b4891d50f87ee33f4dff87a1b7ef9ce4db35e86a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:3a143fbec3d5abcc47bb625bfd13f88a2264c2f922dbfc3e04ac623a4d7c15f7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:0b3e1752a2842bb6a7f7f251b76a67ec9ce5c10bb0dd8f688eede69f864fc657_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:b15cc982fc79f1afc7346d578821c6c80ae6e1e0b6ee1c2e77340cfff0a2be57_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:6c8e361878de34517ebd3f23e84577d683ef1c0d61ecbb257de9291ff4c56691_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf4035279328a71212fc25a49ade7f2f224d4f46a3241b4b4d48ca0527f11aff_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3a5a5080bf1f1198f4f49a3a474cea519ac5332db52ebd91bc795369254ccf7b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:0d4983cbb596643ce8140dfb06e738e925786aff000ab33f0b863c93603f9d51_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:6d8a8a5e831e290aca259791f8c42b470cfe002bab823f09f8153f284925bd33_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:bcf097ca234ae44758d4b426a5d41ba9d95806ff974d2d03f6976d5133a76b1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:378d9776571943b4872fe24a655a151b06e85018a9e13955c0cef76763930a68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:cdddb704698b35cf7ce3e91ef6b9d2ed2b5f1ac2941f966d79a97225a2579c2d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:614485c10f4dc40e0fe24ebcd26480a1c8441d29e1b9061f183dea6cf30b384b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:2574f9ee676921882d47f4b89305f853c195b60ff1f4de1e07dcd1e57a7da9b5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:d54b4ec05a971bc94879cf518004e35ba15107bf9315241f65f228c3179a4c5a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:118e85b8ca2be3002a071d7ccdc83595c8a8bc83dea998f862b6ca994c722248_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:7deadb9848327da5e53bfca444b0ce73a64b98cfadf8721bd6b21badd0dcaa92_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:f7860bce172a8ed856f08a931a0285530ce760ab1fd2653a5c2647c9c2688989_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3b26166f3dbbdbf2c124ea03216d88f9a28fc13216f74db5b39e56e180f96772_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:6301f8f4ae0959902ebb2fc0ce91bb62d9e303a6e9bd50aa2e1132f0602cb897_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e4cfbbd550b90aceccc67031688e08e6934087c9d3840f4f2345f96ddd33859d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:6b92e5ba76d93a9521a78770eba00751255a944259c03e0ecf27d4f365cf7f08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-keepalived-ipfailover@sha256:0113877f25903b83281dd2c1912e0175af7e3b194ccd655604c66db312583338_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9ebfddb9b8fcef8231c880f5490281ab1af8ac19ef575b70289f0ec70cbbecdb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:a36a30554e4c4798035ea67b7059e136f6104ecd07efe3ec401c20e2b515b376_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:ed06f12419f8284861ad401be0405263ee2448b287b8c350312684d09eb73741_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:3456eaec2b1691a940a9daeb60d9f58e46b34c95551df276696a816e5d8f61e0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ceeb74be0133aa5263654f36c89e82b74fa32629b9448350c69c4ffd3be8ef11_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:d10aeeef401ea96b2d239cd7c23bdbd29d5f95bb339e79a36346594f97f1a272_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-controller-rhel8@sha256:a85096156df15207d9ea7a30d277f0148393e1cb1f5fd0f5c01b7e407845c0c4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:dcc12f84b87b1c8d195f0a9115ec08919c722ab3f1b7f3e3d1d1786a3058636b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:dbddca5c90a427f81e481473cad8d6de11ac4338d76622437e6846eac0bb9a50_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:bbd58b9e4834f076a5779e103ba4817262517a57abfc942d8184123700906d3c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:994d3f869f103d294e5eb947700c60da5f9d21bdfb7f2092bcf2ad1bf8617239_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:472872bf3463e1805eaa55d2b4a72cc18566243cc8f86c536ac7f22dd0519cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6b4e97eb2be26292d8599a17788ad6f2c8f7d370e8c058837b00751b05da7229_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:40c545460c4d32bf3c9697ecfc6abb18030c7004f685f15d76350ce74ba44424_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:51e9d490cf36cb0feb1b3b8a94d7054acf26a3ac88da128074038ab044d2e4e0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:498d9e4ce2f46c2344aca5f23912a901d7365d6d9fe99b21b78fcb2078c201d6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:2649b88264da27debbc44dee10a737b0ce0e50e8f228495ee8fc6d60d6cc8054_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:7dab5e3d3c90a1c21489dd373362c32e776e3f7b6b9be8078dc6048ec616e99a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:878aabcf6296fc58098ef215a91fb6c6b59fac92baf6df40f4db6e27bd12cbd3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:9041b978f28c8f97eaaaf3576c70e81b0604b54ad02a24b1c291b3a7e61f4953_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:37fe2142c7706fc3ac40e773993ec23f65d12f1a7087139f82169c3da23871b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3e24375d51a95405a332271b56a30269c441ee148b12d02ba559f6c71594a760_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ccaff34c562bafb33a8dea281c1bac0cf95538df011ed80e46da34d5255c5d9b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:408c5535b3665ca4d877d7dfa3b346632ca40d3b4467c68ce69721b9fe6b663d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7ca9ddcf1d023872cd29aa8ccf7ae6e8be5963741eec53c4f83c6b7ebdd6a6d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:13a23d02ea105d8e33dff2a113cc71fe2c91d5b1564de02c713bf9a3559ac31a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:57a453ca5454c330f36063eaccf5e56d0587b165ec2b5daa84f5e3fb36d57dcf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:6a10569c2c9a64c149053d93708dad01e9d0c23e1c5e64042addac8edc18baa4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:a855f45a1cc36c69d87ee2dbc0caba1801ba2702f767855bf9f1c9dee2d9a6ca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:cc6161f9c4e5bb62a5a3d296f699f03516184964a25a42a7c13733b8a733c817_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:9dc2b95ff43ce474ccfe3307a569c97bff50af678be1144f096be0bbec7f30ea_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:aeefaab0fdaa986a77bbeef108cef1d29156ebc98a4fa927d84918f2e3c4819b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:03a0dd7562d5afe26f6a506074ef78149ebd7f64fff51115f3a774cf140311c4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c7f937087f3a7ca3a70cf71e3208846c728b7abadb53672d07a96119acb8725b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4833367e7a3a94b76b350799227dcebb0f118250ad417b6f5e339dd0385186e2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:aa2d6d91116fa09430e64928aba25e3ecfd7b5ad31ca2cbea70edbb0755deb0a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:bc7e12534ca38a42842646dbde9de4d2049c6b0bf464cb1eb1cdb1302e8bbb6e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:3c7e80f9a5ee0569bbb9a2ad686749e68dd0d1a4fb76ee6dd7b4ea5f88b36ac2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a793e754e58d2cfb56eafd41c20d469afaccfd1410950bd183b59ddc7acb0d17_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:8e97f21095056f5ccaed22f0b2029c880b4630773ac2140149c077accd5f8366_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:b0d3ac017b538f8eab7a7346b7ac5eb5b53a963e0ff48570e9c2692ef2c19d30_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e1f7faee2f1494de270d580eda9a9985afdb417524b742cc07aec693acd32d34_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:8b63d02eec2eae0ac602b7bd8d98698c3d09176c8888278d8399de283229cc00_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:3e701c8548c819879e65db4d664be2175d90ac65f02634a900e4b41fccf04ce9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:84424961239f48399cee6090dc34c961c7362d7ecd51dbbda6eeaed77af69b28_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:dbaf313c82ac182eb2524d61e481aaca79ee9aa23408c0430fbe507b4b2ecc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:0471b66596dff273beb47a7ae9ef29c2d319cfd2f568fba91917b9594e7ff6b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:12a05f3c86f9349e25f4341257caee5ce93018cc4e56f881ec083768723a7d46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:24a0a72d8393301dc1222edab256e7a3ec16bc70f6623152c3c04f6a9c59e045_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:680dca24a86e43ba38e7b84ac1f4d186499e6c0b25d1b60167c8159df184f5ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:901f3803636371dea5dcc990ce5c4fa4ac8a700b96a2aa31ccbc4b527e377493_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:5bf4e142c4efb9c3d3811490c2af07717409f31b8536c8378f8c956799ee29ed_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:0788ddcf0a9df3bfa702d9728176cac1236c875527f955380c9dc81a3d9026e9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:ed74e3c3cd6f0dfcee228dd37d6015ae00659c89328987ebf4e856538d44acbc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:71a8c05a6abd1ddf54e114d23531c544641aa540e63d440b09d044aa275dfb00_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:c12c79616e9b9d53ba1241a8cb413af4b9b666d687e2eb03612e24820650d05a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:e0d9bd0683c12278d66ce930558b75c81579c1e98025b4e29f6791e6728ffd39_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:5cf8c60541ee633619c206ff29e9a31eb72a5972e0fa4676821477ac63c11145_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:b1f999470b563da16441760553ecf03df3afe07a6bfc670e2585960ff1572aa8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:dd83ff4f5a128daa3da369b7d55e5c85962ad139c2e90f38ae1379f45e25d3b8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:996f41eca94f896224a148d4cf22124284fdd4dc913d03185265162767102aa7_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:bfe2e48476b2573f00ac656298fa712dcb2393d2871fb0abad1a16f10e72a468_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:bf3ce5247b64b65685f59cb0c33b1c933cf3a215d44f019ee79bb83be4be64fd_amd64",
"9Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bb723cca7c08218a6434043473b8c0b20ef8390d47bfbdecad63ec5b64857ba3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-etcd-rhel9@sha256:10fd740e1b62bfd59af59d562b72d80e9512d2822e70a41c15136f567d63cd30_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:f52b2903d4ca83deb02ed7ed5cd073764229e057cc9df579db0bbde304c35432_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:095164d2f1c01a6eb6d84bca0dff1f6f7fb8594cff43c2a7552e2cfa5810a4d4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:e428c7558dccf9449ba5761f73f5940c895eb503fc443a9acd37885b87cd01d3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f989cebce6c372b3b5b1760437005c6c65a790d81cd5a5b1037b03aee73884b3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:15695550dfee18b27552a0e40ef04c87867c8e84dc67395103b30884ac4c1379_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-rhel9@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64",
"9Base-RHOSE-4.13:rhcos@sha256:d0c6c2b7e435e33e345476c3710295e8427c0f28ffa2fe780d01b2f8d0571f22_x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libxml: use-after-free in xmlXIncludeAddNode"
},
{
"cve": "CVE-2024-55549",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-03-14T02:00:39.884650+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:2af0c5f28710eef08d7e795b2f2fd396239446741ad1e1e658554cc5b2d7499c_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:4a1882927aa0730aa113759930b4f529ee268c264f17ff912774f7a1d98ca18d_amd64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:d7e0ec5ad37bab321ac8a40dcb64384eb3c16ae5e858464ee1c32cb20401f526_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:c02e74a36878bc56a7b415654bfff711c1794ac0a3c3648c5fd2170675ae87da_amd64",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:54410c3040cb45b528c6c701da77bf3294edc0cbf75c2afd4110b20fca1c59e1_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:cd8cad7979a93f0a3d782643f478ba0b37a36b2c2d1de1ed552718d1bb270985_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:4584e4b91a2c79b2350c1e615099ce652a0cf1f5f6174a573b2db9a77680f0e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:40faeeee70ac61a27f15c02a2fe4de5d186cc6caa7a2773dca5b20bd9ac45738_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f89ec093de1ecac1c670bdbbe29fabdc9a49bf579644e577e6b48bfb743f76c2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9acd281012ec22619bdb11973382d7c946c29f536594ef7a29a84270fd2e761c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:6b35661834a938fe9accb877934fc523a4782d00e08926577abd4687aa029efb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:16b3ecc755a547774f58334978ed72c6700c898ca06bcd0184d39e830709e707_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:47ad1365190ac5eafe893d49d8cf55e057ada01198661d27163f08841e4de5e3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:24e838680502b2efd46c17b2210f053860c91ba396786b8d5350a553bb6aae54_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:88bab056feb7370de294928e88d79505fbff5dfc084ee5f109f6a81bb54858df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:c2318383b8ee9cefbd1e4a072c67819045404b125ba0b3167699af6b2e8f719d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d28ffcbdfec5913dc17c81451883108f1e7df09ccb3a89cdd69a096927a8e430_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0f31ee297e5fe72c4d21253c671153b5afa401fb24f90461f24e3183a9e102dd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ca6b67a58ba88779d5263fd75700596c2591d9808c6ae14d436401073ba1ab2d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:dd13b3c6fa06cc0f137edde8542422d663ff31d52e0d062cfba8229fedaed19e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:7d795f9d529424252eabcac30a80bb9d8a02aaae37c0563abf35af0f464f0807_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:fbd74802479830111e35763fea31b88da573084ad4abb427d59d766612c023b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:d085d1bf9d4a6bdae5bdaa1f4a763b5920b3e33ea934b6d1f517d08b9227e69f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:f6e4075c3c79257c2bfc92505478ef6950f2050dce21315024e95a6519065d97_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:27cce691de1d1381b562bdb6b766869ad75edacfc05f361646e66796cea06313_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6e35ce11cabf52a803c7cfd6d2f330a8ee2ba6d9459322cc3c3abf6b4811a57c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:25ce6b1769053a3e4e25be76977512192c26ceddbab24436f9fe7a30e866913c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:a8a9b3fc602cd6fc44ce88479c5cbd7412b819a1253a70beec72c77f9e7ce83d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:e8fe0ee9e4efcae284a304ae161a6b5fbc79f25a0d199d575c8ca052695280a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:6b8c2b0117065c58987970228d46009d56b37f193e3724f4f30cfbe1a09abec7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:a443f3127d8b96a22fa7900300129a6c0fa64546347f27028fa253868b417ff6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:36c8e50b8095ff8d0a1920be25c61f41369d1c1b881c6736b752b4798b68262e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:7bc8b50dd45977990c97e0bf4efefe47996e468ab674134f1e7d4fad80a0f2e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:13b7885ab87b62004ed049d8a66a52200d1aa2c81c6c837447e8d3d77b3e1198_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:65702387c6fab6f1b61f98225b933d1f6747880ccb0dc00859ca46da10c76e0a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:2660d9c9efbdbe443f028c6da32f8a8e40b7b8f89bb87b0a4c40d76cecd5575f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:6b2d96ac2373cc38abdaf928c8b9a4a0e328448c4a4c1b912825eef1d5adaa11_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:0c154837dde720dceb45182745f8df4a5a2e91672b583aeb75397eeb5dc91a7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:712c0764287b2356861e4f2212fd358ebe37020f0ff83add75f36362e8d23415_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:72975b5b89a5593059cc8fa7cb28f97e8162cee53714240c11394b985fcfb696_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a823081474886c5133db8eb99f43cf0c9d1239d56ca5098d514550f350e0ceec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:0a5f50af966f4e19fdef5e5491796813201f8aea49ebd778531bdbaacab94525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:1cbcdd54ae0eceb61c7602047f65337658b5a8330ee148b88714c9e8d672c722_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:9e681145acf5573d1413fb3dad67f904c56b851aff01a82c77584fd2e1e31470_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:7cf66ea30093dc3981ba473fb4e8bc4befa8f89f019a5012a62e5063cbcde6b6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:77f21feed46735c4bde09073d9e963823e48be7193089e7088998fe096794690_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:6853d2832fbe97325cdb1914a7b1c1ea019730f6e35f205b760982f73d85de7f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:e0c2fbe470b2bdf9c11c10eedaa043748e3c6fdd0b5fc6b7b76b0c44c099541b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:1646b13b3c7a4543caf98b9651d9204054261759313f75dd2c2d25777c43c898_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:9c351a7613a2a8218034d576f23e586f7bf47d280e8ef138c6bf0c2eef4b1748_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:be5dbe5f253ff397f62e33538cba44ebaf65a3ad96fb652c281714ce932e8949_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:4e7c9c7ec5d9968b01b1087fbead7a1fd0b51d9d86ed4d0c6421bcfa0b33c9cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:001a007b7abf6e42ecf097da21c0c27322773255617a6c40335758b1f3e576cd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:495ceadf5a23cc85337a72d816250baffe6426709f00a66761cf05a9336cc6db_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:b993202bb1199a75fb91014687b7a8b61c65c5513c1d88cad2a4ec5e2bdb7e3c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:66968387cbd620992c14e7638208ac16f132f3ea3dfdb83fd6e4465c2e779ad2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:3adaf4ced0fd01304f880dc13ad46d1855c9cda4ae6a32ebe6c1bc260ed232ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:29f6dcc03b15f8aaf71b0eb2b1c3f44c06e2ecd31a1e0eac763cde104a945618_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1a9f4b9cd573737365e13982f28725f8b9fade5f4d1d4d08f77d87d3891fbef9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:653e624f9859753e1f264bdd685359b7c619204c86b4085d063a6f12f5a44f7b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:1af29ca3c278969bef85f7dc7f0bee1f9c3e5aca90862b0bcff1859ade8c63c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:09b097bd1bf8f35e359d98e26e659b9bba4e0f02f29fe2fbf9492438a881dd38_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-update-keys@sha256:5133104ec8594ca380fa51cde56733df7a264c56af44c7eed34e230265180dc4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:6d44f497dd7421cca40a47485669d8ab2b0e3b78fb1ceef594d63ff96a20a246_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:218c5884c34ca73fcfda585b4997cc0fa427b13608d34b14920336c23ae5ba13_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:e9250415deb48c9e063799d0f3d1239bdb30d10fb58d8e32a987839c72ca8e79_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:7e0533a83d97732cd1b940bcdba77e43ffcea5073b8fe9dafc7e177b0170adcb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:7b8d30540a71df4fe3c017ad768ab3a7b05e8db8f68916162f36e2044cfddce3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:397e8e06204f87160fa6a831d7c7bf9c27b450c0deb6e89f6790b897593ce826_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:73c37ef100613a46a99b1860a295f86e23b96d8a7e44cde52583a8fd7605585e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:1e38f0daecc74a115a854300f36bf3af6cfe0c6a36f431a183449a49e2a0d07e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:47292803c6ec0f9b2ef5ec62d35f479b842ad39b752b63f515f230db69c3b691_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9a051f979c35d69d59b5e96bf2d4a31e509345ee4a64b1301324a116bc981a72_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a30891e1058b5fc9d08f93012f631748b9d2292d8d739203e22365d497afbc65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:0059cc67dd9f302cbab916dea5b0246c4ae6288c22316e135a0b899b7e49d7bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:36eefef18accd753b869788b4891d50f87ee33f4dff87a1b7ef9ce4db35e86a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:3a143fbec3d5abcc47bb625bfd13f88a2264c2f922dbfc3e04ac623a4d7c15f7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:0b3e1752a2842bb6a7f7f251b76a67ec9ce5c10bb0dd8f688eede69f864fc657_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:b15cc982fc79f1afc7346d578821c6c80ae6e1e0b6ee1c2e77340cfff0a2be57_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:6c8e361878de34517ebd3f23e84577d683ef1c0d61ecbb257de9291ff4c56691_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf4035279328a71212fc25a49ade7f2f224d4f46a3241b4b4d48ca0527f11aff_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3a5a5080bf1f1198f4f49a3a474cea519ac5332db52ebd91bc795369254ccf7b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:0d4983cbb596643ce8140dfb06e738e925786aff000ab33f0b863c93603f9d51_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:6d8a8a5e831e290aca259791f8c42b470cfe002bab823f09f8153f284925bd33_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:bcf097ca234ae44758d4b426a5d41ba9d95806ff974d2d03f6976d5133a76b1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:378d9776571943b4872fe24a655a151b06e85018a9e13955c0cef76763930a68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:cdddb704698b35cf7ce3e91ef6b9d2ed2b5f1ac2941f966d79a97225a2579c2d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:614485c10f4dc40e0fe24ebcd26480a1c8441d29e1b9061f183dea6cf30b384b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:2574f9ee676921882d47f4b89305f853c195b60ff1f4de1e07dcd1e57a7da9b5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:d54b4ec05a971bc94879cf518004e35ba15107bf9315241f65f228c3179a4c5a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:118e85b8ca2be3002a071d7ccdc83595c8a8bc83dea998f862b6ca994c722248_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:7deadb9848327da5e53bfca444b0ce73a64b98cfadf8721bd6b21badd0dcaa92_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:f7860bce172a8ed856f08a931a0285530ce760ab1fd2653a5c2647c9c2688989_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3b26166f3dbbdbf2c124ea03216d88f9a28fc13216f74db5b39e56e180f96772_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:6301f8f4ae0959902ebb2fc0ce91bb62d9e303a6e9bd50aa2e1132f0602cb897_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e4cfbbd550b90aceccc67031688e08e6934087c9d3840f4f2345f96ddd33859d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:6b92e5ba76d93a9521a78770eba00751255a944259c03e0ecf27d4f365cf7f08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-keepalived-ipfailover@sha256:0113877f25903b83281dd2c1912e0175af7e3b194ccd655604c66db312583338_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9ebfddb9b8fcef8231c880f5490281ab1af8ac19ef575b70289f0ec70cbbecdb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:a36a30554e4c4798035ea67b7059e136f6104ecd07efe3ec401c20e2b515b376_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:ed06f12419f8284861ad401be0405263ee2448b287b8c350312684d09eb73741_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:3456eaec2b1691a940a9daeb60d9f58e46b34c95551df276696a816e5d8f61e0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ceeb74be0133aa5263654f36c89e82b74fa32629b9448350c69c4ffd3be8ef11_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:d10aeeef401ea96b2d239cd7c23bdbd29d5f95bb339e79a36346594f97f1a272_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-controller-rhel8@sha256:a85096156df15207d9ea7a30d277f0148393e1cb1f5fd0f5c01b7e407845c0c4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:dcc12f84b87b1c8d195f0a9115ec08919c722ab3f1b7f3e3d1d1786a3058636b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:dbddca5c90a427f81e481473cad8d6de11ac4338d76622437e6846eac0bb9a50_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:bbd58b9e4834f076a5779e103ba4817262517a57abfc942d8184123700906d3c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:994d3f869f103d294e5eb947700c60da5f9d21bdfb7f2092bcf2ad1bf8617239_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:472872bf3463e1805eaa55d2b4a72cc18566243cc8f86c536ac7f22dd0519cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6b4e97eb2be26292d8599a17788ad6f2c8f7d370e8c058837b00751b05da7229_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:40c545460c4d32bf3c9697ecfc6abb18030c7004f685f15d76350ce74ba44424_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:51e9d490cf36cb0feb1b3b8a94d7054acf26a3ac88da128074038ab044d2e4e0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:498d9e4ce2f46c2344aca5f23912a901d7365d6d9fe99b21b78fcb2078c201d6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:2649b88264da27debbc44dee10a737b0ce0e50e8f228495ee8fc6d60d6cc8054_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:7dab5e3d3c90a1c21489dd373362c32e776e3f7b6b9be8078dc6048ec616e99a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:878aabcf6296fc58098ef215a91fb6c6b59fac92baf6df40f4db6e27bd12cbd3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:9041b978f28c8f97eaaaf3576c70e81b0604b54ad02a24b1c291b3a7e61f4953_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:37fe2142c7706fc3ac40e773993ec23f65d12f1a7087139f82169c3da23871b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3e24375d51a95405a332271b56a30269c441ee148b12d02ba559f6c71594a760_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ccaff34c562bafb33a8dea281c1bac0cf95538df011ed80e46da34d5255c5d9b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:408c5535b3665ca4d877d7dfa3b346632ca40d3b4467c68ce69721b9fe6b663d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7ca9ddcf1d023872cd29aa8ccf7ae6e8be5963741eec53c4f83c6b7ebdd6a6d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:13a23d02ea105d8e33dff2a113cc71fe2c91d5b1564de02c713bf9a3559ac31a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:57a453ca5454c330f36063eaccf5e56d0587b165ec2b5daa84f5e3fb36d57dcf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:6a10569c2c9a64c149053d93708dad01e9d0c23e1c5e64042addac8edc18baa4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:a855f45a1cc36c69d87ee2dbc0caba1801ba2702f767855bf9f1c9dee2d9a6ca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:cc6161f9c4e5bb62a5a3d296f699f03516184964a25a42a7c13733b8a733c817_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:9dc2b95ff43ce474ccfe3307a569c97bff50af678be1144f096be0bbec7f30ea_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:aeefaab0fdaa986a77bbeef108cef1d29156ebc98a4fa927d84918f2e3c4819b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:03a0dd7562d5afe26f6a506074ef78149ebd7f64fff51115f3a774cf140311c4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c7f937087f3a7ca3a70cf71e3208846c728b7abadb53672d07a96119acb8725b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4833367e7a3a94b76b350799227dcebb0f118250ad417b6f5e339dd0385186e2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:aa2d6d91116fa09430e64928aba25e3ecfd7b5ad31ca2cbea70edbb0755deb0a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:bc7e12534ca38a42842646dbde9de4d2049c6b0bf464cb1eb1cdb1302e8bbb6e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:3c7e80f9a5ee0569bbb9a2ad686749e68dd0d1a4fb76ee6dd7b4ea5f88b36ac2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a793e754e58d2cfb56eafd41c20d469afaccfd1410950bd183b59ddc7acb0d17_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:8e97f21095056f5ccaed22f0b2029c880b4630773ac2140149c077accd5f8366_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:b0d3ac017b538f8eab7a7346b7ac5eb5b53a963e0ff48570e9c2692ef2c19d30_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e1f7faee2f1494de270d580eda9a9985afdb417524b742cc07aec693acd32d34_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:8b63d02eec2eae0ac602b7bd8d98698c3d09176c8888278d8399de283229cc00_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:3e701c8548c819879e65db4d664be2175d90ac65f02634a900e4b41fccf04ce9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:84424961239f48399cee6090dc34c961c7362d7ecd51dbbda6eeaed77af69b28_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:dbaf313c82ac182eb2524d61e481aaca79ee9aa23408c0430fbe507b4b2ecc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:0471b66596dff273beb47a7ae9ef29c2d319cfd2f568fba91917b9594e7ff6b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:12a05f3c86f9349e25f4341257caee5ce93018cc4e56f881ec083768723a7d46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:24a0a72d8393301dc1222edab256e7a3ec16bc70f6623152c3c04f6a9c59e045_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:680dca24a86e43ba38e7b84ac1f4d186499e6c0b25d1b60167c8159df184f5ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:901f3803636371dea5dcc990ce5c4fa4ac8a700b96a2aa31ccbc4b527e377493_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:5bf4e142c4efb9c3d3811490c2af07717409f31b8536c8378f8c956799ee29ed_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:0788ddcf0a9df3bfa702d9728176cac1236c875527f955380c9dc81a3d9026e9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:ed74e3c3cd6f0dfcee228dd37d6015ae00659c89328987ebf4e856538d44acbc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:71a8c05a6abd1ddf54e114d23531c544641aa540e63d440b09d044aa275dfb00_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:c12c79616e9b9d53ba1241a8cb413af4b9b666d687e2eb03612e24820650d05a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:e0d9bd0683c12278d66ce930558b75c81579c1e98025b4e29f6791e6728ffd39_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:5cf8c60541ee633619c206ff29e9a31eb72a5972e0fa4676821477ac63c11145_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:b1f999470b563da16441760553ecf03df3afe07a6bfc670e2585960ff1572aa8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:dd83ff4f5a128daa3da369b7d55e5c85962ad139c2e90f38ae1379f45e25d3b8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:996f41eca94f896224a148d4cf22124284fdd4dc913d03185265162767102aa7_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:bfe2e48476b2573f00ac656298fa712dcb2393d2871fb0abad1a16f10e72a468_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:bf3ce5247b64b65685f59cb0c33b1c933cf3a215d44f019ee79bb83be4be64fd_amd64",
"9Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bb723cca7c08218a6434043473b8c0b20ef8390d47bfbdecad63ec5b64857ba3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-etcd-rhel9@sha256:10fd740e1b62bfd59af59d562b72d80e9512d2822e70a41c15136f567d63cd30_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:f52b2903d4ca83deb02ed7ed5cd073764229e057cc9df579db0bbde304c35432_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:095164d2f1c01a6eb6d84bca0dff1f6f7fb8594cff43c2a7552e2cfa5810a4d4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:e428c7558dccf9449ba5761f73f5940c895eb503fc443a9acd37885b87cd01d3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f989cebce6c372b3b5b1760437005c6c65a790d81cd5a5b1037b03aee73884b3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:15695550dfee18b27552a0e40ef04c87867c8e84dc67395103b30884ac4c1379_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-rhel9@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2352484"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libxslt. This vulnerability allows an attacker to trigger a use-after-free issue by excluding result prefixes.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxslt: Use-After-Free in libxslt (xsltGetInheritedNsList)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This use-after-free vulnerability in libxslt marked as Important rather than a Moderate flaw, due to its potential to enable arbitrary code execution or cause denial-of-service conditions. The vulnerability arises from mishandled memory in the exclPrefixTab table, which references freed namespace URLs during stylesheet processing. When an included stylesheet has xsl:text as the root and is deleted, the associated namespace URLs remain referenced in exclPrefixTab despite being freed, leading to a classic use-after-free condition. Since libxslt is a core XML transformation library frequently used in complex server-side applications (e.g., web frameworks, document rendering), an attacker can craft malicious XSLT stylesheets to exploit this flaw, potentially gaining remote code execution within the application\u0027s process.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.13:rhcos@sha256:d0c6c2b7e435e33e345476c3710295e8427c0f28ffa2fe780d01b2f8d0571f22_x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:2af0c5f28710eef08d7e795b2f2fd396239446741ad1e1e658554cc5b2d7499c_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:4a1882927aa0730aa113759930b4f529ee268c264f17ff912774f7a1d98ca18d_amd64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:d7e0ec5ad37bab321ac8a40dcb64384eb3c16ae5e858464ee1c32cb20401f526_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:c02e74a36878bc56a7b415654bfff711c1794ac0a3c3648c5fd2170675ae87da_amd64",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:54410c3040cb45b528c6c701da77bf3294edc0cbf75c2afd4110b20fca1c59e1_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:cd8cad7979a93f0a3d782643f478ba0b37a36b2c2d1de1ed552718d1bb270985_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:4584e4b91a2c79b2350c1e615099ce652a0cf1f5f6174a573b2db9a77680f0e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:40faeeee70ac61a27f15c02a2fe4de5d186cc6caa7a2773dca5b20bd9ac45738_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f89ec093de1ecac1c670bdbbe29fabdc9a49bf579644e577e6b48bfb743f76c2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9acd281012ec22619bdb11973382d7c946c29f536594ef7a29a84270fd2e761c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:6b35661834a938fe9accb877934fc523a4782d00e08926577abd4687aa029efb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:16b3ecc755a547774f58334978ed72c6700c898ca06bcd0184d39e830709e707_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:47ad1365190ac5eafe893d49d8cf55e057ada01198661d27163f08841e4de5e3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:24e838680502b2efd46c17b2210f053860c91ba396786b8d5350a553bb6aae54_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:88bab056feb7370de294928e88d79505fbff5dfc084ee5f109f6a81bb54858df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:c2318383b8ee9cefbd1e4a072c67819045404b125ba0b3167699af6b2e8f719d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d28ffcbdfec5913dc17c81451883108f1e7df09ccb3a89cdd69a096927a8e430_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0f31ee297e5fe72c4d21253c671153b5afa401fb24f90461f24e3183a9e102dd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ca6b67a58ba88779d5263fd75700596c2591d9808c6ae14d436401073ba1ab2d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:dd13b3c6fa06cc0f137edde8542422d663ff31d52e0d062cfba8229fedaed19e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:7d795f9d529424252eabcac30a80bb9d8a02aaae37c0563abf35af0f464f0807_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:fbd74802479830111e35763fea31b88da573084ad4abb427d59d766612c023b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:d085d1bf9d4a6bdae5bdaa1f4a763b5920b3e33ea934b6d1f517d08b9227e69f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:f6e4075c3c79257c2bfc92505478ef6950f2050dce21315024e95a6519065d97_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:27cce691de1d1381b562bdb6b766869ad75edacfc05f361646e66796cea06313_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6e35ce11cabf52a803c7cfd6d2f330a8ee2ba6d9459322cc3c3abf6b4811a57c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:25ce6b1769053a3e4e25be76977512192c26ceddbab24436f9fe7a30e866913c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:a8a9b3fc602cd6fc44ce88479c5cbd7412b819a1253a70beec72c77f9e7ce83d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:e8fe0ee9e4efcae284a304ae161a6b5fbc79f25a0d199d575c8ca052695280a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:6b8c2b0117065c58987970228d46009d56b37f193e3724f4f30cfbe1a09abec7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:a443f3127d8b96a22fa7900300129a6c0fa64546347f27028fa253868b417ff6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:36c8e50b8095ff8d0a1920be25c61f41369d1c1b881c6736b752b4798b68262e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:7bc8b50dd45977990c97e0bf4efefe47996e468ab674134f1e7d4fad80a0f2e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:13b7885ab87b62004ed049d8a66a52200d1aa2c81c6c837447e8d3d77b3e1198_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:65702387c6fab6f1b61f98225b933d1f6747880ccb0dc00859ca46da10c76e0a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:2660d9c9efbdbe443f028c6da32f8a8e40b7b8f89bb87b0a4c40d76cecd5575f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:6b2d96ac2373cc38abdaf928c8b9a4a0e328448c4a4c1b912825eef1d5adaa11_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:0c154837dde720dceb45182745f8df4a5a2e91672b583aeb75397eeb5dc91a7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:712c0764287b2356861e4f2212fd358ebe37020f0ff83add75f36362e8d23415_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:72975b5b89a5593059cc8fa7cb28f97e8162cee53714240c11394b985fcfb696_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a823081474886c5133db8eb99f43cf0c9d1239d56ca5098d514550f350e0ceec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:0a5f50af966f4e19fdef5e5491796813201f8aea49ebd778531bdbaacab94525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:1cbcdd54ae0eceb61c7602047f65337658b5a8330ee148b88714c9e8d672c722_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:9e681145acf5573d1413fb3dad67f904c56b851aff01a82c77584fd2e1e31470_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:7cf66ea30093dc3981ba473fb4e8bc4befa8f89f019a5012a62e5063cbcde6b6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:77f21feed46735c4bde09073d9e963823e48be7193089e7088998fe096794690_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:6853d2832fbe97325cdb1914a7b1c1ea019730f6e35f205b760982f73d85de7f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:e0c2fbe470b2bdf9c11c10eedaa043748e3c6fdd0b5fc6b7b76b0c44c099541b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:1646b13b3c7a4543caf98b9651d9204054261759313f75dd2c2d25777c43c898_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:9c351a7613a2a8218034d576f23e586f7bf47d280e8ef138c6bf0c2eef4b1748_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:be5dbe5f253ff397f62e33538cba44ebaf65a3ad96fb652c281714ce932e8949_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:4e7c9c7ec5d9968b01b1087fbead7a1fd0b51d9d86ed4d0c6421bcfa0b33c9cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:001a007b7abf6e42ecf097da21c0c27322773255617a6c40335758b1f3e576cd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:495ceadf5a23cc85337a72d816250baffe6426709f00a66761cf05a9336cc6db_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:b993202bb1199a75fb91014687b7a8b61c65c5513c1d88cad2a4ec5e2bdb7e3c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:66968387cbd620992c14e7638208ac16f132f3ea3dfdb83fd6e4465c2e779ad2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:3adaf4ced0fd01304f880dc13ad46d1855c9cda4ae6a32ebe6c1bc260ed232ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:29f6dcc03b15f8aaf71b0eb2b1c3f44c06e2ecd31a1e0eac763cde104a945618_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1a9f4b9cd573737365e13982f28725f8b9fade5f4d1d4d08f77d87d3891fbef9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:653e624f9859753e1f264bdd685359b7c619204c86b4085d063a6f12f5a44f7b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:1af29ca3c278969bef85f7dc7f0bee1f9c3e5aca90862b0bcff1859ade8c63c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:09b097bd1bf8f35e359d98e26e659b9bba4e0f02f29fe2fbf9492438a881dd38_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-update-keys@sha256:5133104ec8594ca380fa51cde56733df7a264c56af44c7eed34e230265180dc4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:6d44f497dd7421cca40a47485669d8ab2b0e3b78fb1ceef594d63ff96a20a246_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:218c5884c34ca73fcfda585b4997cc0fa427b13608d34b14920336c23ae5ba13_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:e9250415deb48c9e063799d0f3d1239bdb30d10fb58d8e32a987839c72ca8e79_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:7e0533a83d97732cd1b940bcdba77e43ffcea5073b8fe9dafc7e177b0170adcb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:7b8d30540a71df4fe3c017ad768ab3a7b05e8db8f68916162f36e2044cfddce3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:397e8e06204f87160fa6a831d7c7bf9c27b450c0deb6e89f6790b897593ce826_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:73c37ef100613a46a99b1860a295f86e23b96d8a7e44cde52583a8fd7605585e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:1e38f0daecc74a115a854300f36bf3af6cfe0c6a36f431a183449a49e2a0d07e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:47292803c6ec0f9b2ef5ec62d35f479b842ad39b752b63f515f230db69c3b691_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9a051f979c35d69d59b5e96bf2d4a31e509345ee4a64b1301324a116bc981a72_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a30891e1058b5fc9d08f93012f631748b9d2292d8d739203e22365d497afbc65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:0059cc67dd9f302cbab916dea5b0246c4ae6288c22316e135a0b899b7e49d7bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:36eefef18accd753b869788b4891d50f87ee33f4dff87a1b7ef9ce4db35e86a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:3a143fbec3d5abcc47bb625bfd13f88a2264c2f922dbfc3e04ac623a4d7c15f7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:0b3e1752a2842bb6a7f7f251b76a67ec9ce5c10bb0dd8f688eede69f864fc657_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:b15cc982fc79f1afc7346d578821c6c80ae6e1e0b6ee1c2e77340cfff0a2be57_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:6c8e361878de34517ebd3f23e84577d683ef1c0d61ecbb257de9291ff4c56691_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf4035279328a71212fc25a49ade7f2f224d4f46a3241b4b4d48ca0527f11aff_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3a5a5080bf1f1198f4f49a3a474cea519ac5332db52ebd91bc795369254ccf7b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:0d4983cbb596643ce8140dfb06e738e925786aff000ab33f0b863c93603f9d51_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:6d8a8a5e831e290aca259791f8c42b470cfe002bab823f09f8153f284925bd33_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:bcf097ca234ae44758d4b426a5d41ba9d95806ff974d2d03f6976d5133a76b1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:378d9776571943b4872fe24a655a151b06e85018a9e13955c0cef76763930a68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:cdddb704698b35cf7ce3e91ef6b9d2ed2b5f1ac2941f966d79a97225a2579c2d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:614485c10f4dc40e0fe24ebcd26480a1c8441d29e1b9061f183dea6cf30b384b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:2574f9ee676921882d47f4b89305f853c195b60ff1f4de1e07dcd1e57a7da9b5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:d54b4ec05a971bc94879cf518004e35ba15107bf9315241f65f228c3179a4c5a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:118e85b8ca2be3002a071d7ccdc83595c8a8bc83dea998f862b6ca994c722248_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:7deadb9848327da5e53bfca444b0ce73a64b98cfadf8721bd6b21badd0dcaa92_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:f7860bce172a8ed856f08a931a0285530ce760ab1fd2653a5c2647c9c2688989_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3b26166f3dbbdbf2c124ea03216d88f9a28fc13216f74db5b39e56e180f96772_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:6301f8f4ae0959902ebb2fc0ce91bb62d9e303a6e9bd50aa2e1132f0602cb897_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e4cfbbd550b90aceccc67031688e08e6934087c9d3840f4f2345f96ddd33859d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:6b92e5ba76d93a9521a78770eba00751255a944259c03e0ecf27d4f365cf7f08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-keepalived-ipfailover@sha256:0113877f25903b83281dd2c1912e0175af7e3b194ccd655604c66db312583338_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9ebfddb9b8fcef8231c880f5490281ab1af8ac19ef575b70289f0ec70cbbecdb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:a36a30554e4c4798035ea67b7059e136f6104ecd07efe3ec401c20e2b515b376_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:ed06f12419f8284861ad401be0405263ee2448b287b8c350312684d09eb73741_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:3456eaec2b1691a940a9daeb60d9f58e46b34c95551df276696a816e5d8f61e0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ceeb74be0133aa5263654f36c89e82b74fa32629b9448350c69c4ffd3be8ef11_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:d10aeeef401ea96b2d239cd7c23bdbd29d5f95bb339e79a36346594f97f1a272_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-controller-rhel8@sha256:a85096156df15207d9ea7a30d277f0148393e1cb1f5fd0f5c01b7e407845c0c4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:dcc12f84b87b1c8d195f0a9115ec08919c722ab3f1b7f3e3d1d1786a3058636b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:dbddca5c90a427f81e481473cad8d6de11ac4338d76622437e6846eac0bb9a50_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:bbd58b9e4834f076a5779e103ba4817262517a57abfc942d8184123700906d3c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:994d3f869f103d294e5eb947700c60da5f9d21bdfb7f2092bcf2ad1bf8617239_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:472872bf3463e1805eaa55d2b4a72cc18566243cc8f86c536ac7f22dd0519cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6b4e97eb2be26292d8599a17788ad6f2c8f7d370e8c058837b00751b05da7229_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:40c545460c4d32bf3c9697ecfc6abb18030c7004f685f15d76350ce74ba44424_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:51e9d490cf36cb0feb1b3b8a94d7054acf26a3ac88da128074038ab044d2e4e0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:498d9e4ce2f46c2344aca5f23912a901d7365d6d9fe99b21b78fcb2078c201d6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:2649b88264da27debbc44dee10a737b0ce0e50e8f228495ee8fc6d60d6cc8054_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:7dab5e3d3c90a1c21489dd373362c32e776e3f7b6b9be8078dc6048ec616e99a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:878aabcf6296fc58098ef215a91fb6c6b59fac92baf6df40f4db6e27bd12cbd3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:9041b978f28c8f97eaaaf3576c70e81b0604b54ad02a24b1c291b3a7e61f4953_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:37fe2142c7706fc3ac40e773993ec23f65d12f1a7087139f82169c3da23871b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3e24375d51a95405a332271b56a30269c441ee148b12d02ba559f6c71594a760_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ccaff34c562bafb33a8dea281c1bac0cf95538df011ed80e46da34d5255c5d9b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:408c5535b3665ca4d877d7dfa3b346632ca40d3b4467c68ce69721b9fe6b663d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7ca9ddcf1d023872cd29aa8ccf7ae6e8be5963741eec53c4f83c6b7ebdd6a6d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:13a23d02ea105d8e33dff2a113cc71fe2c91d5b1564de02c713bf9a3559ac31a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:57a453ca5454c330f36063eaccf5e56d0587b165ec2b5daa84f5e3fb36d57dcf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:6a10569c2c9a64c149053d93708dad01e9d0c23e1c5e64042addac8edc18baa4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:a855f45a1cc36c69d87ee2dbc0caba1801ba2702f767855bf9f1c9dee2d9a6ca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:cc6161f9c4e5bb62a5a3d296f699f03516184964a25a42a7c13733b8a733c817_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:9dc2b95ff43ce474ccfe3307a569c97bff50af678be1144f096be0bbec7f30ea_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:aeefaab0fdaa986a77bbeef108cef1d29156ebc98a4fa927d84918f2e3c4819b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:03a0dd7562d5afe26f6a506074ef78149ebd7f64fff51115f3a774cf140311c4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c7f937087f3a7ca3a70cf71e3208846c728b7abadb53672d07a96119acb8725b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4833367e7a3a94b76b350799227dcebb0f118250ad417b6f5e339dd0385186e2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:aa2d6d91116fa09430e64928aba25e3ecfd7b5ad31ca2cbea70edbb0755deb0a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:bc7e12534ca38a42842646dbde9de4d2049c6b0bf464cb1eb1cdb1302e8bbb6e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:3c7e80f9a5ee0569bbb9a2ad686749e68dd0d1a4fb76ee6dd7b4ea5f88b36ac2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a793e754e58d2cfb56eafd41c20d469afaccfd1410950bd183b59ddc7acb0d17_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:8e97f21095056f5ccaed22f0b2029c880b4630773ac2140149c077accd5f8366_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:b0d3ac017b538f8eab7a7346b7ac5eb5b53a963e0ff48570e9c2692ef2c19d30_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e1f7faee2f1494de270d580eda9a9985afdb417524b742cc07aec693acd32d34_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:8b63d02eec2eae0ac602b7bd8d98698c3d09176c8888278d8399de283229cc00_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:3e701c8548c819879e65db4d664be2175d90ac65f02634a900e4b41fccf04ce9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:84424961239f48399cee6090dc34c961c7362d7ecd51dbbda6eeaed77af69b28_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:dbaf313c82ac182eb2524d61e481aaca79ee9aa23408c0430fbe507b4b2ecc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:0471b66596dff273beb47a7ae9ef29c2d319cfd2f568fba91917b9594e7ff6b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:12a05f3c86f9349e25f4341257caee5ce93018cc4e56f881ec083768723a7d46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:24a0a72d8393301dc1222edab256e7a3ec16bc70f6623152c3c04f6a9c59e045_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:680dca24a86e43ba38e7b84ac1f4d186499e6c0b25d1b60167c8159df184f5ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:901f3803636371dea5dcc990ce5c4fa4ac8a700b96a2aa31ccbc4b527e377493_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:5bf4e142c4efb9c3d3811490c2af07717409f31b8536c8378f8c956799ee29ed_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:0788ddcf0a9df3bfa702d9728176cac1236c875527f955380c9dc81a3d9026e9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:ed74e3c3cd6f0dfcee228dd37d6015ae00659c89328987ebf4e856538d44acbc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:71a8c05a6abd1ddf54e114d23531c544641aa540e63d440b09d044aa275dfb00_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:c12c79616e9b9d53ba1241a8cb413af4b9b666d687e2eb03612e24820650d05a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:e0d9bd0683c12278d66ce930558b75c81579c1e98025b4e29f6791e6728ffd39_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:5cf8c60541ee633619c206ff29e9a31eb72a5972e0fa4676821477ac63c11145_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:b1f999470b563da16441760553ecf03df3afe07a6bfc670e2585960ff1572aa8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:dd83ff4f5a128daa3da369b7d55e5c85962ad139c2e90f38ae1379f45e25d3b8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:996f41eca94f896224a148d4cf22124284fdd4dc913d03185265162767102aa7_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:bfe2e48476b2573f00ac656298fa712dcb2393d2871fb0abad1a16f10e72a468_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:bf3ce5247b64b65685f59cb0c33b1c933cf3a215d44f019ee79bb83be4be64fd_amd64",
"9Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bb723cca7c08218a6434043473b8c0b20ef8390d47bfbdecad63ec5b64857ba3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-etcd-rhel9@sha256:10fd740e1b62bfd59af59d562b72d80e9512d2822e70a41c15136f567d63cd30_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:f52b2903d4ca83deb02ed7ed5cd073764229e057cc9df579db0bbde304c35432_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:095164d2f1c01a6eb6d84bca0dff1f6f7fb8594cff43c2a7552e2cfa5810a4d4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:e428c7558dccf9449ba5761f73f5940c895eb503fc443a9acd37885b87cd01d3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f989cebce6c372b3b5b1760437005c6c65a790d81cd5a5b1037b03aee73884b3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:15695550dfee18b27552a0e40ef04c87867c8e84dc67395103b30884ac4c1379_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-rhel9@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-55549"
},
{
"category": "external",
"summary": "RHBZ#2352484",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2352484"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-55549",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-55549"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-55549",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-55549"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/127",
"url": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/127"
}
],
"release_date": "2025-03-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-15T16:34:38+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 https://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html/release_notes\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64 architecture. The image digest may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\n The sha value for the release is as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:2f46021d7977a7211e043834bda0a0fd728e04cdc7c7b657aa1f51ee7a1fbf34\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": [
"9Base-RHOSE-4.13:rhcos@sha256:d0c6c2b7e435e33e345476c3710295e8427c0f28ffa2fe780d01b2f8d0571f22_x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4677"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:2af0c5f28710eef08d7e795b2f2fd396239446741ad1e1e658554cc5b2d7499c_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:4a1882927aa0730aa113759930b4f529ee268c264f17ff912774f7a1d98ca18d_amd64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:d7e0ec5ad37bab321ac8a40dcb64384eb3c16ae5e858464ee1c32cb20401f526_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:c02e74a36878bc56a7b415654bfff711c1794ac0a3c3648c5fd2170675ae87da_amd64",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:54410c3040cb45b528c6c701da77bf3294edc0cbf75c2afd4110b20fca1c59e1_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:cd8cad7979a93f0a3d782643f478ba0b37a36b2c2d1de1ed552718d1bb270985_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:4584e4b91a2c79b2350c1e615099ce652a0cf1f5f6174a573b2db9a77680f0e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:40faeeee70ac61a27f15c02a2fe4de5d186cc6caa7a2773dca5b20bd9ac45738_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f89ec093de1ecac1c670bdbbe29fabdc9a49bf579644e577e6b48bfb743f76c2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9acd281012ec22619bdb11973382d7c946c29f536594ef7a29a84270fd2e761c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:6b35661834a938fe9accb877934fc523a4782d00e08926577abd4687aa029efb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:16b3ecc755a547774f58334978ed72c6700c898ca06bcd0184d39e830709e707_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:47ad1365190ac5eafe893d49d8cf55e057ada01198661d27163f08841e4de5e3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:24e838680502b2efd46c17b2210f053860c91ba396786b8d5350a553bb6aae54_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:88bab056feb7370de294928e88d79505fbff5dfc084ee5f109f6a81bb54858df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:c2318383b8ee9cefbd1e4a072c67819045404b125ba0b3167699af6b2e8f719d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d28ffcbdfec5913dc17c81451883108f1e7df09ccb3a89cdd69a096927a8e430_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0f31ee297e5fe72c4d21253c671153b5afa401fb24f90461f24e3183a9e102dd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ca6b67a58ba88779d5263fd75700596c2591d9808c6ae14d436401073ba1ab2d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:dd13b3c6fa06cc0f137edde8542422d663ff31d52e0d062cfba8229fedaed19e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:7d795f9d529424252eabcac30a80bb9d8a02aaae37c0563abf35af0f464f0807_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:fbd74802479830111e35763fea31b88da573084ad4abb427d59d766612c023b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:d085d1bf9d4a6bdae5bdaa1f4a763b5920b3e33ea934b6d1f517d08b9227e69f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:f6e4075c3c79257c2bfc92505478ef6950f2050dce21315024e95a6519065d97_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:27cce691de1d1381b562bdb6b766869ad75edacfc05f361646e66796cea06313_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6e35ce11cabf52a803c7cfd6d2f330a8ee2ba6d9459322cc3c3abf6b4811a57c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:25ce6b1769053a3e4e25be76977512192c26ceddbab24436f9fe7a30e866913c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:a8a9b3fc602cd6fc44ce88479c5cbd7412b819a1253a70beec72c77f9e7ce83d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:e8fe0ee9e4efcae284a304ae161a6b5fbc79f25a0d199d575c8ca052695280a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:6b8c2b0117065c58987970228d46009d56b37f193e3724f4f30cfbe1a09abec7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:a443f3127d8b96a22fa7900300129a6c0fa64546347f27028fa253868b417ff6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:36c8e50b8095ff8d0a1920be25c61f41369d1c1b881c6736b752b4798b68262e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:7bc8b50dd45977990c97e0bf4efefe47996e468ab674134f1e7d4fad80a0f2e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:13b7885ab87b62004ed049d8a66a52200d1aa2c81c6c837447e8d3d77b3e1198_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:65702387c6fab6f1b61f98225b933d1f6747880ccb0dc00859ca46da10c76e0a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:2660d9c9efbdbe443f028c6da32f8a8e40b7b8f89bb87b0a4c40d76cecd5575f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:6b2d96ac2373cc38abdaf928c8b9a4a0e328448c4a4c1b912825eef1d5adaa11_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:0c154837dde720dceb45182745f8df4a5a2e91672b583aeb75397eeb5dc91a7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:712c0764287b2356861e4f2212fd358ebe37020f0ff83add75f36362e8d23415_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:72975b5b89a5593059cc8fa7cb28f97e8162cee53714240c11394b985fcfb696_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a823081474886c5133db8eb99f43cf0c9d1239d56ca5098d514550f350e0ceec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:0a5f50af966f4e19fdef5e5491796813201f8aea49ebd778531bdbaacab94525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:1cbcdd54ae0eceb61c7602047f65337658b5a8330ee148b88714c9e8d672c722_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:9e681145acf5573d1413fb3dad67f904c56b851aff01a82c77584fd2e1e31470_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:7cf66ea30093dc3981ba473fb4e8bc4befa8f89f019a5012a62e5063cbcde6b6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:77f21feed46735c4bde09073d9e963823e48be7193089e7088998fe096794690_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:6853d2832fbe97325cdb1914a7b1c1ea019730f6e35f205b760982f73d85de7f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:e0c2fbe470b2bdf9c11c10eedaa043748e3c6fdd0b5fc6b7b76b0c44c099541b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:1646b13b3c7a4543caf98b9651d9204054261759313f75dd2c2d25777c43c898_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:9c351a7613a2a8218034d576f23e586f7bf47d280e8ef138c6bf0c2eef4b1748_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:be5dbe5f253ff397f62e33538cba44ebaf65a3ad96fb652c281714ce932e8949_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:4e7c9c7ec5d9968b01b1087fbead7a1fd0b51d9d86ed4d0c6421bcfa0b33c9cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:001a007b7abf6e42ecf097da21c0c27322773255617a6c40335758b1f3e576cd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:495ceadf5a23cc85337a72d816250baffe6426709f00a66761cf05a9336cc6db_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:b993202bb1199a75fb91014687b7a8b61c65c5513c1d88cad2a4ec5e2bdb7e3c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:66968387cbd620992c14e7638208ac16f132f3ea3dfdb83fd6e4465c2e779ad2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:3adaf4ced0fd01304f880dc13ad46d1855c9cda4ae6a32ebe6c1bc260ed232ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:29f6dcc03b15f8aaf71b0eb2b1c3f44c06e2ecd31a1e0eac763cde104a945618_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1a9f4b9cd573737365e13982f28725f8b9fade5f4d1d4d08f77d87d3891fbef9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:653e624f9859753e1f264bdd685359b7c619204c86b4085d063a6f12f5a44f7b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:1af29ca3c278969bef85f7dc7f0bee1f9c3e5aca90862b0bcff1859ade8c63c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:09b097bd1bf8f35e359d98e26e659b9bba4e0f02f29fe2fbf9492438a881dd38_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-update-keys@sha256:5133104ec8594ca380fa51cde56733df7a264c56af44c7eed34e230265180dc4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:6d44f497dd7421cca40a47485669d8ab2b0e3b78fb1ceef594d63ff96a20a246_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:218c5884c34ca73fcfda585b4997cc0fa427b13608d34b14920336c23ae5ba13_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:e9250415deb48c9e063799d0f3d1239bdb30d10fb58d8e32a987839c72ca8e79_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:7e0533a83d97732cd1b940bcdba77e43ffcea5073b8fe9dafc7e177b0170adcb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:7b8d30540a71df4fe3c017ad768ab3a7b05e8db8f68916162f36e2044cfddce3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:397e8e06204f87160fa6a831d7c7bf9c27b450c0deb6e89f6790b897593ce826_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:73c37ef100613a46a99b1860a295f86e23b96d8a7e44cde52583a8fd7605585e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:1e38f0daecc74a115a854300f36bf3af6cfe0c6a36f431a183449a49e2a0d07e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:47292803c6ec0f9b2ef5ec62d35f479b842ad39b752b63f515f230db69c3b691_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9a051f979c35d69d59b5e96bf2d4a31e509345ee4a64b1301324a116bc981a72_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a30891e1058b5fc9d08f93012f631748b9d2292d8d739203e22365d497afbc65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:0059cc67dd9f302cbab916dea5b0246c4ae6288c22316e135a0b899b7e49d7bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:36eefef18accd753b869788b4891d50f87ee33f4dff87a1b7ef9ce4db35e86a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:3a143fbec3d5abcc47bb625bfd13f88a2264c2f922dbfc3e04ac623a4d7c15f7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:0b3e1752a2842bb6a7f7f251b76a67ec9ce5c10bb0dd8f688eede69f864fc657_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:b15cc982fc79f1afc7346d578821c6c80ae6e1e0b6ee1c2e77340cfff0a2be57_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:6c8e361878de34517ebd3f23e84577d683ef1c0d61ecbb257de9291ff4c56691_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf4035279328a71212fc25a49ade7f2f224d4f46a3241b4b4d48ca0527f11aff_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3a5a5080bf1f1198f4f49a3a474cea519ac5332db52ebd91bc795369254ccf7b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:0d4983cbb596643ce8140dfb06e738e925786aff000ab33f0b863c93603f9d51_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:6d8a8a5e831e290aca259791f8c42b470cfe002bab823f09f8153f284925bd33_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:bcf097ca234ae44758d4b426a5d41ba9d95806ff974d2d03f6976d5133a76b1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:378d9776571943b4872fe24a655a151b06e85018a9e13955c0cef76763930a68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:cdddb704698b35cf7ce3e91ef6b9d2ed2b5f1ac2941f966d79a97225a2579c2d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:614485c10f4dc40e0fe24ebcd26480a1c8441d29e1b9061f183dea6cf30b384b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:2574f9ee676921882d47f4b89305f853c195b60ff1f4de1e07dcd1e57a7da9b5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:d54b4ec05a971bc94879cf518004e35ba15107bf9315241f65f228c3179a4c5a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:118e85b8ca2be3002a071d7ccdc83595c8a8bc83dea998f862b6ca994c722248_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:7deadb9848327da5e53bfca444b0ce73a64b98cfadf8721bd6b21badd0dcaa92_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:f7860bce172a8ed856f08a931a0285530ce760ab1fd2653a5c2647c9c2688989_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3b26166f3dbbdbf2c124ea03216d88f9a28fc13216f74db5b39e56e180f96772_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:6301f8f4ae0959902ebb2fc0ce91bb62d9e303a6e9bd50aa2e1132f0602cb897_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e4cfbbd550b90aceccc67031688e08e6934087c9d3840f4f2345f96ddd33859d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:6b92e5ba76d93a9521a78770eba00751255a944259c03e0ecf27d4f365cf7f08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-keepalived-ipfailover@sha256:0113877f25903b83281dd2c1912e0175af7e3b194ccd655604c66db312583338_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9ebfddb9b8fcef8231c880f5490281ab1af8ac19ef575b70289f0ec70cbbecdb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:a36a30554e4c4798035ea67b7059e136f6104ecd07efe3ec401c20e2b515b376_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:ed06f12419f8284861ad401be0405263ee2448b287b8c350312684d09eb73741_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:3456eaec2b1691a940a9daeb60d9f58e46b34c95551df276696a816e5d8f61e0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ceeb74be0133aa5263654f36c89e82b74fa32629b9448350c69c4ffd3be8ef11_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:d10aeeef401ea96b2d239cd7c23bdbd29d5f95bb339e79a36346594f97f1a272_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-controller-rhel8@sha256:a85096156df15207d9ea7a30d277f0148393e1cb1f5fd0f5c01b7e407845c0c4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:dcc12f84b87b1c8d195f0a9115ec08919c722ab3f1b7f3e3d1d1786a3058636b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:dbddca5c90a427f81e481473cad8d6de11ac4338d76622437e6846eac0bb9a50_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:bbd58b9e4834f076a5779e103ba4817262517a57abfc942d8184123700906d3c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:994d3f869f103d294e5eb947700c60da5f9d21bdfb7f2092bcf2ad1bf8617239_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:472872bf3463e1805eaa55d2b4a72cc18566243cc8f86c536ac7f22dd0519cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6b4e97eb2be26292d8599a17788ad6f2c8f7d370e8c058837b00751b05da7229_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:40c545460c4d32bf3c9697ecfc6abb18030c7004f685f15d76350ce74ba44424_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:51e9d490cf36cb0feb1b3b8a94d7054acf26a3ac88da128074038ab044d2e4e0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:498d9e4ce2f46c2344aca5f23912a901d7365d6d9fe99b21b78fcb2078c201d6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:2649b88264da27debbc44dee10a737b0ce0e50e8f228495ee8fc6d60d6cc8054_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:7dab5e3d3c90a1c21489dd373362c32e776e3f7b6b9be8078dc6048ec616e99a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:878aabcf6296fc58098ef215a91fb6c6b59fac92baf6df40f4db6e27bd12cbd3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:9041b978f28c8f97eaaaf3576c70e81b0604b54ad02a24b1c291b3a7e61f4953_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:37fe2142c7706fc3ac40e773993ec23f65d12f1a7087139f82169c3da23871b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3e24375d51a95405a332271b56a30269c441ee148b12d02ba559f6c71594a760_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ccaff34c562bafb33a8dea281c1bac0cf95538df011ed80e46da34d5255c5d9b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:408c5535b3665ca4d877d7dfa3b346632ca40d3b4467c68ce69721b9fe6b663d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7ca9ddcf1d023872cd29aa8ccf7ae6e8be5963741eec53c4f83c6b7ebdd6a6d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:13a23d02ea105d8e33dff2a113cc71fe2c91d5b1564de02c713bf9a3559ac31a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:57a453ca5454c330f36063eaccf5e56d0587b165ec2b5daa84f5e3fb36d57dcf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:6a10569c2c9a64c149053d93708dad01e9d0c23e1c5e64042addac8edc18baa4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:a855f45a1cc36c69d87ee2dbc0caba1801ba2702f767855bf9f1c9dee2d9a6ca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:cc6161f9c4e5bb62a5a3d296f699f03516184964a25a42a7c13733b8a733c817_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:9dc2b95ff43ce474ccfe3307a569c97bff50af678be1144f096be0bbec7f30ea_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:aeefaab0fdaa986a77bbeef108cef1d29156ebc98a4fa927d84918f2e3c4819b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:03a0dd7562d5afe26f6a506074ef78149ebd7f64fff51115f3a774cf140311c4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c7f937087f3a7ca3a70cf71e3208846c728b7abadb53672d07a96119acb8725b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4833367e7a3a94b76b350799227dcebb0f118250ad417b6f5e339dd0385186e2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:aa2d6d91116fa09430e64928aba25e3ecfd7b5ad31ca2cbea70edbb0755deb0a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:bc7e12534ca38a42842646dbde9de4d2049c6b0bf464cb1eb1cdb1302e8bbb6e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:3c7e80f9a5ee0569bbb9a2ad686749e68dd0d1a4fb76ee6dd7b4ea5f88b36ac2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a793e754e58d2cfb56eafd41c20d469afaccfd1410950bd183b59ddc7acb0d17_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:8e97f21095056f5ccaed22f0b2029c880b4630773ac2140149c077accd5f8366_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:b0d3ac017b538f8eab7a7346b7ac5eb5b53a963e0ff48570e9c2692ef2c19d30_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e1f7faee2f1494de270d580eda9a9985afdb417524b742cc07aec693acd32d34_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:8b63d02eec2eae0ac602b7bd8d98698c3d09176c8888278d8399de283229cc00_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:3e701c8548c819879e65db4d664be2175d90ac65f02634a900e4b41fccf04ce9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:84424961239f48399cee6090dc34c961c7362d7ecd51dbbda6eeaed77af69b28_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:dbaf313c82ac182eb2524d61e481aaca79ee9aa23408c0430fbe507b4b2ecc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:0471b66596dff273beb47a7ae9ef29c2d319cfd2f568fba91917b9594e7ff6b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:12a05f3c86f9349e25f4341257caee5ce93018cc4e56f881ec083768723a7d46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:24a0a72d8393301dc1222edab256e7a3ec16bc70f6623152c3c04f6a9c59e045_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:680dca24a86e43ba38e7b84ac1f4d186499e6c0b25d1b60167c8159df184f5ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:901f3803636371dea5dcc990ce5c4fa4ac8a700b96a2aa31ccbc4b527e377493_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:5bf4e142c4efb9c3d3811490c2af07717409f31b8536c8378f8c956799ee29ed_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:0788ddcf0a9df3bfa702d9728176cac1236c875527f955380c9dc81a3d9026e9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:ed74e3c3cd6f0dfcee228dd37d6015ae00659c89328987ebf4e856538d44acbc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:71a8c05a6abd1ddf54e114d23531c544641aa540e63d440b09d044aa275dfb00_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:c12c79616e9b9d53ba1241a8cb413af4b9b666d687e2eb03612e24820650d05a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:e0d9bd0683c12278d66ce930558b75c81579c1e98025b4e29f6791e6728ffd39_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:5cf8c60541ee633619c206ff29e9a31eb72a5972e0fa4676821477ac63c11145_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:b1f999470b563da16441760553ecf03df3afe07a6bfc670e2585960ff1572aa8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:dd83ff4f5a128daa3da369b7d55e5c85962ad139c2e90f38ae1379f45e25d3b8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:996f41eca94f896224a148d4cf22124284fdd4dc913d03185265162767102aa7_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:bfe2e48476b2573f00ac656298fa712dcb2393d2871fb0abad1a16f10e72a468_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:bf3ce5247b64b65685f59cb0c33b1c933cf3a215d44f019ee79bb83be4be64fd_amd64",
"9Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bb723cca7c08218a6434043473b8c0b20ef8390d47bfbdecad63ec5b64857ba3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-etcd-rhel9@sha256:10fd740e1b62bfd59af59d562b72d80e9512d2822e70a41c15136f567d63cd30_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:f52b2903d4ca83deb02ed7ed5cd073764229e057cc9df579db0bbde304c35432_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:095164d2f1c01a6eb6d84bca0dff1f6f7fb8594cff43c2a7552e2cfa5810a4d4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:e428c7558dccf9449ba5761f73f5940c895eb503fc443a9acd37885b87cd01d3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f989cebce6c372b3b5b1760437005c6c65a790d81cd5a5b1037b03aee73884b3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:15695550dfee18b27552a0e40ef04c87867c8e84dc67395103b30884ac4c1379_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-rhel9@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64",
"9Base-RHOSE-4.13:rhcos@sha256:d0c6c2b7e435e33e345476c3710295e8427c0f28ffa2fe780d01b2f8d0571f22_x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:2af0c5f28710eef08d7e795b2f2fd396239446741ad1e1e658554cc5b2d7499c_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:4a1882927aa0730aa113759930b4f529ee268c264f17ff912774f7a1d98ca18d_amd64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:d7e0ec5ad37bab321ac8a40dcb64384eb3c16ae5e858464ee1c32cb20401f526_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:c02e74a36878bc56a7b415654bfff711c1794ac0a3c3648c5fd2170675ae87da_amd64",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:54410c3040cb45b528c6c701da77bf3294edc0cbf75c2afd4110b20fca1c59e1_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:cd8cad7979a93f0a3d782643f478ba0b37a36b2c2d1de1ed552718d1bb270985_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:4584e4b91a2c79b2350c1e615099ce652a0cf1f5f6174a573b2db9a77680f0e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:40faeeee70ac61a27f15c02a2fe4de5d186cc6caa7a2773dca5b20bd9ac45738_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f89ec093de1ecac1c670bdbbe29fabdc9a49bf579644e577e6b48bfb743f76c2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9acd281012ec22619bdb11973382d7c946c29f536594ef7a29a84270fd2e761c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:6b35661834a938fe9accb877934fc523a4782d00e08926577abd4687aa029efb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:16b3ecc755a547774f58334978ed72c6700c898ca06bcd0184d39e830709e707_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:47ad1365190ac5eafe893d49d8cf55e057ada01198661d27163f08841e4de5e3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:24e838680502b2efd46c17b2210f053860c91ba396786b8d5350a553bb6aae54_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:88bab056feb7370de294928e88d79505fbff5dfc084ee5f109f6a81bb54858df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:c2318383b8ee9cefbd1e4a072c67819045404b125ba0b3167699af6b2e8f719d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d28ffcbdfec5913dc17c81451883108f1e7df09ccb3a89cdd69a096927a8e430_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0f31ee297e5fe72c4d21253c671153b5afa401fb24f90461f24e3183a9e102dd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ca6b67a58ba88779d5263fd75700596c2591d9808c6ae14d436401073ba1ab2d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:dd13b3c6fa06cc0f137edde8542422d663ff31d52e0d062cfba8229fedaed19e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:7d795f9d529424252eabcac30a80bb9d8a02aaae37c0563abf35af0f464f0807_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:fbd74802479830111e35763fea31b88da573084ad4abb427d59d766612c023b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:d085d1bf9d4a6bdae5bdaa1f4a763b5920b3e33ea934b6d1f517d08b9227e69f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:f6e4075c3c79257c2bfc92505478ef6950f2050dce21315024e95a6519065d97_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:27cce691de1d1381b562bdb6b766869ad75edacfc05f361646e66796cea06313_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6e35ce11cabf52a803c7cfd6d2f330a8ee2ba6d9459322cc3c3abf6b4811a57c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:25ce6b1769053a3e4e25be76977512192c26ceddbab24436f9fe7a30e866913c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:a8a9b3fc602cd6fc44ce88479c5cbd7412b819a1253a70beec72c77f9e7ce83d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:e8fe0ee9e4efcae284a304ae161a6b5fbc79f25a0d199d575c8ca052695280a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:6b8c2b0117065c58987970228d46009d56b37f193e3724f4f30cfbe1a09abec7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:a443f3127d8b96a22fa7900300129a6c0fa64546347f27028fa253868b417ff6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:36c8e50b8095ff8d0a1920be25c61f41369d1c1b881c6736b752b4798b68262e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:7bc8b50dd45977990c97e0bf4efefe47996e468ab674134f1e7d4fad80a0f2e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:13b7885ab87b62004ed049d8a66a52200d1aa2c81c6c837447e8d3d77b3e1198_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:65702387c6fab6f1b61f98225b933d1f6747880ccb0dc00859ca46da10c76e0a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:2660d9c9efbdbe443f028c6da32f8a8e40b7b8f89bb87b0a4c40d76cecd5575f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:6b2d96ac2373cc38abdaf928c8b9a4a0e328448c4a4c1b912825eef1d5adaa11_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:0c154837dde720dceb45182745f8df4a5a2e91672b583aeb75397eeb5dc91a7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:712c0764287b2356861e4f2212fd358ebe37020f0ff83add75f36362e8d23415_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:72975b5b89a5593059cc8fa7cb28f97e8162cee53714240c11394b985fcfb696_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a823081474886c5133db8eb99f43cf0c9d1239d56ca5098d514550f350e0ceec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:0a5f50af966f4e19fdef5e5491796813201f8aea49ebd778531bdbaacab94525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:1cbcdd54ae0eceb61c7602047f65337658b5a8330ee148b88714c9e8d672c722_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:9e681145acf5573d1413fb3dad67f904c56b851aff01a82c77584fd2e1e31470_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:7cf66ea30093dc3981ba473fb4e8bc4befa8f89f019a5012a62e5063cbcde6b6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:77f21feed46735c4bde09073d9e963823e48be7193089e7088998fe096794690_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:6853d2832fbe97325cdb1914a7b1c1ea019730f6e35f205b760982f73d85de7f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:e0c2fbe470b2bdf9c11c10eedaa043748e3c6fdd0b5fc6b7b76b0c44c099541b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:1646b13b3c7a4543caf98b9651d9204054261759313f75dd2c2d25777c43c898_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:9c351a7613a2a8218034d576f23e586f7bf47d280e8ef138c6bf0c2eef4b1748_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:be5dbe5f253ff397f62e33538cba44ebaf65a3ad96fb652c281714ce932e8949_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:4e7c9c7ec5d9968b01b1087fbead7a1fd0b51d9d86ed4d0c6421bcfa0b33c9cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:001a007b7abf6e42ecf097da21c0c27322773255617a6c40335758b1f3e576cd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:495ceadf5a23cc85337a72d816250baffe6426709f00a66761cf05a9336cc6db_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:b993202bb1199a75fb91014687b7a8b61c65c5513c1d88cad2a4ec5e2bdb7e3c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:66968387cbd620992c14e7638208ac16f132f3ea3dfdb83fd6e4465c2e779ad2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:3adaf4ced0fd01304f880dc13ad46d1855c9cda4ae6a32ebe6c1bc260ed232ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:29f6dcc03b15f8aaf71b0eb2b1c3f44c06e2ecd31a1e0eac763cde104a945618_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1a9f4b9cd573737365e13982f28725f8b9fade5f4d1d4d08f77d87d3891fbef9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:653e624f9859753e1f264bdd685359b7c619204c86b4085d063a6f12f5a44f7b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:1af29ca3c278969bef85f7dc7f0bee1f9c3e5aca90862b0bcff1859ade8c63c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:09b097bd1bf8f35e359d98e26e659b9bba4e0f02f29fe2fbf9492438a881dd38_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-update-keys@sha256:5133104ec8594ca380fa51cde56733df7a264c56af44c7eed34e230265180dc4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:6d44f497dd7421cca40a47485669d8ab2b0e3b78fb1ceef594d63ff96a20a246_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:218c5884c34ca73fcfda585b4997cc0fa427b13608d34b14920336c23ae5ba13_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:e9250415deb48c9e063799d0f3d1239bdb30d10fb58d8e32a987839c72ca8e79_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:7e0533a83d97732cd1b940bcdba77e43ffcea5073b8fe9dafc7e177b0170adcb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:7b8d30540a71df4fe3c017ad768ab3a7b05e8db8f68916162f36e2044cfddce3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:397e8e06204f87160fa6a831d7c7bf9c27b450c0deb6e89f6790b897593ce826_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:73c37ef100613a46a99b1860a295f86e23b96d8a7e44cde52583a8fd7605585e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:1e38f0daecc74a115a854300f36bf3af6cfe0c6a36f431a183449a49e2a0d07e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:47292803c6ec0f9b2ef5ec62d35f479b842ad39b752b63f515f230db69c3b691_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9a051f979c35d69d59b5e96bf2d4a31e509345ee4a64b1301324a116bc981a72_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a30891e1058b5fc9d08f93012f631748b9d2292d8d739203e22365d497afbc65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:0059cc67dd9f302cbab916dea5b0246c4ae6288c22316e135a0b899b7e49d7bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:36eefef18accd753b869788b4891d50f87ee33f4dff87a1b7ef9ce4db35e86a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:3a143fbec3d5abcc47bb625bfd13f88a2264c2f922dbfc3e04ac623a4d7c15f7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:0b3e1752a2842bb6a7f7f251b76a67ec9ce5c10bb0dd8f688eede69f864fc657_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:b15cc982fc79f1afc7346d578821c6c80ae6e1e0b6ee1c2e77340cfff0a2be57_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:6c8e361878de34517ebd3f23e84577d683ef1c0d61ecbb257de9291ff4c56691_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf4035279328a71212fc25a49ade7f2f224d4f46a3241b4b4d48ca0527f11aff_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3a5a5080bf1f1198f4f49a3a474cea519ac5332db52ebd91bc795369254ccf7b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:0d4983cbb596643ce8140dfb06e738e925786aff000ab33f0b863c93603f9d51_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:6d8a8a5e831e290aca259791f8c42b470cfe002bab823f09f8153f284925bd33_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:bcf097ca234ae44758d4b426a5d41ba9d95806ff974d2d03f6976d5133a76b1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:378d9776571943b4872fe24a655a151b06e85018a9e13955c0cef76763930a68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:cdddb704698b35cf7ce3e91ef6b9d2ed2b5f1ac2941f966d79a97225a2579c2d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:614485c10f4dc40e0fe24ebcd26480a1c8441d29e1b9061f183dea6cf30b384b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:2574f9ee676921882d47f4b89305f853c195b60ff1f4de1e07dcd1e57a7da9b5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:d54b4ec05a971bc94879cf518004e35ba15107bf9315241f65f228c3179a4c5a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:118e85b8ca2be3002a071d7ccdc83595c8a8bc83dea998f862b6ca994c722248_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:7deadb9848327da5e53bfca444b0ce73a64b98cfadf8721bd6b21badd0dcaa92_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:f7860bce172a8ed856f08a931a0285530ce760ab1fd2653a5c2647c9c2688989_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3b26166f3dbbdbf2c124ea03216d88f9a28fc13216f74db5b39e56e180f96772_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:6301f8f4ae0959902ebb2fc0ce91bb62d9e303a6e9bd50aa2e1132f0602cb897_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e4cfbbd550b90aceccc67031688e08e6934087c9d3840f4f2345f96ddd33859d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:6b92e5ba76d93a9521a78770eba00751255a944259c03e0ecf27d4f365cf7f08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-keepalived-ipfailover@sha256:0113877f25903b83281dd2c1912e0175af7e3b194ccd655604c66db312583338_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9ebfddb9b8fcef8231c880f5490281ab1af8ac19ef575b70289f0ec70cbbecdb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:a36a30554e4c4798035ea67b7059e136f6104ecd07efe3ec401c20e2b515b376_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:ed06f12419f8284861ad401be0405263ee2448b287b8c350312684d09eb73741_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:3456eaec2b1691a940a9daeb60d9f58e46b34c95551df276696a816e5d8f61e0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ceeb74be0133aa5263654f36c89e82b74fa32629b9448350c69c4ffd3be8ef11_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:d10aeeef401ea96b2d239cd7c23bdbd29d5f95bb339e79a36346594f97f1a272_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-controller-rhel8@sha256:a85096156df15207d9ea7a30d277f0148393e1cb1f5fd0f5c01b7e407845c0c4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:dcc12f84b87b1c8d195f0a9115ec08919c722ab3f1b7f3e3d1d1786a3058636b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:dbddca5c90a427f81e481473cad8d6de11ac4338d76622437e6846eac0bb9a50_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:bbd58b9e4834f076a5779e103ba4817262517a57abfc942d8184123700906d3c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:994d3f869f103d294e5eb947700c60da5f9d21bdfb7f2092bcf2ad1bf8617239_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:472872bf3463e1805eaa55d2b4a72cc18566243cc8f86c536ac7f22dd0519cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6b4e97eb2be26292d8599a17788ad6f2c8f7d370e8c058837b00751b05da7229_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:40c545460c4d32bf3c9697ecfc6abb18030c7004f685f15d76350ce74ba44424_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:51e9d490cf36cb0feb1b3b8a94d7054acf26a3ac88da128074038ab044d2e4e0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:498d9e4ce2f46c2344aca5f23912a901d7365d6d9fe99b21b78fcb2078c201d6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:2649b88264da27debbc44dee10a737b0ce0e50e8f228495ee8fc6d60d6cc8054_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:7dab5e3d3c90a1c21489dd373362c32e776e3f7b6b9be8078dc6048ec616e99a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:878aabcf6296fc58098ef215a91fb6c6b59fac92baf6df40f4db6e27bd12cbd3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:9041b978f28c8f97eaaaf3576c70e81b0604b54ad02a24b1c291b3a7e61f4953_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:37fe2142c7706fc3ac40e773993ec23f65d12f1a7087139f82169c3da23871b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3e24375d51a95405a332271b56a30269c441ee148b12d02ba559f6c71594a760_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ccaff34c562bafb33a8dea281c1bac0cf95538df011ed80e46da34d5255c5d9b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:408c5535b3665ca4d877d7dfa3b346632ca40d3b4467c68ce69721b9fe6b663d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7ca9ddcf1d023872cd29aa8ccf7ae6e8be5963741eec53c4f83c6b7ebdd6a6d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:13a23d02ea105d8e33dff2a113cc71fe2c91d5b1564de02c713bf9a3559ac31a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:57a453ca5454c330f36063eaccf5e56d0587b165ec2b5daa84f5e3fb36d57dcf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:6a10569c2c9a64c149053d93708dad01e9d0c23e1c5e64042addac8edc18baa4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:a855f45a1cc36c69d87ee2dbc0caba1801ba2702f767855bf9f1c9dee2d9a6ca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:cc6161f9c4e5bb62a5a3d296f699f03516184964a25a42a7c13733b8a733c817_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:9dc2b95ff43ce474ccfe3307a569c97bff50af678be1144f096be0bbec7f30ea_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:aeefaab0fdaa986a77bbeef108cef1d29156ebc98a4fa927d84918f2e3c4819b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:03a0dd7562d5afe26f6a506074ef78149ebd7f64fff51115f3a774cf140311c4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c7f937087f3a7ca3a70cf71e3208846c728b7abadb53672d07a96119acb8725b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4833367e7a3a94b76b350799227dcebb0f118250ad417b6f5e339dd0385186e2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:aa2d6d91116fa09430e64928aba25e3ecfd7b5ad31ca2cbea70edbb0755deb0a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:bc7e12534ca38a42842646dbde9de4d2049c6b0bf464cb1eb1cdb1302e8bbb6e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:3c7e80f9a5ee0569bbb9a2ad686749e68dd0d1a4fb76ee6dd7b4ea5f88b36ac2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a793e754e58d2cfb56eafd41c20d469afaccfd1410950bd183b59ddc7acb0d17_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:8e97f21095056f5ccaed22f0b2029c880b4630773ac2140149c077accd5f8366_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:b0d3ac017b538f8eab7a7346b7ac5eb5b53a963e0ff48570e9c2692ef2c19d30_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e1f7faee2f1494de270d580eda9a9985afdb417524b742cc07aec693acd32d34_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:8b63d02eec2eae0ac602b7bd8d98698c3d09176c8888278d8399de283229cc00_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:3e701c8548c819879e65db4d664be2175d90ac65f02634a900e4b41fccf04ce9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:84424961239f48399cee6090dc34c961c7362d7ecd51dbbda6eeaed77af69b28_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:dbaf313c82ac182eb2524d61e481aaca79ee9aa23408c0430fbe507b4b2ecc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:0471b66596dff273beb47a7ae9ef29c2d319cfd2f568fba91917b9594e7ff6b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:12a05f3c86f9349e25f4341257caee5ce93018cc4e56f881ec083768723a7d46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:24a0a72d8393301dc1222edab256e7a3ec16bc70f6623152c3c04f6a9c59e045_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:680dca24a86e43ba38e7b84ac1f4d186499e6c0b25d1b60167c8159df184f5ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:901f3803636371dea5dcc990ce5c4fa4ac8a700b96a2aa31ccbc4b527e377493_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:5bf4e142c4efb9c3d3811490c2af07717409f31b8536c8378f8c956799ee29ed_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:0788ddcf0a9df3bfa702d9728176cac1236c875527f955380c9dc81a3d9026e9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:ed74e3c3cd6f0dfcee228dd37d6015ae00659c89328987ebf4e856538d44acbc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:71a8c05a6abd1ddf54e114d23531c544641aa540e63d440b09d044aa275dfb00_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:c12c79616e9b9d53ba1241a8cb413af4b9b666d687e2eb03612e24820650d05a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:e0d9bd0683c12278d66ce930558b75c81579c1e98025b4e29f6791e6728ffd39_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:5cf8c60541ee633619c206ff29e9a31eb72a5972e0fa4676821477ac63c11145_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:b1f999470b563da16441760553ecf03df3afe07a6bfc670e2585960ff1572aa8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:dd83ff4f5a128daa3da369b7d55e5c85962ad139c2e90f38ae1379f45e25d3b8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:996f41eca94f896224a148d4cf22124284fdd4dc913d03185265162767102aa7_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:bfe2e48476b2573f00ac656298fa712dcb2393d2871fb0abad1a16f10e72a468_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:bf3ce5247b64b65685f59cb0c33b1c933cf3a215d44f019ee79bb83be4be64fd_amd64",
"9Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bb723cca7c08218a6434043473b8c0b20ef8390d47bfbdecad63ec5b64857ba3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-etcd-rhel9@sha256:10fd740e1b62bfd59af59d562b72d80e9512d2822e70a41c15136f567d63cd30_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:f52b2903d4ca83deb02ed7ed5cd073764229e057cc9df579db0bbde304c35432_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:095164d2f1c01a6eb6d84bca0dff1f6f7fb8594cff43c2a7552e2cfa5810a4d4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:e428c7558dccf9449ba5761f73f5940c895eb503fc443a9acd37885b87cd01d3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f989cebce6c372b3b5b1760437005c6c65a790d81cd5a5b1037b03aee73884b3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:15695550dfee18b27552a0e40ef04c87867c8e84dc67395103b30884ac4c1379_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-rhel9@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64",
"9Base-RHOSE-4.13:rhcos@sha256:d0c6c2b7e435e33e345476c3710295e8427c0f28ffa2fe780d01b2f8d0571f22_x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libxslt: Use-After-Free in libxslt (xsltGetInheritedNsList)"
},
{
"cve": "CVE-2025-24855",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-03-14T02:00:37.507344+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:2af0c5f28710eef08d7e795b2f2fd396239446741ad1e1e658554cc5b2d7499c_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:4a1882927aa0730aa113759930b4f529ee268c264f17ff912774f7a1d98ca18d_amd64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:d7e0ec5ad37bab321ac8a40dcb64384eb3c16ae5e858464ee1c32cb20401f526_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:c02e74a36878bc56a7b415654bfff711c1794ac0a3c3648c5fd2170675ae87da_amd64",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:54410c3040cb45b528c6c701da77bf3294edc0cbf75c2afd4110b20fca1c59e1_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:cd8cad7979a93f0a3d782643f478ba0b37a36b2c2d1de1ed552718d1bb270985_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:4584e4b91a2c79b2350c1e615099ce652a0cf1f5f6174a573b2db9a77680f0e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:40faeeee70ac61a27f15c02a2fe4de5d186cc6caa7a2773dca5b20bd9ac45738_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f89ec093de1ecac1c670bdbbe29fabdc9a49bf579644e577e6b48bfb743f76c2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9acd281012ec22619bdb11973382d7c946c29f536594ef7a29a84270fd2e761c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:6b35661834a938fe9accb877934fc523a4782d00e08926577abd4687aa029efb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:16b3ecc755a547774f58334978ed72c6700c898ca06bcd0184d39e830709e707_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:47ad1365190ac5eafe893d49d8cf55e057ada01198661d27163f08841e4de5e3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:24e838680502b2efd46c17b2210f053860c91ba396786b8d5350a553bb6aae54_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:88bab056feb7370de294928e88d79505fbff5dfc084ee5f109f6a81bb54858df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:c2318383b8ee9cefbd1e4a072c67819045404b125ba0b3167699af6b2e8f719d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d28ffcbdfec5913dc17c81451883108f1e7df09ccb3a89cdd69a096927a8e430_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0f31ee297e5fe72c4d21253c671153b5afa401fb24f90461f24e3183a9e102dd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ca6b67a58ba88779d5263fd75700596c2591d9808c6ae14d436401073ba1ab2d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:dd13b3c6fa06cc0f137edde8542422d663ff31d52e0d062cfba8229fedaed19e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:7d795f9d529424252eabcac30a80bb9d8a02aaae37c0563abf35af0f464f0807_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:fbd74802479830111e35763fea31b88da573084ad4abb427d59d766612c023b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:d085d1bf9d4a6bdae5bdaa1f4a763b5920b3e33ea934b6d1f517d08b9227e69f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:f6e4075c3c79257c2bfc92505478ef6950f2050dce21315024e95a6519065d97_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:27cce691de1d1381b562bdb6b766869ad75edacfc05f361646e66796cea06313_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6e35ce11cabf52a803c7cfd6d2f330a8ee2ba6d9459322cc3c3abf6b4811a57c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:25ce6b1769053a3e4e25be76977512192c26ceddbab24436f9fe7a30e866913c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:a8a9b3fc602cd6fc44ce88479c5cbd7412b819a1253a70beec72c77f9e7ce83d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:e8fe0ee9e4efcae284a304ae161a6b5fbc79f25a0d199d575c8ca052695280a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:6b8c2b0117065c58987970228d46009d56b37f193e3724f4f30cfbe1a09abec7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:a443f3127d8b96a22fa7900300129a6c0fa64546347f27028fa253868b417ff6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:36c8e50b8095ff8d0a1920be25c61f41369d1c1b881c6736b752b4798b68262e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:7bc8b50dd45977990c97e0bf4efefe47996e468ab674134f1e7d4fad80a0f2e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:13b7885ab87b62004ed049d8a66a52200d1aa2c81c6c837447e8d3d77b3e1198_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:65702387c6fab6f1b61f98225b933d1f6747880ccb0dc00859ca46da10c76e0a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:2660d9c9efbdbe443f028c6da32f8a8e40b7b8f89bb87b0a4c40d76cecd5575f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:6b2d96ac2373cc38abdaf928c8b9a4a0e328448c4a4c1b912825eef1d5adaa11_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:0c154837dde720dceb45182745f8df4a5a2e91672b583aeb75397eeb5dc91a7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:712c0764287b2356861e4f2212fd358ebe37020f0ff83add75f36362e8d23415_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:72975b5b89a5593059cc8fa7cb28f97e8162cee53714240c11394b985fcfb696_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a823081474886c5133db8eb99f43cf0c9d1239d56ca5098d514550f350e0ceec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:0a5f50af966f4e19fdef5e5491796813201f8aea49ebd778531bdbaacab94525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:1cbcdd54ae0eceb61c7602047f65337658b5a8330ee148b88714c9e8d672c722_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:9e681145acf5573d1413fb3dad67f904c56b851aff01a82c77584fd2e1e31470_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:7cf66ea30093dc3981ba473fb4e8bc4befa8f89f019a5012a62e5063cbcde6b6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:77f21feed46735c4bde09073d9e963823e48be7193089e7088998fe096794690_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:6853d2832fbe97325cdb1914a7b1c1ea019730f6e35f205b760982f73d85de7f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:e0c2fbe470b2bdf9c11c10eedaa043748e3c6fdd0b5fc6b7b76b0c44c099541b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:1646b13b3c7a4543caf98b9651d9204054261759313f75dd2c2d25777c43c898_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:9c351a7613a2a8218034d576f23e586f7bf47d280e8ef138c6bf0c2eef4b1748_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:be5dbe5f253ff397f62e33538cba44ebaf65a3ad96fb652c281714ce932e8949_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:4e7c9c7ec5d9968b01b1087fbead7a1fd0b51d9d86ed4d0c6421bcfa0b33c9cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:001a007b7abf6e42ecf097da21c0c27322773255617a6c40335758b1f3e576cd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:495ceadf5a23cc85337a72d816250baffe6426709f00a66761cf05a9336cc6db_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:b993202bb1199a75fb91014687b7a8b61c65c5513c1d88cad2a4ec5e2bdb7e3c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:66968387cbd620992c14e7638208ac16f132f3ea3dfdb83fd6e4465c2e779ad2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:3adaf4ced0fd01304f880dc13ad46d1855c9cda4ae6a32ebe6c1bc260ed232ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:29f6dcc03b15f8aaf71b0eb2b1c3f44c06e2ecd31a1e0eac763cde104a945618_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1a9f4b9cd573737365e13982f28725f8b9fade5f4d1d4d08f77d87d3891fbef9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:653e624f9859753e1f264bdd685359b7c619204c86b4085d063a6f12f5a44f7b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:1af29ca3c278969bef85f7dc7f0bee1f9c3e5aca90862b0bcff1859ade8c63c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:09b097bd1bf8f35e359d98e26e659b9bba4e0f02f29fe2fbf9492438a881dd38_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-update-keys@sha256:5133104ec8594ca380fa51cde56733df7a264c56af44c7eed34e230265180dc4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:6d44f497dd7421cca40a47485669d8ab2b0e3b78fb1ceef594d63ff96a20a246_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:218c5884c34ca73fcfda585b4997cc0fa427b13608d34b14920336c23ae5ba13_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:e9250415deb48c9e063799d0f3d1239bdb30d10fb58d8e32a987839c72ca8e79_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:7e0533a83d97732cd1b940bcdba77e43ffcea5073b8fe9dafc7e177b0170adcb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:7b8d30540a71df4fe3c017ad768ab3a7b05e8db8f68916162f36e2044cfddce3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:397e8e06204f87160fa6a831d7c7bf9c27b450c0deb6e89f6790b897593ce826_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:73c37ef100613a46a99b1860a295f86e23b96d8a7e44cde52583a8fd7605585e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:1e38f0daecc74a115a854300f36bf3af6cfe0c6a36f431a183449a49e2a0d07e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:47292803c6ec0f9b2ef5ec62d35f479b842ad39b752b63f515f230db69c3b691_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9a051f979c35d69d59b5e96bf2d4a31e509345ee4a64b1301324a116bc981a72_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a30891e1058b5fc9d08f93012f631748b9d2292d8d739203e22365d497afbc65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:0059cc67dd9f302cbab916dea5b0246c4ae6288c22316e135a0b899b7e49d7bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:36eefef18accd753b869788b4891d50f87ee33f4dff87a1b7ef9ce4db35e86a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:3a143fbec3d5abcc47bb625bfd13f88a2264c2f922dbfc3e04ac623a4d7c15f7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:0b3e1752a2842bb6a7f7f251b76a67ec9ce5c10bb0dd8f688eede69f864fc657_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:b15cc982fc79f1afc7346d578821c6c80ae6e1e0b6ee1c2e77340cfff0a2be57_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:6c8e361878de34517ebd3f23e84577d683ef1c0d61ecbb257de9291ff4c56691_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf4035279328a71212fc25a49ade7f2f224d4f46a3241b4b4d48ca0527f11aff_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3a5a5080bf1f1198f4f49a3a474cea519ac5332db52ebd91bc795369254ccf7b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:0d4983cbb596643ce8140dfb06e738e925786aff000ab33f0b863c93603f9d51_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:6d8a8a5e831e290aca259791f8c42b470cfe002bab823f09f8153f284925bd33_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:bcf097ca234ae44758d4b426a5d41ba9d95806ff974d2d03f6976d5133a76b1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:378d9776571943b4872fe24a655a151b06e85018a9e13955c0cef76763930a68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:cdddb704698b35cf7ce3e91ef6b9d2ed2b5f1ac2941f966d79a97225a2579c2d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:614485c10f4dc40e0fe24ebcd26480a1c8441d29e1b9061f183dea6cf30b384b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:2574f9ee676921882d47f4b89305f853c195b60ff1f4de1e07dcd1e57a7da9b5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:d54b4ec05a971bc94879cf518004e35ba15107bf9315241f65f228c3179a4c5a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:118e85b8ca2be3002a071d7ccdc83595c8a8bc83dea998f862b6ca994c722248_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:7deadb9848327da5e53bfca444b0ce73a64b98cfadf8721bd6b21badd0dcaa92_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:f7860bce172a8ed856f08a931a0285530ce760ab1fd2653a5c2647c9c2688989_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3b26166f3dbbdbf2c124ea03216d88f9a28fc13216f74db5b39e56e180f96772_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:6301f8f4ae0959902ebb2fc0ce91bb62d9e303a6e9bd50aa2e1132f0602cb897_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e4cfbbd550b90aceccc67031688e08e6934087c9d3840f4f2345f96ddd33859d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:6b92e5ba76d93a9521a78770eba00751255a944259c03e0ecf27d4f365cf7f08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-keepalived-ipfailover@sha256:0113877f25903b83281dd2c1912e0175af7e3b194ccd655604c66db312583338_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9ebfddb9b8fcef8231c880f5490281ab1af8ac19ef575b70289f0ec70cbbecdb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:a36a30554e4c4798035ea67b7059e136f6104ecd07efe3ec401c20e2b515b376_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:ed06f12419f8284861ad401be0405263ee2448b287b8c350312684d09eb73741_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:3456eaec2b1691a940a9daeb60d9f58e46b34c95551df276696a816e5d8f61e0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ceeb74be0133aa5263654f36c89e82b74fa32629b9448350c69c4ffd3be8ef11_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:d10aeeef401ea96b2d239cd7c23bdbd29d5f95bb339e79a36346594f97f1a272_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-controller-rhel8@sha256:a85096156df15207d9ea7a30d277f0148393e1cb1f5fd0f5c01b7e407845c0c4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:dcc12f84b87b1c8d195f0a9115ec08919c722ab3f1b7f3e3d1d1786a3058636b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:dbddca5c90a427f81e481473cad8d6de11ac4338d76622437e6846eac0bb9a50_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:bbd58b9e4834f076a5779e103ba4817262517a57abfc942d8184123700906d3c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:994d3f869f103d294e5eb947700c60da5f9d21bdfb7f2092bcf2ad1bf8617239_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:472872bf3463e1805eaa55d2b4a72cc18566243cc8f86c536ac7f22dd0519cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6b4e97eb2be26292d8599a17788ad6f2c8f7d370e8c058837b00751b05da7229_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:40c545460c4d32bf3c9697ecfc6abb18030c7004f685f15d76350ce74ba44424_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:51e9d490cf36cb0feb1b3b8a94d7054acf26a3ac88da128074038ab044d2e4e0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:498d9e4ce2f46c2344aca5f23912a901d7365d6d9fe99b21b78fcb2078c201d6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:2649b88264da27debbc44dee10a737b0ce0e50e8f228495ee8fc6d60d6cc8054_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:7dab5e3d3c90a1c21489dd373362c32e776e3f7b6b9be8078dc6048ec616e99a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:878aabcf6296fc58098ef215a91fb6c6b59fac92baf6df40f4db6e27bd12cbd3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:9041b978f28c8f97eaaaf3576c70e81b0604b54ad02a24b1c291b3a7e61f4953_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:37fe2142c7706fc3ac40e773993ec23f65d12f1a7087139f82169c3da23871b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3e24375d51a95405a332271b56a30269c441ee148b12d02ba559f6c71594a760_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ccaff34c562bafb33a8dea281c1bac0cf95538df011ed80e46da34d5255c5d9b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:408c5535b3665ca4d877d7dfa3b346632ca40d3b4467c68ce69721b9fe6b663d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7ca9ddcf1d023872cd29aa8ccf7ae6e8be5963741eec53c4f83c6b7ebdd6a6d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:13a23d02ea105d8e33dff2a113cc71fe2c91d5b1564de02c713bf9a3559ac31a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:57a453ca5454c330f36063eaccf5e56d0587b165ec2b5daa84f5e3fb36d57dcf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:6a10569c2c9a64c149053d93708dad01e9d0c23e1c5e64042addac8edc18baa4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:a855f45a1cc36c69d87ee2dbc0caba1801ba2702f767855bf9f1c9dee2d9a6ca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:cc6161f9c4e5bb62a5a3d296f699f03516184964a25a42a7c13733b8a733c817_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:9dc2b95ff43ce474ccfe3307a569c97bff50af678be1144f096be0bbec7f30ea_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:aeefaab0fdaa986a77bbeef108cef1d29156ebc98a4fa927d84918f2e3c4819b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:03a0dd7562d5afe26f6a506074ef78149ebd7f64fff51115f3a774cf140311c4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c7f937087f3a7ca3a70cf71e3208846c728b7abadb53672d07a96119acb8725b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4833367e7a3a94b76b350799227dcebb0f118250ad417b6f5e339dd0385186e2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:aa2d6d91116fa09430e64928aba25e3ecfd7b5ad31ca2cbea70edbb0755deb0a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:bc7e12534ca38a42842646dbde9de4d2049c6b0bf464cb1eb1cdb1302e8bbb6e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:3c7e80f9a5ee0569bbb9a2ad686749e68dd0d1a4fb76ee6dd7b4ea5f88b36ac2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a793e754e58d2cfb56eafd41c20d469afaccfd1410950bd183b59ddc7acb0d17_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:8e97f21095056f5ccaed22f0b2029c880b4630773ac2140149c077accd5f8366_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:b0d3ac017b538f8eab7a7346b7ac5eb5b53a963e0ff48570e9c2692ef2c19d30_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e1f7faee2f1494de270d580eda9a9985afdb417524b742cc07aec693acd32d34_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:8b63d02eec2eae0ac602b7bd8d98698c3d09176c8888278d8399de283229cc00_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:3e701c8548c819879e65db4d664be2175d90ac65f02634a900e4b41fccf04ce9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:84424961239f48399cee6090dc34c961c7362d7ecd51dbbda6eeaed77af69b28_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:dbaf313c82ac182eb2524d61e481aaca79ee9aa23408c0430fbe507b4b2ecc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:0471b66596dff273beb47a7ae9ef29c2d319cfd2f568fba91917b9594e7ff6b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:12a05f3c86f9349e25f4341257caee5ce93018cc4e56f881ec083768723a7d46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:24a0a72d8393301dc1222edab256e7a3ec16bc70f6623152c3c04f6a9c59e045_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:680dca24a86e43ba38e7b84ac1f4d186499e6c0b25d1b60167c8159df184f5ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:901f3803636371dea5dcc990ce5c4fa4ac8a700b96a2aa31ccbc4b527e377493_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:5bf4e142c4efb9c3d3811490c2af07717409f31b8536c8378f8c956799ee29ed_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:0788ddcf0a9df3bfa702d9728176cac1236c875527f955380c9dc81a3d9026e9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:ed74e3c3cd6f0dfcee228dd37d6015ae00659c89328987ebf4e856538d44acbc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:71a8c05a6abd1ddf54e114d23531c544641aa540e63d440b09d044aa275dfb00_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:c12c79616e9b9d53ba1241a8cb413af4b9b666d687e2eb03612e24820650d05a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:e0d9bd0683c12278d66ce930558b75c81579c1e98025b4e29f6791e6728ffd39_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:5cf8c60541ee633619c206ff29e9a31eb72a5972e0fa4676821477ac63c11145_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:b1f999470b563da16441760553ecf03df3afe07a6bfc670e2585960ff1572aa8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:dd83ff4f5a128daa3da369b7d55e5c85962ad139c2e90f38ae1379f45e25d3b8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:996f41eca94f896224a148d4cf22124284fdd4dc913d03185265162767102aa7_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:bfe2e48476b2573f00ac656298fa712dcb2393d2871fb0abad1a16f10e72a468_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:bf3ce5247b64b65685f59cb0c33b1c933cf3a215d44f019ee79bb83be4be64fd_amd64",
"9Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bb723cca7c08218a6434043473b8c0b20ef8390d47bfbdecad63ec5b64857ba3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-etcd-rhel9@sha256:10fd740e1b62bfd59af59d562b72d80e9512d2822e70a41c15136f567d63cd30_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:f52b2903d4ca83deb02ed7ed5cd073764229e057cc9df579db0bbde304c35432_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:095164d2f1c01a6eb6d84bca0dff1f6f7fb8594cff43c2a7552e2cfa5810a4d4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:e428c7558dccf9449ba5761f73f5940c895eb503fc443a9acd37885b87cd01d3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f989cebce6c372b3b5b1760437005c6c65a790d81cd5a5b1037b03aee73884b3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:15695550dfee18b27552a0e40ef04c87867c8e84dc67395103b30884ac4c1379_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-rhel9@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2352483"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libxslt numbers.c. This vulnerability allows a use-after-free, potentially leading to memory corruption or code execution via nested XPath evaluations where an XPath context node can be modified but not restored.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxslt: Use-After-Free in libxslt numbers.c",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The use-after-free vulnerability in libxslt marked as a high severity rather than moderate due to its potential impact on system integrity and availability. This flaw arises during nested XPath evaluations where the context node can be modified without proper restoration, leading to use-after-free conditions. Exploitation of this vulnerability allows an attacker to execute arbitrary code, potentially causing significant disruptions or unauthorized actions within the affected system.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.13:rhcos@sha256:d0c6c2b7e435e33e345476c3710295e8427c0f28ffa2fe780d01b2f8d0571f22_x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:2af0c5f28710eef08d7e795b2f2fd396239446741ad1e1e658554cc5b2d7499c_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:4a1882927aa0730aa113759930b4f529ee268c264f17ff912774f7a1d98ca18d_amd64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:d7e0ec5ad37bab321ac8a40dcb64384eb3c16ae5e858464ee1c32cb20401f526_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:c02e74a36878bc56a7b415654bfff711c1794ac0a3c3648c5fd2170675ae87da_amd64",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:54410c3040cb45b528c6c701da77bf3294edc0cbf75c2afd4110b20fca1c59e1_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:cd8cad7979a93f0a3d782643f478ba0b37a36b2c2d1de1ed552718d1bb270985_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:4584e4b91a2c79b2350c1e615099ce652a0cf1f5f6174a573b2db9a77680f0e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:40faeeee70ac61a27f15c02a2fe4de5d186cc6caa7a2773dca5b20bd9ac45738_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f89ec093de1ecac1c670bdbbe29fabdc9a49bf579644e577e6b48bfb743f76c2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9acd281012ec22619bdb11973382d7c946c29f536594ef7a29a84270fd2e761c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:6b35661834a938fe9accb877934fc523a4782d00e08926577abd4687aa029efb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:16b3ecc755a547774f58334978ed72c6700c898ca06bcd0184d39e830709e707_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:47ad1365190ac5eafe893d49d8cf55e057ada01198661d27163f08841e4de5e3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:24e838680502b2efd46c17b2210f053860c91ba396786b8d5350a553bb6aae54_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:88bab056feb7370de294928e88d79505fbff5dfc084ee5f109f6a81bb54858df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:c2318383b8ee9cefbd1e4a072c67819045404b125ba0b3167699af6b2e8f719d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d28ffcbdfec5913dc17c81451883108f1e7df09ccb3a89cdd69a096927a8e430_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0f31ee297e5fe72c4d21253c671153b5afa401fb24f90461f24e3183a9e102dd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ca6b67a58ba88779d5263fd75700596c2591d9808c6ae14d436401073ba1ab2d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:dd13b3c6fa06cc0f137edde8542422d663ff31d52e0d062cfba8229fedaed19e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:7d795f9d529424252eabcac30a80bb9d8a02aaae37c0563abf35af0f464f0807_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:fbd74802479830111e35763fea31b88da573084ad4abb427d59d766612c023b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:d085d1bf9d4a6bdae5bdaa1f4a763b5920b3e33ea934b6d1f517d08b9227e69f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:f6e4075c3c79257c2bfc92505478ef6950f2050dce21315024e95a6519065d97_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:27cce691de1d1381b562bdb6b766869ad75edacfc05f361646e66796cea06313_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6e35ce11cabf52a803c7cfd6d2f330a8ee2ba6d9459322cc3c3abf6b4811a57c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:25ce6b1769053a3e4e25be76977512192c26ceddbab24436f9fe7a30e866913c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:a8a9b3fc602cd6fc44ce88479c5cbd7412b819a1253a70beec72c77f9e7ce83d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:e8fe0ee9e4efcae284a304ae161a6b5fbc79f25a0d199d575c8ca052695280a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:6b8c2b0117065c58987970228d46009d56b37f193e3724f4f30cfbe1a09abec7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:a443f3127d8b96a22fa7900300129a6c0fa64546347f27028fa253868b417ff6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:36c8e50b8095ff8d0a1920be25c61f41369d1c1b881c6736b752b4798b68262e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:7bc8b50dd45977990c97e0bf4efefe47996e468ab674134f1e7d4fad80a0f2e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:13b7885ab87b62004ed049d8a66a52200d1aa2c81c6c837447e8d3d77b3e1198_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:65702387c6fab6f1b61f98225b933d1f6747880ccb0dc00859ca46da10c76e0a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:2660d9c9efbdbe443f028c6da32f8a8e40b7b8f89bb87b0a4c40d76cecd5575f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:6b2d96ac2373cc38abdaf928c8b9a4a0e328448c4a4c1b912825eef1d5adaa11_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:0c154837dde720dceb45182745f8df4a5a2e91672b583aeb75397eeb5dc91a7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:712c0764287b2356861e4f2212fd358ebe37020f0ff83add75f36362e8d23415_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:72975b5b89a5593059cc8fa7cb28f97e8162cee53714240c11394b985fcfb696_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a823081474886c5133db8eb99f43cf0c9d1239d56ca5098d514550f350e0ceec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:0a5f50af966f4e19fdef5e5491796813201f8aea49ebd778531bdbaacab94525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:1cbcdd54ae0eceb61c7602047f65337658b5a8330ee148b88714c9e8d672c722_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:9e681145acf5573d1413fb3dad67f904c56b851aff01a82c77584fd2e1e31470_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:7cf66ea30093dc3981ba473fb4e8bc4befa8f89f019a5012a62e5063cbcde6b6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:77f21feed46735c4bde09073d9e963823e48be7193089e7088998fe096794690_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:6853d2832fbe97325cdb1914a7b1c1ea019730f6e35f205b760982f73d85de7f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:e0c2fbe470b2bdf9c11c10eedaa043748e3c6fdd0b5fc6b7b76b0c44c099541b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:1646b13b3c7a4543caf98b9651d9204054261759313f75dd2c2d25777c43c898_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:9c351a7613a2a8218034d576f23e586f7bf47d280e8ef138c6bf0c2eef4b1748_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:be5dbe5f253ff397f62e33538cba44ebaf65a3ad96fb652c281714ce932e8949_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:4e7c9c7ec5d9968b01b1087fbead7a1fd0b51d9d86ed4d0c6421bcfa0b33c9cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:001a007b7abf6e42ecf097da21c0c27322773255617a6c40335758b1f3e576cd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:495ceadf5a23cc85337a72d816250baffe6426709f00a66761cf05a9336cc6db_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:b993202bb1199a75fb91014687b7a8b61c65c5513c1d88cad2a4ec5e2bdb7e3c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:66968387cbd620992c14e7638208ac16f132f3ea3dfdb83fd6e4465c2e779ad2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:3adaf4ced0fd01304f880dc13ad46d1855c9cda4ae6a32ebe6c1bc260ed232ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:29f6dcc03b15f8aaf71b0eb2b1c3f44c06e2ecd31a1e0eac763cde104a945618_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1a9f4b9cd573737365e13982f28725f8b9fade5f4d1d4d08f77d87d3891fbef9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:653e624f9859753e1f264bdd685359b7c619204c86b4085d063a6f12f5a44f7b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:1af29ca3c278969bef85f7dc7f0bee1f9c3e5aca90862b0bcff1859ade8c63c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:09b097bd1bf8f35e359d98e26e659b9bba4e0f02f29fe2fbf9492438a881dd38_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-update-keys@sha256:5133104ec8594ca380fa51cde56733df7a264c56af44c7eed34e230265180dc4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:6d44f497dd7421cca40a47485669d8ab2b0e3b78fb1ceef594d63ff96a20a246_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:218c5884c34ca73fcfda585b4997cc0fa427b13608d34b14920336c23ae5ba13_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:e9250415deb48c9e063799d0f3d1239bdb30d10fb58d8e32a987839c72ca8e79_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:7e0533a83d97732cd1b940bcdba77e43ffcea5073b8fe9dafc7e177b0170adcb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:7b8d30540a71df4fe3c017ad768ab3a7b05e8db8f68916162f36e2044cfddce3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:397e8e06204f87160fa6a831d7c7bf9c27b450c0deb6e89f6790b897593ce826_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:73c37ef100613a46a99b1860a295f86e23b96d8a7e44cde52583a8fd7605585e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:1e38f0daecc74a115a854300f36bf3af6cfe0c6a36f431a183449a49e2a0d07e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:47292803c6ec0f9b2ef5ec62d35f479b842ad39b752b63f515f230db69c3b691_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9a051f979c35d69d59b5e96bf2d4a31e509345ee4a64b1301324a116bc981a72_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a30891e1058b5fc9d08f93012f631748b9d2292d8d739203e22365d497afbc65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:0059cc67dd9f302cbab916dea5b0246c4ae6288c22316e135a0b899b7e49d7bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:36eefef18accd753b869788b4891d50f87ee33f4dff87a1b7ef9ce4db35e86a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:3a143fbec3d5abcc47bb625bfd13f88a2264c2f922dbfc3e04ac623a4d7c15f7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:0b3e1752a2842bb6a7f7f251b76a67ec9ce5c10bb0dd8f688eede69f864fc657_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:b15cc982fc79f1afc7346d578821c6c80ae6e1e0b6ee1c2e77340cfff0a2be57_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:6c8e361878de34517ebd3f23e84577d683ef1c0d61ecbb257de9291ff4c56691_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf4035279328a71212fc25a49ade7f2f224d4f46a3241b4b4d48ca0527f11aff_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3a5a5080bf1f1198f4f49a3a474cea519ac5332db52ebd91bc795369254ccf7b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:0d4983cbb596643ce8140dfb06e738e925786aff000ab33f0b863c93603f9d51_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:6d8a8a5e831e290aca259791f8c42b470cfe002bab823f09f8153f284925bd33_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:bcf097ca234ae44758d4b426a5d41ba9d95806ff974d2d03f6976d5133a76b1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:378d9776571943b4872fe24a655a151b06e85018a9e13955c0cef76763930a68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:cdddb704698b35cf7ce3e91ef6b9d2ed2b5f1ac2941f966d79a97225a2579c2d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:614485c10f4dc40e0fe24ebcd26480a1c8441d29e1b9061f183dea6cf30b384b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:2574f9ee676921882d47f4b89305f853c195b60ff1f4de1e07dcd1e57a7da9b5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:d54b4ec05a971bc94879cf518004e35ba15107bf9315241f65f228c3179a4c5a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:118e85b8ca2be3002a071d7ccdc83595c8a8bc83dea998f862b6ca994c722248_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:7deadb9848327da5e53bfca444b0ce73a64b98cfadf8721bd6b21badd0dcaa92_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:f7860bce172a8ed856f08a931a0285530ce760ab1fd2653a5c2647c9c2688989_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3b26166f3dbbdbf2c124ea03216d88f9a28fc13216f74db5b39e56e180f96772_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:6301f8f4ae0959902ebb2fc0ce91bb62d9e303a6e9bd50aa2e1132f0602cb897_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e4cfbbd550b90aceccc67031688e08e6934087c9d3840f4f2345f96ddd33859d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:6b92e5ba76d93a9521a78770eba00751255a944259c03e0ecf27d4f365cf7f08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-keepalived-ipfailover@sha256:0113877f25903b83281dd2c1912e0175af7e3b194ccd655604c66db312583338_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9ebfddb9b8fcef8231c880f5490281ab1af8ac19ef575b70289f0ec70cbbecdb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:a36a30554e4c4798035ea67b7059e136f6104ecd07efe3ec401c20e2b515b376_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:ed06f12419f8284861ad401be0405263ee2448b287b8c350312684d09eb73741_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:3456eaec2b1691a940a9daeb60d9f58e46b34c95551df276696a816e5d8f61e0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ceeb74be0133aa5263654f36c89e82b74fa32629b9448350c69c4ffd3be8ef11_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:d10aeeef401ea96b2d239cd7c23bdbd29d5f95bb339e79a36346594f97f1a272_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-controller-rhel8@sha256:a85096156df15207d9ea7a30d277f0148393e1cb1f5fd0f5c01b7e407845c0c4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:dcc12f84b87b1c8d195f0a9115ec08919c722ab3f1b7f3e3d1d1786a3058636b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:dbddca5c90a427f81e481473cad8d6de11ac4338d76622437e6846eac0bb9a50_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:bbd58b9e4834f076a5779e103ba4817262517a57abfc942d8184123700906d3c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:994d3f869f103d294e5eb947700c60da5f9d21bdfb7f2092bcf2ad1bf8617239_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:472872bf3463e1805eaa55d2b4a72cc18566243cc8f86c536ac7f22dd0519cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6b4e97eb2be26292d8599a17788ad6f2c8f7d370e8c058837b00751b05da7229_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:40c545460c4d32bf3c9697ecfc6abb18030c7004f685f15d76350ce74ba44424_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:51e9d490cf36cb0feb1b3b8a94d7054acf26a3ac88da128074038ab044d2e4e0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:498d9e4ce2f46c2344aca5f23912a901d7365d6d9fe99b21b78fcb2078c201d6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:2649b88264da27debbc44dee10a737b0ce0e50e8f228495ee8fc6d60d6cc8054_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:7dab5e3d3c90a1c21489dd373362c32e776e3f7b6b9be8078dc6048ec616e99a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:878aabcf6296fc58098ef215a91fb6c6b59fac92baf6df40f4db6e27bd12cbd3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:9041b978f28c8f97eaaaf3576c70e81b0604b54ad02a24b1c291b3a7e61f4953_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:37fe2142c7706fc3ac40e773993ec23f65d12f1a7087139f82169c3da23871b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3e24375d51a95405a332271b56a30269c441ee148b12d02ba559f6c71594a760_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ccaff34c562bafb33a8dea281c1bac0cf95538df011ed80e46da34d5255c5d9b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:408c5535b3665ca4d877d7dfa3b346632ca40d3b4467c68ce69721b9fe6b663d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7ca9ddcf1d023872cd29aa8ccf7ae6e8be5963741eec53c4f83c6b7ebdd6a6d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:13a23d02ea105d8e33dff2a113cc71fe2c91d5b1564de02c713bf9a3559ac31a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:57a453ca5454c330f36063eaccf5e56d0587b165ec2b5daa84f5e3fb36d57dcf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:6a10569c2c9a64c149053d93708dad01e9d0c23e1c5e64042addac8edc18baa4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:a855f45a1cc36c69d87ee2dbc0caba1801ba2702f767855bf9f1c9dee2d9a6ca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:cc6161f9c4e5bb62a5a3d296f699f03516184964a25a42a7c13733b8a733c817_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:9dc2b95ff43ce474ccfe3307a569c97bff50af678be1144f096be0bbec7f30ea_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:aeefaab0fdaa986a77bbeef108cef1d29156ebc98a4fa927d84918f2e3c4819b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:03a0dd7562d5afe26f6a506074ef78149ebd7f64fff51115f3a774cf140311c4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c7f937087f3a7ca3a70cf71e3208846c728b7abadb53672d07a96119acb8725b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4833367e7a3a94b76b350799227dcebb0f118250ad417b6f5e339dd0385186e2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:aa2d6d91116fa09430e64928aba25e3ecfd7b5ad31ca2cbea70edbb0755deb0a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:bc7e12534ca38a42842646dbde9de4d2049c6b0bf464cb1eb1cdb1302e8bbb6e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:3c7e80f9a5ee0569bbb9a2ad686749e68dd0d1a4fb76ee6dd7b4ea5f88b36ac2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a793e754e58d2cfb56eafd41c20d469afaccfd1410950bd183b59ddc7acb0d17_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:8e97f21095056f5ccaed22f0b2029c880b4630773ac2140149c077accd5f8366_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:b0d3ac017b538f8eab7a7346b7ac5eb5b53a963e0ff48570e9c2692ef2c19d30_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e1f7faee2f1494de270d580eda9a9985afdb417524b742cc07aec693acd32d34_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:8b63d02eec2eae0ac602b7bd8d98698c3d09176c8888278d8399de283229cc00_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:3e701c8548c819879e65db4d664be2175d90ac65f02634a900e4b41fccf04ce9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:84424961239f48399cee6090dc34c961c7362d7ecd51dbbda6eeaed77af69b28_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:dbaf313c82ac182eb2524d61e481aaca79ee9aa23408c0430fbe507b4b2ecc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:0471b66596dff273beb47a7ae9ef29c2d319cfd2f568fba91917b9594e7ff6b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:12a05f3c86f9349e25f4341257caee5ce93018cc4e56f881ec083768723a7d46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:24a0a72d8393301dc1222edab256e7a3ec16bc70f6623152c3c04f6a9c59e045_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:680dca24a86e43ba38e7b84ac1f4d186499e6c0b25d1b60167c8159df184f5ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:901f3803636371dea5dcc990ce5c4fa4ac8a700b96a2aa31ccbc4b527e377493_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:5bf4e142c4efb9c3d3811490c2af07717409f31b8536c8378f8c956799ee29ed_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:0788ddcf0a9df3bfa702d9728176cac1236c875527f955380c9dc81a3d9026e9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:ed74e3c3cd6f0dfcee228dd37d6015ae00659c89328987ebf4e856538d44acbc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:71a8c05a6abd1ddf54e114d23531c544641aa540e63d440b09d044aa275dfb00_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:c12c79616e9b9d53ba1241a8cb413af4b9b666d687e2eb03612e24820650d05a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:e0d9bd0683c12278d66ce930558b75c81579c1e98025b4e29f6791e6728ffd39_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:5cf8c60541ee633619c206ff29e9a31eb72a5972e0fa4676821477ac63c11145_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:b1f999470b563da16441760553ecf03df3afe07a6bfc670e2585960ff1572aa8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:dd83ff4f5a128daa3da369b7d55e5c85962ad139c2e90f38ae1379f45e25d3b8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:996f41eca94f896224a148d4cf22124284fdd4dc913d03185265162767102aa7_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:bfe2e48476b2573f00ac656298fa712dcb2393d2871fb0abad1a16f10e72a468_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:bf3ce5247b64b65685f59cb0c33b1c933cf3a215d44f019ee79bb83be4be64fd_amd64",
"9Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bb723cca7c08218a6434043473b8c0b20ef8390d47bfbdecad63ec5b64857ba3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-etcd-rhel9@sha256:10fd740e1b62bfd59af59d562b72d80e9512d2822e70a41c15136f567d63cd30_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:f52b2903d4ca83deb02ed7ed5cd073764229e057cc9df579db0bbde304c35432_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:095164d2f1c01a6eb6d84bca0dff1f6f7fb8594cff43c2a7552e2cfa5810a4d4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:e428c7558dccf9449ba5761f73f5940c895eb503fc443a9acd37885b87cd01d3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f989cebce6c372b3b5b1760437005c6c65a790d81cd5a5b1037b03aee73884b3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:15695550dfee18b27552a0e40ef04c87867c8e84dc67395103b30884ac4c1379_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-rhel9@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-24855"
},
{
"category": "external",
"summary": "RHBZ#2352483",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2352483"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-24855",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24855"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-24855",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-24855"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/128",
"url": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/128"
}
],
"release_date": "2025-03-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-15T16:34:38+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 https://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html/release_notes\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64 architecture. The image digest may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\n The sha value for the release is as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:2f46021d7977a7211e043834bda0a0fd728e04cdc7c7b657aa1f51ee7a1fbf34\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": [
"9Base-RHOSE-4.13:rhcos@sha256:d0c6c2b7e435e33e345476c3710295e8427c0f28ffa2fe780d01b2f8d0571f22_x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4677"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:2af0c5f28710eef08d7e795b2f2fd396239446741ad1e1e658554cc5b2d7499c_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:4a1882927aa0730aa113759930b4f529ee268c264f17ff912774f7a1d98ca18d_amd64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:d7e0ec5ad37bab321ac8a40dcb64384eb3c16ae5e858464ee1c32cb20401f526_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:c02e74a36878bc56a7b415654bfff711c1794ac0a3c3648c5fd2170675ae87da_amd64",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:54410c3040cb45b528c6c701da77bf3294edc0cbf75c2afd4110b20fca1c59e1_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:cd8cad7979a93f0a3d782643f478ba0b37a36b2c2d1de1ed552718d1bb270985_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:4584e4b91a2c79b2350c1e615099ce652a0cf1f5f6174a573b2db9a77680f0e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:40faeeee70ac61a27f15c02a2fe4de5d186cc6caa7a2773dca5b20bd9ac45738_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f89ec093de1ecac1c670bdbbe29fabdc9a49bf579644e577e6b48bfb743f76c2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9acd281012ec22619bdb11973382d7c946c29f536594ef7a29a84270fd2e761c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:6b35661834a938fe9accb877934fc523a4782d00e08926577abd4687aa029efb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:16b3ecc755a547774f58334978ed72c6700c898ca06bcd0184d39e830709e707_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:47ad1365190ac5eafe893d49d8cf55e057ada01198661d27163f08841e4de5e3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:24e838680502b2efd46c17b2210f053860c91ba396786b8d5350a553bb6aae54_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:88bab056feb7370de294928e88d79505fbff5dfc084ee5f109f6a81bb54858df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:c2318383b8ee9cefbd1e4a072c67819045404b125ba0b3167699af6b2e8f719d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d28ffcbdfec5913dc17c81451883108f1e7df09ccb3a89cdd69a096927a8e430_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0f31ee297e5fe72c4d21253c671153b5afa401fb24f90461f24e3183a9e102dd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ca6b67a58ba88779d5263fd75700596c2591d9808c6ae14d436401073ba1ab2d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:dd13b3c6fa06cc0f137edde8542422d663ff31d52e0d062cfba8229fedaed19e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:7d795f9d529424252eabcac30a80bb9d8a02aaae37c0563abf35af0f464f0807_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:fbd74802479830111e35763fea31b88da573084ad4abb427d59d766612c023b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:d085d1bf9d4a6bdae5bdaa1f4a763b5920b3e33ea934b6d1f517d08b9227e69f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:f6e4075c3c79257c2bfc92505478ef6950f2050dce21315024e95a6519065d97_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:27cce691de1d1381b562bdb6b766869ad75edacfc05f361646e66796cea06313_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6e35ce11cabf52a803c7cfd6d2f330a8ee2ba6d9459322cc3c3abf6b4811a57c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:25ce6b1769053a3e4e25be76977512192c26ceddbab24436f9fe7a30e866913c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:a8a9b3fc602cd6fc44ce88479c5cbd7412b819a1253a70beec72c77f9e7ce83d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:e8fe0ee9e4efcae284a304ae161a6b5fbc79f25a0d199d575c8ca052695280a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:6b8c2b0117065c58987970228d46009d56b37f193e3724f4f30cfbe1a09abec7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:a443f3127d8b96a22fa7900300129a6c0fa64546347f27028fa253868b417ff6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:36c8e50b8095ff8d0a1920be25c61f41369d1c1b881c6736b752b4798b68262e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:7bc8b50dd45977990c97e0bf4efefe47996e468ab674134f1e7d4fad80a0f2e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:13b7885ab87b62004ed049d8a66a52200d1aa2c81c6c837447e8d3d77b3e1198_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:65702387c6fab6f1b61f98225b933d1f6747880ccb0dc00859ca46da10c76e0a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:2660d9c9efbdbe443f028c6da32f8a8e40b7b8f89bb87b0a4c40d76cecd5575f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:6b2d96ac2373cc38abdaf928c8b9a4a0e328448c4a4c1b912825eef1d5adaa11_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:0c154837dde720dceb45182745f8df4a5a2e91672b583aeb75397eeb5dc91a7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:712c0764287b2356861e4f2212fd358ebe37020f0ff83add75f36362e8d23415_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:72975b5b89a5593059cc8fa7cb28f97e8162cee53714240c11394b985fcfb696_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a823081474886c5133db8eb99f43cf0c9d1239d56ca5098d514550f350e0ceec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:0a5f50af966f4e19fdef5e5491796813201f8aea49ebd778531bdbaacab94525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:1cbcdd54ae0eceb61c7602047f65337658b5a8330ee148b88714c9e8d672c722_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:9e681145acf5573d1413fb3dad67f904c56b851aff01a82c77584fd2e1e31470_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:7cf66ea30093dc3981ba473fb4e8bc4befa8f89f019a5012a62e5063cbcde6b6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:77f21feed46735c4bde09073d9e963823e48be7193089e7088998fe096794690_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:6853d2832fbe97325cdb1914a7b1c1ea019730f6e35f205b760982f73d85de7f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:e0c2fbe470b2bdf9c11c10eedaa043748e3c6fdd0b5fc6b7b76b0c44c099541b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:1646b13b3c7a4543caf98b9651d9204054261759313f75dd2c2d25777c43c898_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:9c351a7613a2a8218034d576f23e586f7bf47d280e8ef138c6bf0c2eef4b1748_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:be5dbe5f253ff397f62e33538cba44ebaf65a3ad96fb652c281714ce932e8949_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:4e7c9c7ec5d9968b01b1087fbead7a1fd0b51d9d86ed4d0c6421bcfa0b33c9cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:001a007b7abf6e42ecf097da21c0c27322773255617a6c40335758b1f3e576cd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:495ceadf5a23cc85337a72d816250baffe6426709f00a66761cf05a9336cc6db_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:b993202bb1199a75fb91014687b7a8b61c65c5513c1d88cad2a4ec5e2bdb7e3c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:66968387cbd620992c14e7638208ac16f132f3ea3dfdb83fd6e4465c2e779ad2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:3adaf4ced0fd01304f880dc13ad46d1855c9cda4ae6a32ebe6c1bc260ed232ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:29f6dcc03b15f8aaf71b0eb2b1c3f44c06e2ecd31a1e0eac763cde104a945618_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1a9f4b9cd573737365e13982f28725f8b9fade5f4d1d4d08f77d87d3891fbef9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:653e624f9859753e1f264bdd685359b7c619204c86b4085d063a6f12f5a44f7b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:1af29ca3c278969bef85f7dc7f0bee1f9c3e5aca90862b0bcff1859ade8c63c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:09b097bd1bf8f35e359d98e26e659b9bba4e0f02f29fe2fbf9492438a881dd38_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-update-keys@sha256:5133104ec8594ca380fa51cde56733df7a264c56af44c7eed34e230265180dc4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:6d44f497dd7421cca40a47485669d8ab2b0e3b78fb1ceef594d63ff96a20a246_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:218c5884c34ca73fcfda585b4997cc0fa427b13608d34b14920336c23ae5ba13_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:e9250415deb48c9e063799d0f3d1239bdb30d10fb58d8e32a987839c72ca8e79_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:7e0533a83d97732cd1b940bcdba77e43ffcea5073b8fe9dafc7e177b0170adcb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:7b8d30540a71df4fe3c017ad768ab3a7b05e8db8f68916162f36e2044cfddce3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:397e8e06204f87160fa6a831d7c7bf9c27b450c0deb6e89f6790b897593ce826_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:73c37ef100613a46a99b1860a295f86e23b96d8a7e44cde52583a8fd7605585e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:1e38f0daecc74a115a854300f36bf3af6cfe0c6a36f431a183449a49e2a0d07e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:47292803c6ec0f9b2ef5ec62d35f479b842ad39b752b63f515f230db69c3b691_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9a051f979c35d69d59b5e96bf2d4a31e509345ee4a64b1301324a116bc981a72_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a30891e1058b5fc9d08f93012f631748b9d2292d8d739203e22365d497afbc65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:0059cc67dd9f302cbab916dea5b0246c4ae6288c22316e135a0b899b7e49d7bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:36eefef18accd753b869788b4891d50f87ee33f4dff87a1b7ef9ce4db35e86a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:3a143fbec3d5abcc47bb625bfd13f88a2264c2f922dbfc3e04ac623a4d7c15f7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:0b3e1752a2842bb6a7f7f251b76a67ec9ce5c10bb0dd8f688eede69f864fc657_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:b15cc982fc79f1afc7346d578821c6c80ae6e1e0b6ee1c2e77340cfff0a2be57_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:6c8e361878de34517ebd3f23e84577d683ef1c0d61ecbb257de9291ff4c56691_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf4035279328a71212fc25a49ade7f2f224d4f46a3241b4b4d48ca0527f11aff_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3a5a5080bf1f1198f4f49a3a474cea519ac5332db52ebd91bc795369254ccf7b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:0d4983cbb596643ce8140dfb06e738e925786aff000ab33f0b863c93603f9d51_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:6d8a8a5e831e290aca259791f8c42b470cfe002bab823f09f8153f284925bd33_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:bcf097ca234ae44758d4b426a5d41ba9d95806ff974d2d03f6976d5133a76b1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:378d9776571943b4872fe24a655a151b06e85018a9e13955c0cef76763930a68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:cdddb704698b35cf7ce3e91ef6b9d2ed2b5f1ac2941f966d79a97225a2579c2d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:614485c10f4dc40e0fe24ebcd26480a1c8441d29e1b9061f183dea6cf30b384b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:2574f9ee676921882d47f4b89305f853c195b60ff1f4de1e07dcd1e57a7da9b5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:d54b4ec05a971bc94879cf518004e35ba15107bf9315241f65f228c3179a4c5a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:118e85b8ca2be3002a071d7ccdc83595c8a8bc83dea998f862b6ca994c722248_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:7deadb9848327da5e53bfca444b0ce73a64b98cfadf8721bd6b21badd0dcaa92_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:f7860bce172a8ed856f08a931a0285530ce760ab1fd2653a5c2647c9c2688989_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3b26166f3dbbdbf2c124ea03216d88f9a28fc13216f74db5b39e56e180f96772_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:6301f8f4ae0959902ebb2fc0ce91bb62d9e303a6e9bd50aa2e1132f0602cb897_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e4cfbbd550b90aceccc67031688e08e6934087c9d3840f4f2345f96ddd33859d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:6b92e5ba76d93a9521a78770eba00751255a944259c03e0ecf27d4f365cf7f08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-keepalived-ipfailover@sha256:0113877f25903b83281dd2c1912e0175af7e3b194ccd655604c66db312583338_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9ebfddb9b8fcef8231c880f5490281ab1af8ac19ef575b70289f0ec70cbbecdb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:a36a30554e4c4798035ea67b7059e136f6104ecd07efe3ec401c20e2b515b376_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:ed06f12419f8284861ad401be0405263ee2448b287b8c350312684d09eb73741_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:3456eaec2b1691a940a9daeb60d9f58e46b34c95551df276696a816e5d8f61e0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ceeb74be0133aa5263654f36c89e82b74fa32629b9448350c69c4ffd3be8ef11_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:d10aeeef401ea96b2d239cd7c23bdbd29d5f95bb339e79a36346594f97f1a272_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-controller-rhel8@sha256:a85096156df15207d9ea7a30d277f0148393e1cb1f5fd0f5c01b7e407845c0c4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:dcc12f84b87b1c8d195f0a9115ec08919c722ab3f1b7f3e3d1d1786a3058636b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:dbddca5c90a427f81e481473cad8d6de11ac4338d76622437e6846eac0bb9a50_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:bbd58b9e4834f076a5779e103ba4817262517a57abfc942d8184123700906d3c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:994d3f869f103d294e5eb947700c60da5f9d21bdfb7f2092bcf2ad1bf8617239_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:472872bf3463e1805eaa55d2b4a72cc18566243cc8f86c536ac7f22dd0519cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6b4e97eb2be26292d8599a17788ad6f2c8f7d370e8c058837b00751b05da7229_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:40c545460c4d32bf3c9697ecfc6abb18030c7004f685f15d76350ce74ba44424_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:51e9d490cf36cb0feb1b3b8a94d7054acf26a3ac88da128074038ab044d2e4e0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:498d9e4ce2f46c2344aca5f23912a901d7365d6d9fe99b21b78fcb2078c201d6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:2649b88264da27debbc44dee10a737b0ce0e50e8f228495ee8fc6d60d6cc8054_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:7dab5e3d3c90a1c21489dd373362c32e776e3f7b6b9be8078dc6048ec616e99a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:878aabcf6296fc58098ef215a91fb6c6b59fac92baf6df40f4db6e27bd12cbd3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:9041b978f28c8f97eaaaf3576c70e81b0604b54ad02a24b1c291b3a7e61f4953_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:37fe2142c7706fc3ac40e773993ec23f65d12f1a7087139f82169c3da23871b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3e24375d51a95405a332271b56a30269c441ee148b12d02ba559f6c71594a760_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ccaff34c562bafb33a8dea281c1bac0cf95538df011ed80e46da34d5255c5d9b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:408c5535b3665ca4d877d7dfa3b346632ca40d3b4467c68ce69721b9fe6b663d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7ca9ddcf1d023872cd29aa8ccf7ae6e8be5963741eec53c4f83c6b7ebdd6a6d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:13a23d02ea105d8e33dff2a113cc71fe2c91d5b1564de02c713bf9a3559ac31a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:57a453ca5454c330f36063eaccf5e56d0587b165ec2b5daa84f5e3fb36d57dcf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:6a10569c2c9a64c149053d93708dad01e9d0c23e1c5e64042addac8edc18baa4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:a855f45a1cc36c69d87ee2dbc0caba1801ba2702f767855bf9f1c9dee2d9a6ca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:cc6161f9c4e5bb62a5a3d296f699f03516184964a25a42a7c13733b8a733c817_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:9dc2b95ff43ce474ccfe3307a569c97bff50af678be1144f096be0bbec7f30ea_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:aeefaab0fdaa986a77bbeef108cef1d29156ebc98a4fa927d84918f2e3c4819b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:03a0dd7562d5afe26f6a506074ef78149ebd7f64fff51115f3a774cf140311c4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c7f937087f3a7ca3a70cf71e3208846c728b7abadb53672d07a96119acb8725b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4833367e7a3a94b76b350799227dcebb0f118250ad417b6f5e339dd0385186e2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:aa2d6d91116fa09430e64928aba25e3ecfd7b5ad31ca2cbea70edbb0755deb0a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:bc7e12534ca38a42842646dbde9de4d2049c6b0bf464cb1eb1cdb1302e8bbb6e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:3c7e80f9a5ee0569bbb9a2ad686749e68dd0d1a4fb76ee6dd7b4ea5f88b36ac2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a793e754e58d2cfb56eafd41c20d469afaccfd1410950bd183b59ddc7acb0d17_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:8e97f21095056f5ccaed22f0b2029c880b4630773ac2140149c077accd5f8366_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:b0d3ac017b538f8eab7a7346b7ac5eb5b53a963e0ff48570e9c2692ef2c19d30_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e1f7faee2f1494de270d580eda9a9985afdb417524b742cc07aec693acd32d34_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:8b63d02eec2eae0ac602b7bd8d98698c3d09176c8888278d8399de283229cc00_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:3e701c8548c819879e65db4d664be2175d90ac65f02634a900e4b41fccf04ce9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:84424961239f48399cee6090dc34c961c7362d7ecd51dbbda6eeaed77af69b28_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:dbaf313c82ac182eb2524d61e481aaca79ee9aa23408c0430fbe507b4b2ecc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:0471b66596dff273beb47a7ae9ef29c2d319cfd2f568fba91917b9594e7ff6b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:12a05f3c86f9349e25f4341257caee5ce93018cc4e56f881ec083768723a7d46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:24a0a72d8393301dc1222edab256e7a3ec16bc70f6623152c3c04f6a9c59e045_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:680dca24a86e43ba38e7b84ac1f4d186499e6c0b25d1b60167c8159df184f5ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:901f3803636371dea5dcc990ce5c4fa4ac8a700b96a2aa31ccbc4b527e377493_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:5bf4e142c4efb9c3d3811490c2af07717409f31b8536c8378f8c956799ee29ed_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:0788ddcf0a9df3bfa702d9728176cac1236c875527f955380c9dc81a3d9026e9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:ed74e3c3cd6f0dfcee228dd37d6015ae00659c89328987ebf4e856538d44acbc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:71a8c05a6abd1ddf54e114d23531c544641aa540e63d440b09d044aa275dfb00_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:c12c79616e9b9d53ba1241a8cb413af4b9b666d687e2eb03612e24820650d05a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:e0d9bd0683c12278d66ce930558b75c81579c1e98025b4e29f6791e6728ffd39_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:5cf8c60541ee633619c206ff29e9a31eb72a5972e0fa4676821477ac63c11145_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:b1f999470b563da16441760553ecf03df3afe07a6bfc670e2585960ff1572aa8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:dd83ff4f5a128daa3da369b7d55e5c85962ad139c2e90f38ae1379f45e25d3b8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:996f41eca94f896224a148d4cf22124284fdd4dc913d03185265162767102aa7_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:bfe2e48476b2573f00ac656298fa712dcb2393d2871fb0abad1a16f10e72a468_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:bf3ce5247b64b65685f59cb0c33b1c933cf3a215d44f019ee79bb83be4be64fd_amd64",
"9Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bb723cca7c08218a6434043473b8c0b20ef8390d47bfbdecad63ec5b64857ba3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-etcd-rhel9@sha256:10fd740e1b62bfd59af59d562b72d80e9512d2822e70a41c15136f567d63cd30_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:f52b2903d4ca83deb02ed7ed5cd073764229e057cc9df579db0bbde304c35432_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:095164d2f1c01a6eb6d84bca0dff1f6f7fb8594cff43c2a7552e2cfa5810a4d4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:e428c7558dccf9449ba5761f73f5940c895eb503fc443a9acd37885b87cd01d3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f989cebce6c372b3b5b1760437005c6c65a790d81cd5a5b1037b03aee73884b3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:15695550dfee18b27552a0e40ef04c87867c8e84dc67395103b30884ac4c1379_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-rhel9@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64",
"9Base-RHOSE-4.13:rhcos@sha256:d0c6c2b7e435e33e345476c3710295e8427c0f28ffa2fe780d01b2f8d0571f22_x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:2af0c5f28710eef08d7e795b2f2fd396239446741ad1e1e658554cc5b2d7499c_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:4a1882927aa0730aa113759930b4f529ee268c264f17ff912774f7a1d98ca18d_amd64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:d7e0ec5ad37bab321ac8a40dcb64384eb3c16ae5e858464ee1c32cb20401f526_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:c02e74a36878bc56a7b415654bfff711c1794ac0a3c3648c5fd2170675ae87da_amd64",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:54410c3040cb45b528c6c701da77bf3294edc0cbf75c2afd4110b20fca1c59e1_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:cd8cad7979a93f0a3d782643f478ba0b37a36b2c2d1de1ed552718d1bb270985_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:4584e4b91a2c79b2350c1e615099ce652a0cf1f5f6174a573b2db9a77680f0e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:40faeeee70ac61a27f15c02a2fe4de5d186cc6caa7a2773dca5b20bd9ac45738_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f89ec093de1ecac1c670bdbbe29fabdc9a49bf579644e577e6b48bfb743f76c2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9acd281012ec22619bdb11973382d7c946c29f536594ef7a29a84270fd2e761c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:6b35661834a938fe9accb877934fc523a4782d00e08926577abd4687aa029efb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:16b3ecc755a547774f58334978ed72c6700c898ca06bcd0184d39e830709e707_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:47ad1365190ac5eafe893d49d8cf55e057ada01198661d27163f08841e4de5e3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:24e838680502b2efd46c17b2210f053860c91ba396786b8d5350a553bb6aae54_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:88bab056feb7370de294928e88d79505fbff5dfc084ee5f109f6a81bb54858df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:c2318383b8ee9cefbd1e4a072c67819045404b125ba0b3167699af6b2e8f719d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d28ffcbdfec5913dc17c81451883108f1e7df09ccb3a89cdd69a096927a8e430_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0f31ee297e5fe72c4d21253c671153b5afa401fb24f90461f24e3183a9e102dd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ca6b67a58ba88779d5263fd75700596c2591d9808c6ae14d436401073ba1ab2d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:dd13b3c6fa06cc0f137edde8542422d663ff31d52e0d062cfba8229fedaed19e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:7d795f9d529424252eabcac30a80bb9d8a02aaae37c0563abf35af0f464f0807_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:fbd74802479830111e35763fea31b88da573084ad4abb427d59d766612c023b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:d085d1bf9d4a6bdae5bdaa1f4a763b5920b3e33ea934b6d1f517d08b9227e69f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:f6e4075c3c79257c2bfc92505478ef6950f2050dce21315024e95a6519065d97_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:27cce691de1d1381b562bdb6b766869ad75edacfc05f361646e66796cea06313_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6e35ce11cabf52a803c7cfd6d2f330a8ee2ba6d9459322cc3c3abf6b4811a57c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:25ce6b1769053a3e4e25be76977512192c26ceddbab24436f9fe7a30e866913c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:a8a9b3fc602cd6fc44ce88479c5cbd7412b819a1253a70beec72c77f9e7ce83d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:e8fe0ee9e4efcae284a304ae161a6b5fbc79f25a0d199d575c8ca052695280a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:6b8c2b0117065c58987970228d46009d56b37f193e3724f4f30cfbe1a09abec7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:a443f3127d8b96a22fa7900300129a6c0fa64546347f27028fa253868b417ff6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:36c8e50b8095ff8d0a1920be25c61f41369d1c1b881c6736b752b4798b68262e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:7bc8b50dd45977990c97e0bf4efefe47996e468ab674134f1e7d4fad80a0f2e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:13b7885ab87b62004ed049d8a66a52200d1aa2c81c6c837447e8d3d77b3e1198_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:65702387c6fab6f1b61f98225b933d1f6747880ccb0dc00859ca46da10c76e0a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:2660d9c9efbdbe443f028c6da32f8a8e40b7b8f89bb87b0a4c40d76cecd5575f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:6b2d96ac2373cc38abdaf928c8b9a4a0e328448c4a4c1b912825eef1d5adaa11_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:0c154837dde720dceb45182745f8df4a5a2e91672b583aeb75397eeb5dc91a7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:712c0764287b2356861e4f2212fd358ebe37020f0ff83add75f36362e8d23415_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:72975b5b89a5593059cc8fa7cb28f97e8162cee53714240c11394b985fcfb696_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a823081474886c5133db8eb99f43cf0c9d1239d56ca5098d514550f350e0ceec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:0a5f50af966f4e19fdef5e5491796813201f8aea49ebd778531bdbaacab94525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:1cbcdd54ae0eceb61c7602047f65337658b5a8330ee148b88714c9e8d672c722_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:9e681145acf5573d1413fb3dad67f904c56b851aff01a82c77584fd2e1e31470_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:7cf66ea30093dc3981ba473fb4e8bc4befa8f89f019a5012a62e5063cbcde6b6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:77f21feed46735c4bde09073d9e963823e48be7193089e7088998fe096794690_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:6853d2832fbe97325cdb1914a7b1c1ea019730f6e35f205b760982f73d85de7f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:e0c2fbe470b2bdf9c11c10eedaa043748e3c6fdd0b5fc6b7b76b0c44c099541b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:1646b13b3c7a4543caf98b9651d9204054261759313f75dd2c2d25777c43c898_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:9c351a7613a2a8218034d576f23e586f7bf47d280e8ef138c6bf0c2eef4b1748_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:be5dbe5f253ff397f62e33538cba44ebaf65a3ad96fb652c281714ce932e8949_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:4e7c9c7ec5d9968b01b1087fbead7a1fd0b51d9d86ed4d0c6421bcfa0b33c9cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:001a007b7abf6e42ecf097da21c0c27322773255617a6c40335758b1f3e576cd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:495ceadf5a23cc85337a72d816250baffe6426709f00a66761cf05a9336cc6db_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:b993202bb1199a75fb91014687b7a8b61c65c5513c1d88cad2a4ec5e2bdb7e3c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:66968387cbd620992c14e7638208ac16f132f3ea3dfdb83fd6e4465c2e779ad2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:3adaf4ced0fd01304f880dc13ad46d1855c9cda4ae6a32ebe6c1bc260ed232ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:29f6dcc03b15f8aaf71b0eb2b1c3f44c06e2ecd31a1e0eac763cde104a945618_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1a9f4b9cd573737365e13982f28725f8b9fade5f4d1d4d08f77d87d3891fbef9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:653e624f9859753e1f264bdd685359b7c619204c86b4085d063a6f12f5a44f7b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:1af29ca3c278969bef85f7dc7f0bee1f9c3e5aca90862b0bcff1859ade8c63c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:09b097bd1bf8f35e359d98e26e659b9bba4e0f02f29fe2fbf9492438a881dd38_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-update-keys@sha256:5133104ec8594ca380fa51cde56733df7a264c56af44c7eed34e230265180dc4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:6d44f497dd7421cca40a47485669d8ab2b0e3b78fb1ceef594d63ff96a20a246_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:218c5884c34ca73fcfda585b4997cc0fa427b13608d34b14920336c23ae5ba13_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:e9250415deb48c9e063799d0f3d1239bdb30d10fb58d8e32a987839c72ca8e79_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:7e0533a83d97732cd1b940bcdba77e43ffcea5073b8fe9dafc7e177b0170adcb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:7b8d30540a71df4fe3c017ad768ab3a7b05e8db8f68916162f36e2044cfddce3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:397e8e06204f87160fa6a831d7c7bf9c27b450c0deb6e89f6790b897593ce826_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:73c37ef100613a46a99b1860a295f86e23b96d8a7e44cde52583a8fd7605585e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:1e38f0daecc74a115a854300f36bf3af6cfe0c6a36f431a183449a49e2a0d07e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:47292803c6ec0f9b2ef5ec62d35f479b842ad39b752b63f515f230db69c3b691_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9a051f979c35d69d59b5e96bf2d4a31e509345ee4a64b1301324a116bc981a72_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a30891e1058b5fc9d08f93012f631748b9d2292d8d739203e22365d497afbc65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:0059cc67dd9f302cbab916dea5b0246c4ae6288c22316e135a0b899b7e49d7bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:36eefef18accd753b869788b4891d50f87ee33f4dff87a1b7ef9ce4db35e86a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:3a143fbec3d5abcc47bb625bfd13f88a2264c2f922dbfc3e04ac623a4d7c15f7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:0b3e1752a2842bb6a7f7f251b76a67ec9ce5c10bb0dd8f688eede69f864fc657_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:b15cc982fc79f1afc7346d578821c6c80ae6e1e0b6ee1c2e77340cfff0a2be57_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:6c8e361878de34517ebd3f23e84577d683ef1c0d61ecbb257de9291ff4c56691_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf4035279328a71212fc25a49ade7f2f224d4f46a3241b4b4d48ca0527f11aff_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3a5a5080bf1f1198f4f49a3a474cea519ac5332db52ebd91bc795369254ccf7b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:0d4983cbb596643ce8140dfb06e738e925786aff000ab33f0b863c93603f9d51_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:6d8a8a5e831e290aca259791f8c42b470cfe002bab823f09f8153f284925bd33_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:bcf097ca234ae44758d4b426a5d41ba9d95806ff974d2d03f6976d5133a76b1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:378d9776571943b4872fe24a655a151b06e85018a9e13955c0cef76763930a68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:cdddb704698b35cf7ce3e91ef6b9d2ed2b5f1ac2941f966d79a97225a2579c2d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:614485c10f4dc40e0fe24ebcd26480a1c8441d29e1b9061f183dea6cf30b384b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:2574f9ee676921882d47f4b89305f853c195b60ff1f4de1e07dcd1e57a7da9b5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:d54b4ec05a971bc94879cf518004e35ba15107bf9315241f65f228c3179a4c5a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:118e85b8ca2be3002a071d7ccdc83595c8a8bc83dea998f862b6ca994c722248_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:7deadb9848327da5e53bfca444b0ce73a64b98cfadf8721bd6b21badd0dcaa92_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:f7860bce172a8ed856f08a931a0285530ce760ab1fd2653a5c2647c9c2688989_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3b26166f3dbbdbf2c124ea03216d88f9a28fc13216f74db5b39e56e180f96772_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:6301f8f4ae0959902ebb2fc0ce91bb62d9e303a6e9bd50aa2e1132f0602cb897_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e4cfbbd550b90aceccc67031688e08e6934087c9d3840f4f2345f96ddd33859d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:6b92e5ba76d93a9521a78770eba00751255a944259c03e0ecf27d4f365cf7f08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-keepalived-ipfailover@sha256:0113877f25903b83281dd2c1912e0175af7e3b194ccd655604c66db312583338_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9ebfddb9b8fcef8231c880f5490281ab1af8ac19ef575b70289f0ec70cbbecdb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:a36a30554e4c4798035ea67b7059e136f6104ecd07efe3ec401c20e2b515b376_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:ed06f12419f8284861ad401be0405263ee2448b287b8c350312684d09eb73741_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:3456eaec2b1691a940a9daeb60d9f58e46b34c95551df276696a816e5d8f61e0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ceeb74be0133aa5263654f36c89e82b74fa32629b9448350c69c4ffd3be8ef11_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:d10aeeef401ea96b2d239cd7c23bdbd29d5f95bb339e79a36346594f97f1a272_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-controller-rhel8@sha256:a85096156df15207d9ea7a30d277f0148393e1cb1f5fd0f5c01b7e407845c0c4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:dcc12f84b87b1c8d195f0a9115ec08919c722ab3f1b7f3e3d1d1786a3058636b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:dbddca5c90a427f81e481473cad8d6de11ac4338d76622437e6846eac0bb9a50_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:bbd58b9e4834f076a5779e103ba4817262517a57abfc942d8184123700906d3c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:994d3f869f103d294e5eb947700c60da5f9d21bdfb7f2092bcf2ad1bf8617239_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:472872bf3463e1805eaa55d2b4a72cc18566243cc8f86c536ac7f22dd0519cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6b4e97eb2be26292d8599a17788ad6f2c8f7d370e8c058837b00751b05da7229_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:40c545460c4d32bf3c9697ecfc6abb18030c7004f685f15d76350ce74ba44424_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:51e9d490cf36cb0feb1b3b8a94d7054acf26a3ac88da128074038ab044d2e4e0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:498d9e4ce2f46c2344aca5f23912a901d7365d6d9fe99b21b78fcb2078c201d6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:2649b88264da27debbc44dee10a737b0ce0e50e8f228495ee8fc6d60d6cc8054_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:7dab5e3d3c90a1c21489dd373362c32e776e3f7b6b9be8078dc6048ec616e99a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:878aabcf6296fc58098ef215a91fb6c6b59fac92baf6df40f4db6e27bd12cbd3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:9041b978f28c8f97eaaaf3576c70e81b0604b54ad02a24b1c291b3a7e61f4953_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:37fe2142c7706fc3ac40e773993ec23f65d12f1a7087139f82169c3da23871b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3e24375d51a95405a332271b56a30269c441ee148b12d02ba559f6c71594a760_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ccaff34c562bafb33a8dea281c1bac0cf95538df011ed80e46da34d5255c5d9b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:408c5535b3665ca4d877d7dfa3b346632ca40d3b4467c68ce69721b9fe6b663d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7ca9ddcf1d023872cd29aa8ccf7ae6e8be5963741eec53c4f83c6b7ebdd6a6d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:13a23d02ea105d8e33dff2a113cc71fe2c91d5b1564de02c713bf9a3559ac31a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:57a453ca5454c330f36063eaccf5e56d0587b165ec2b5daa84f5e3fb36d57dcf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:6a10569c2c9a64c149053d93708dad01e9d0c23e1c5e64042addac8edc18baa4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:a855f45a1cc36c69d87ee2dbc0caba1801ba2702f767855bf9f1c9dee2d9a6ca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:cc6161f9c4e5bb62a5a3d296f699f03516184964a25a42a7c13733b8a733c817_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:9dc2b95ff43ce474ccfe3307a569c97bff50af678be1144f096be0bbec7f30ea_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:aeefaab0fdaa986a77bbeef108cef1d29156ebc98a4fa927d84918f2e3c4819b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:03a0dd7562d5afe26f6a506074ef78149ebd7f64fff51115f3a774cf140311c4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c7f937087f3a7ca3a70cf71e3208846c728b7abadb53672d07a96119acb8725b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4833367e7a3a94b76b350799227dcebb0f118250ad417b6f5e339dd0385186e2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:aa2d6d91116fa09430e64928aba25e3ecfd7b5ad31ca2cbea70edbb0755deb0a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:bc7e12534ca38a42842646dbde9de4d2049c6b0bf464cb1eb1cdb1302e8bbb6e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:3c7e80f9a5ee0569bbb9a2ad686749e68dd0d1a4fb76ee6dd7b4ea5f88b36ac2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a793e754e58d2cfb56eafd41c20d469afaccfd1410950bd183b59ddc7acb0d17_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:8e97f21095056f5ccaed22f0b2029c880b4630773ac2140149c077accd5f8366_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:b0d3ac017b538f8eab7a7346b7ac5eb5b53a963e0ff48570e9c2692ef2c19d30_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e1f7faee2f1494de270d580eda9a9985afdb417524b742cc07aec693acd32d34_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:8b63d02eec2eae0ac602b7bd8d98698c3d09176c8888278d8399de283229cc00_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:3e701c8548c819879e65db4d664be2175d90ac65f02634a900e4b41fccf04ce9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:84424961239f48399cee6090dc34c961c7362d7ecd51dbbda6eeaed77af69b28_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:dbaf313c82ac182eb2524d61e481aaca79ee9aa23408c0430fbe507b4b2ecc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:0471b66596dff273beb47a7ae9ef29c2d319cfd2f568fba91917b9594e7ff6b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:12a05f3c86f9349e25f4341257caee5ce93018cc4e56f881ec083768723a7d46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:24a0a72d8393301dc1222edab256e7a3ec16bc70f6623152c3c04f6a9c59e045_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:680dca24a86e43ba38e7b84ac1f4d186499e6c0b25d1b60167c8159df184f5ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:901f3803636371dea5dcc990ce5c4fa4ac8a700b96a2aa31ccbc4b527e377493_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:5bf4e142c4efb9c3d3811490c2af07717409f31b8536c8378f8c956799ee29ed_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:0788ddcf0a9df3bfa702d9728176cac1236c875527f955380c9dc81a3d9026e9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:ed74e3c3cd6f0dfcee228dd37d6015ae00659c89328987ebf4e856538d44acbc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:71a8c05a6abd1ddf54e114d23531c544641aa540e63d440b09d044aa275dfb00_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:c12c79616e9b9d53ba1241a8cb413af4b9b666d687e2eb03612e24820650d05a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:e0d9bd0683c12278d66ce930558b75c81579c1e98025b4e29f6791e6728ffd39_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:5cf8c60541ee633619c206ff29e9a31eb72a5972e0fa4676821477ac63c11145_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:b1f999470b563da16441760553ecf03df3afe07a6bfc670e2585960ff1572aa8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:dd83ff4f5a128daa3da369b7d55e5c85962ad139c2e90f38ae1379f45e25d3b8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:996f41eca94f896224a148d4cf22124284fdd4dc913d03185265162767102aa7_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:bfe2e48476b2573f00ac656298fa712dcb2393d2871fb0abad1a16f10e72a468_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:bf3ce5247b64b65685f59cb0c33b1c933cf3a215d44f019ee79bb83be4be64fd_amd64",
"9Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bb723cca7c08218a6434043473b8c0b20ef8390d47bfbdecad63ec5b64857ba3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-etcd-rhel9@sha256:10fd740e1b62bfd59af59d562b72d80e9512d2822e70a41c15136f567d63cd30_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:f52b2903d4ca83deb02ed7ed5cd073764229e057cc9df579db0bbde304c35432_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:095164d2f1c01a6eb6d84bca0dff1f6f7fb8594cff43c2a7552e2cfa5810a4d4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:e428c7558dccf9449ba5761f73f5940c895eb503fc443a9acd37885b87cd01d3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f989cebce6c372b3b5b1760437005c6c65a790d81cd5a5b1037b03aee73884b3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:15695550dfee18b27552a0e40ef04c87867c8e84dc67395103b30884ac4c1379_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-rhel9@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64",
"9Base-RHOSE-4.13:rhcos@sha256:d0c6c2b7e435e33e345476c3710295e8427c0f28ffa2fe780d01b2f8d0571f22_x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libxslt: Use-After-Free in libxslt numbers.c"
},
{
"cve": "CVE-2025-29781",
"cwe": {
"id": "CWE-653",
"name": "Improper Isolation or Compartmentalization"
},
"discovery_date": "2025-03-17T22:00:48.760845+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:2af0c5f28710eef08d7e795b2f2fd396239446741ad1e1e658554cc5b2d7499c_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:4a1882927aa0730aa113759930b4f529ee268c264f17ff912774f7a1d98ca18d_amd64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:d7e0ec5ad37bab321ac8a40dcb64384eb3c16ae5e858464ee1c32cb20401f526_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:c02e74a36878bc56a7b415654bfff711c1794ac0a3c3648c5fd2170675ae87da_amd64",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:54410c3040cb45b528c6c701da77bf3294edc0cbf75c2afd4110b20fca1c59e1_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:cd8cad7979a93f0a3d782643f478ba0b37a36b2c2d1de1ed552718d1bb270985_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:4584e4b91a2c79b2350c1e615099ce652a0cf1f5f6174a573b2db9a77680f0e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:40faeeee70ac61a27f15c02a2fe4de5d186cc6caa7a2773dca5b20bd9ac45738_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f89ec093de1ecac1c670bdbbe29fabdc9a49bf579644e577e6b48bfb743f76c2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9acd281012ec22619bdb11973382d7c946c29f536594ef7a29a84270fd2e761c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:6b35661834a938fe9accb877934fc523a4782d00e08926577abd4687aa029efb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:16b3ecc755a547774f58334978ed72c6700c898ca06bcd0184d39e830709e707_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:47ad1365190ac5eafe893d49d8cf55e057ada01198661d27163f08841e4de5e3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:24e838680502b2efd46c17b2210f053860c91ba396786b8d5350a553bb6aae54_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:88bab056feb7370de294928e88d79505fbff5dfc084ee5f109f6a81bb54858df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:c2318383b8ee9cefbd1e4a072c67819045404b125ba0b3167699af6b2e8f719d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d28ffcbdfec5913dc17c81451883108f1e7df09ccb3a89cdd69a096927a8e430_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0f31ee297e5fe72c4d21253c671153b5afa401fb24f90461f24e3183a9e102dd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ca6b67a58ba88779d5263fd75700596c2591d9808c6ae14d436401073ba1ab2d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:dd13b3c6fa06cc0f137edde8542422d663ff31d52e0d062cfba8229fedaed19e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:7d795f9d529424252eabcac30a80bb9d8a02aaae37c0563abf35af0f464f0807_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:fbd74802479830111e35763fea31b88da573084ad4abb427d59d766612c023b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:d085d1bf9d4a6bdae5bdaa1f4a763b5920b3e33ea934b6d1f517d08b9227e69f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:f6e4075c3c79257c2bfc92505478ef6950f2050dce21315024e95a6519065d97_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:27cce691de1d1381b562bdb6b766869ad75edacfc05f361646e66796cea06313_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6e35ce11cabf52a803c7cfd6d2f330a8ee2ba6d9459322cc3c3abf6b4811a57c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:25ce6b1769053a3e4e25be76977512192c26ceddbab24436f9fe7a30e866913c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:a8a9b3fc602cd6fc44ce88479c5cbd7412b819a1253a70beec72c77f9e7ce83d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:e8fe0ee9e4efcae284a304ae161a6b5fbc79f25a0d199d575c8ca052695280a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:a443f3127d8b96a22fa7900300129a6c0fa64546347f27028fa253868b417ff6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:36c8e50b8095ff8d0a1920be25c61f41369d1c1b881c6736b752b4798b68262e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:7bc8b50dd45977990c97e0bf4efefe47996e468ab674134f1e7d4fad80a0f2e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:13b7885ab87b62004ed049d8a66a52200d1aa2c81c6c837447e8d3d77b3e1198_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:65702387c6fab6f1b61f98225b933d1f6747880ccb0dc00859ca46da10c76e0a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:2660d9c9efbdbe443f028c6da32f8a8e40b7b8f89bb87b0a4c40d76cecd5575f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:6b2d96ac2373cc38abdaf928c8b9a4a0e328448c4a4c1b912825eef1d5adaa11_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:0c154837dde720dceb45182745f8df4a5a2e91672b583aeb75397eeb5dc91a7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:712c0764287b2356861e4f2212fd358ebe37020f0ff83add75f36362e8d23415_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:72975b5b89a5593059cc8fa7cb28f97e8162cee53714240c11394b985fcfb696_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a823081474886c5133db8eb99f43cf0c9d1239d56ca5098d514550f350e0ceec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:0a5f50af966f4e19fdef5e5491796813201f8aea49ebd778531bdbaacab94525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:1cbcdd54ae0eceb61c7602047f65337658b5a8330ee148b88714c9e8d672c722_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:9e681145acf5573d1413fb3dad67f904c56b851aff01a82c77584fd2e1e31470_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:7cf66ea30093dc3981ba473fb4e8bc4befa8f89f019a5012a62e5063cbcde6b6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:77f21feed46735c4bde09073d9e963823e48be7193089e7088998fe096794690_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:6853d2832fbe97325cdb1914a7b1c1ea019730f6e35f205b760982f73d85de7f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:e0c2fbe470b2bdf9c11c10eedaa043748e3c6fdd0b5fc6b7b76b0c44c099541b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:1646b13b3c7a4543caf98b9651d9204054261759313f75dd2c2d25777c43c898_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:9c351a7613a2a8218034d576f23e586f7bf47d280e8ef138c6bf0c2eef4b1748_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:be5dbe5f253ff397f62e33538cba44ebaf65a3ad96fb652c281714ce932e8949_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:4e7c9c7ec5d9968b01b1087fbead7a1fd0b51d9d86ed4d0c6421bcfa0b33c9cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:001a007b7abf6e42ecf097da21c0c27322773255617a6c40335758b1f3e576cd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:495ceadf5a23cc85337a72d816250baffe6426709f00a66761cf05a9336cc6db_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:b993202bb1199a75fb91014687b7a8b61c65c5513c1d88cad2a4ec5e2bdb7e3c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:66968387cbd620992c14e7638208ac16f132f3ea3dfdb83fd6e4465c2e779ad2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:3adaf4ced0fd01304f880dc13ad46d1855c9cda4ae6a32ebe6c1bc260ed232ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:29f6dcc03b15f8aaf71b0eb2b1c3f44c06e2ecd31a1e0eac763cde104a945618_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1a9f4b9cd573737365e13982f28725f8b9fade5f4d1d4d08f77d87d3891fbef9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:653e624f9859753e1f264bdd685359b7c619204c86b4085d063a6f12f5a44f7b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:1af29ca3c278969bef85f7dc7f0bee1f9c3e5aca90862b0bcff1859ade8c63c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:09b097bd1bf8f35e359d98e26e659b9bba4e0f02f29fe2fbf9492438a881dd38_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-update-keys@sha256:5133104ec8594ca380fa51cde56733df7a264c56af44c7eed34e230265180dc4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:6d44f497dd7421cca40a47485669d8ab2b0e3b78fb1ceef594d63ff96a20a246_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:218c5884c34ca73fcfda585b4997cc0fa427b13608d34b14920336c23ae5ba13_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:e9250415deb48c9e063799d0f3d1239bdb30d10fb58d8e32a987839c72ca8e79_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:7e0533a83d97732cd1b940bcdba77e43ffcea5073b8fe9dafc7e177b0170adcb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:7b8d30540a71df4fe3c017ad768ab3a7b05e8db8f68916162f36e2044cfddce3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:397e8e06204f87160fa6a831d7c7bf9c27b450c0deb6e89f6790b897593ce826_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:73c37ef100613a46a99b1860a295f86e23b96d8a7e44cde52583a8fd7605585e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:1e38f0daecc74a115a854300f36bf3af6cfe0c6a36f431a183449a49e2a0d07e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:47292803c6ec0f9b2ef5ec62d35f479b842ad39b752b63f515f230db69c3b691_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9a051f979c35d69d59b5e96bf2d4a31e509345ee4a64b1301324a116bc981a72_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a30891e1058b5fc9d08f93012f631748b9d2292d8d739203e22365d497afbc65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:0059cc67dd9f302cbab916dea5b0246c4ae6288c22316e135a0b899b7e49d7bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:36eefef18accd753b869788b4891d50f87ee33f4dff87a1b7ef9ce4db35e86a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:3a143fbec3d5abcc47bb625bfd13f88a2264c2f922dbfc3e04ac623a4d7c15f7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:0b3e1752a2842bb6a7f7f251b76a67ec9ce5c10bb0dd8f688eede69f864fc657_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:b15cc982fc79f1afc7346d578821c6c80ae6e1e0b6ee1c2e77340cfff0a2be57_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:6c8e361878de34517ebd3f23e84577d683ef1c0d61ecbb257de9291ff4c56691_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf4035279328a71212fc25a49ade7f2f224d4f46a3241b4b4d48ca0527f11aff_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3a5a5080bf1f1198f4f49a3a474cea519ac5332db52ebd91bc795369254ccf7b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:0d4983cbb596643ce8140dfb06e738e925786aff000ab33f0b863c93603f9d51_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:6d8a8a5e831e290aca259791f8c42b470cfe002bab823f09f8153f284925bd33_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:bcf097ca234ae44758d4b426a5d41ba9d95806ff974d2d03f6976d5133a76b1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:378d9776571943b4872fe24a655a151b06e85018a9e13955c0cef76763930a68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:cdddb704698b35cf7ce3e91ef6b9d2ed2b5f1ac2941f966d79a97225a2579c2d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:614485c10f4dc40e0fe24ebcd26480a1c8441d29e1b9061f183dea6cf30b384b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:2574f9ee676921882d47f4b89305f853c195b60ff1f4de1e07dcd1e57a7da9b5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:d54b4ec05a971bc94879cf518004e35ba15107bf9315241f65f228c3179a4c5a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:118e85b8ca2be3002a071d7ccdc83595c8a8bc83dea998f862b6ca994c722248_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:7deadb9848327da5e53bfca444b0ce73a64b98cfadf8721bd6b21badd0dcaa92_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:f7860bce172a8ed856f08a931a0285530ce760ab1fd2653a5c2647c9c2688989_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3b26166f3dbbdbf2c124ea03216d88f9a28fc13216f74db5b39e56e180f96772_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:6301f8f4ae0959902ebb2fc0ce91bb62d9e303a6e9bd50aa2e1132f0602cb897_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e4cfbbd550b90aceccc67031688e08e6934087c9d3840f4f2345f96ddd33859d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:6b92e5ba76d93a9521a78770eba00751255a944259c03e0ecf27d4f365cf7f08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-keepalived-ipfailover@sha256:0113877f25903b83281dd2c1912e0175af7e3b194ccd655604c66db312583338_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9ebfddb9b8fcef8231c880f5490281ab1af8ac19ef575b70289f0ec70cbbecdb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:a36a30554e4c4798035ea67b7059e136f6104ecd07efe3ec401c20e2b515b376_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:ed06f12419f8284861ad401be0405263ee2448b287b8c350312684d09eb73741_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:3456eaec2b1691a940a9daeb60d9f58e46b34c95551df276696a816e5d8f61e0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ceeb74be0133aa5263654f36c89e82b74fa32629b9448350c69c4ffd3be8ef11_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:d10aeeef401ea96b2d239cd7c23bdbd29d5f95bb339e79a36346594f97f1a272_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-controller-rhel8@sha256:a85096156df15207d9ea7a30d277f0148393e1cb1f5fd0f5c01b7e407845c0c4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:dcc12f84b87b1c8d195f0a9115ec08919c722ab3f1b7f3e3d1d1786a3058636b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:dbddca5c90a427f81e481473cad8d6de11ac4338d76622437e6846eac0bb9a50_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:bbd58b9e4834f076a5779e103ba4817262517a57abfc942d8184123700906d3c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:994d3f869f103d294e5eb947700c60da5f9d21bdfb7f2092bcf2ad1bf8617239_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:472872bf3463e1805eaa55d2b4a72cc18566243cc8f86c536ac7f22dd0519cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6b4e97eb2be26292d8599a17788ad6f2c8f7d370e8c058837b00751b05da7229_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:40c545460c4d32bf3c9697ecfc6abb18030c7004f685f15d76350ce74ba44424_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:51e9d490cf36cb0feb1b3b8a94d7054acf26a3ac88da128074038ab044d2e4e0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:498d9e4ce2f46c2344aca5f23912a901d7365d6d9fe99b21b78fcb2078c201d6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:2649b88264da27debbc44dee10a737b0ce0e50e8f228495ee8fc6d60d6cc8054_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:7dab5e3d3c90a1c21489dd373362c32e776e3f7b6b9be8078dc6048ec616e99a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:878aabcf6296fc58098ef215a91fb6c6b59fac92baf6df40f4db6e27bd12cbd3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:9041b978f28c8f97eaaaf3576c70e81b0604b54ad02a24b1c291b3a7e61f4953_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:37fe2142c7706fc3ac40e773993ec23f65d12f1a7087139f82169c3da23871b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3e24375d51a95405a332271b56a30269c441ee148b12d02ba559f6c71594a760_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ccaff34c562bafb33a8dea281c1bac0cf95538df011ed80e46da34d5255c5d9b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:408c5535b3665ca4d877d7dfa3b346632ca40d3b4467c68ce69721b9fe6b663d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7ca9ddcf1d023872cd29aa8ccf7ae6e8be5963741eec53c4f83c6b7ebdd6a6d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:13a23d02ea105d8e33dff2a113cc71fe2c91d5b1564de02c713bf9a3559ac31a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:57a453ca5454c330f36063eaccf5e56d0587b165ec2b5daa84f5e3fb36d57dcf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:6a10569c2c9a64c149053d93708dad01e9d0c23e1c5e64042addac8edc18baa4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:a855f45a1cc36c69d87ee2dbc0caba1801ba2702f767855bf9f1c9dee2d9a6ca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:cc6161f9c4e5bb62a5a3d296f699f03516184964a25a42a7c13733b8a733c817_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:9dc2b95ff43ce474ccfe3307a569c97bff50af678be1144f096be0bbec7f30ea_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:aeefaab0fdaa986a77bbeef108cef1d29156ebc98a4fa927d84918f2e3c4819b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:03a0dd7562d5afe26f6a506074ef78149ebd7f64fff51115f3a774cf140311c4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c7f937087f3a7ca3a70cf71e3208846c728b7abadb53672d07a96119acb8725b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4833367e7a3a94b76b350799227dcebb0f118250ad417b6f5e339dd0385186e2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:aa2d6d91116fa09430e64928aba25e3ecfd7b5ad31ca2cbea70edbb0755deb0a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:bc7e12534ca38a42842646dbde9de4d2049c6b0bf464cb1eb1cdb1302e8bbb6e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:3c7e80f9a5ee0569bbb9a2ad686749e68dd0d1a4fb76ee6dd7b4ea5f88b36ac2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a793e754e58d2cfb56eafd41c20d469afaccfd1410950bd183b59ddc7acb0d17_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:8e97f21095056f5ccaed22f0b2029c880b4630773ac2140149c077accd5f8366_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:b0d3ac017b538f8eab7a7346b7ac5eb5b53a963e0ff48570e9c2692ef2c19d30_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e1f7faee2f1494de270d580eda9a9985afdb417524b742cc07aec693acd32d34_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:8b63d02eec2eae0ac602b7bd8d98698c3d09176c8888278d8399de283229cc00_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:3e701c8548c819879e65db4d664be2175d90ac65f02634a900e4b41fccf04ce9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:84424961239f48399cee6090dc34c961c7362d7ecd51dbbda6eeaed77af69b28_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:dbaf313c82ac182eb2524d61e481aaca79ee9aa23408c0430fbe507b4b2ecc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:0471b66596dff273beb47a7ae9ef29c2d319cfd2f568fba91917b9594e7ff6b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:12a05f3c86f9349e25f4341257caee5ce93018cc4e56f881ec083768723a7d46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:24a0a72d8393301dc1222edab256e7a3ec16bc70f6623152c3c04f6a9c59e045_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:680dca24a86e43ba38e7b84ac1f4d186499e6c0b25d1b60167c8159df184f5ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:901f3803636371dea5dcc990ce5c4fa4ac8a700b96a2aa31ccbc4b527e377493_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:5bf4e142c4efb9c3d3811490c2af07717409f31b8536c8378f8c956799ee29ed_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:0788ddcf0a9df3bfa702d9728176cac1236c875527f955380c9dc81a3d9026e9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:ed74e3c3cd6f0dfcee228dd37d6015ae00659c89328987ebf4e856538d44acbc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:71a8c05a6abd1ddf54e114d23531c544641aa540e63d440b09d044aa275dfb00_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:c12c79616e9b9d53ba1241a8cb413af4b9b666d687e2eb03612e24820650d05a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:e0d9bd0683c12278d66ce930558b75c81579c1e98025b4e29f6791e6728ffd39_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:5cf8c60541ee633619c206ff29e9a31eb72a5972e0fa4676821477ac63c11145_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:b1f999470b563da16441760553ecf03df3afe07a6bfc670e2585960ff1572aa8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:dd83ff4f5a128daa3da369b7d55e5c85962ad139c2e90f38ae1379f45e25d3b8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:996f41eca94f896224a148d4cf22124284fdd4dc913d03185265162767102aa7_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:bfe2e48476b2573f00ac656298fa712dcb2393d2871fb0abad1a16f10e72a468_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:bf3ce5247b64b65685f59cb0c33b1c933cf3a215d44f019ee79bb83be4be64fd_amd64",
"9Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bb723cca7c08218a6434043473b8c0b20ef8390d47bfbdecad63ec5b64857ba3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-etcd-rhel9@sha256:10fd740e1b62bfd59af59d562b72d80e9512d2822e70a41c15136f567d63cd30_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:f52b2903d4ca83deb02ed7ed5cd073764229e057cc9df579db0bbde304c35432_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:095164d2f1c01a6eb6d84bca0dff1f6f7fb8594cff43c2a7552e2cfa5810a4d4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:e428c7558dccf9449ba5761f73f5940c895eb503fc443a9acd37885b87cd01d3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f989cebce6c372b3b5b1760437005c6c65a790d81cd5a5b1037b03aee73884b3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:15695550dfee18b27552a0e40ef04c87867c8e84dc67395103b30884ac4c1379_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-rhel9@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64",
"9Base-RHOSE-4.13:rhcos@sha256:d0c6c2b7e435e33e345476c3710295e8427c0f28ffa2fe780d01b2f8d0571f22_x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2353041"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Bare Metal Operator (BMO) Kubernetes API component. BMO enables users to load Secrets from arbitrary namespaces upon deployment of the namespace-scoped Custom Resource `BMCEventSubscription`. In affected versions, an adversary using a Kubernetes account with only namespace level roles (e.g. a tenant controlling a namespace) may create a `BMCEventSubscription` in their authorized namespace and then load Secrets from their unauthorized namespaces to another authorized namespace via the Baremetal Operator, which can lead to the exposure of secrets and credential information.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "baremetal-operator/apis: Bare Metal Operator (BMO) can expose any secret from other namespaces via BMCEventSubscription CRD",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as Important for OpenShift Baremetal Operator, because RBAC is cluster-scoped and, while WATCH_NAMESPACE is set to openshift-machine-api by default, it is common for deployments to have a less restrictive value configured. It breaks Kubernetes\u0027 namespace isolation by allowing a user to create a BMCEventSubscription that references Secrets from unauthorized namespaces. In OpenShift, where Secrets often store high-value assets like kubeadmin credentials or cloud API keys, this enables unauthorized access to sensitive data across tenant boundaries. It effectively becomes a horizontal privilege escalation vector, allowing a namespace-scoped user to exfiltrate secrets intended for other components or tenants. Given the minimal exploit complexity and high-impact potential, especially in multi-tenant environments, this issue is more severe than a moderate flaw and justifies a high CVSS rating.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:6b8c2b0117065c58987970228d46009d56b37f193e3724f4f30cfbe1a09abec7_amd64"
],
"known_not_affected": [
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:2af0c5f28710eef08d7e795b2f2fd396239446741ad1e1e658554cc5b2d7499c_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:4a1882927aa0730aa113759930b4f529ee268c264f17ff912774f7a1d98ca18d_amd64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:d7e0ec5ad37bab321ac8a40dcb64384eb3c16ae5e858464ee1c32cb20401f526_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:c02e74a36878bc56a7b415654bfff711c1794ac0a3c3648c5fd2170675ae87da_amd64",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:54410c3040cb45b528c6c701da77bf3294edc0cbf75c2afd4110b20fca1c59e1_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:cd8cad7979a93f0a3d782643f478ba0b37a36b2c2d1de1ed552718d1bb270985_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:4584e4b91a2c79b2350c1e615099ce652a0cf1f5f6174a573b2db9a77680f0e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:40faeeee70ac61a27f15c02a2fe4de5d186cc6caa7a2773dca5b20bd9ac45738_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f89ec093de1ecac1c670bdbbe29fabdc9a49bf579644e577e6b48bfb743f76c2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9acd281012ec22619bdb11973382d7c946c29f536594ef7a29a84270fd2e761c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:6b35661834a938fe9accb877934fc523a4782d00e08926577abd4687aa029efb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:16b3ecc755a547774f58334978ed72c6700c898ca06bcd0184d39e830709e707_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:47ad1365190ac5eafe893d49d8cf55e057ada01198661d27163f08841e4de5e3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:24e838680502b2efd46c17b2210f053860c91ba396786b8d5350a553bb6aae54_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:88bab056feb7370de294928e88d79505fbff5dfc084ee5f109f6a81bb54858df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:c2318383b8ee9cefbd1e4a072c67819045404b125ba0b3167699af6b2e8f719d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d28ffcbdfec5913dc17c81451883108f1e7df09ccb3a89cdd69a096927a8e430_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0f31ee297e5fe72c4d21253c671153b5afa401fb24f90461f24e3183a9e102dd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ca6b67a58ba88779d5263fd75700596c2591d9808c6ae14d436401073ba1ab2d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:dd13b3c6fa06cc0f137edde8542422d663ff31d52e0d062cfba8229fedaed19e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:7d795f9d529424252eabcac30a80bb9d8a02aaae37c0563abf35af0f464f0807_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:fbd74802479830111e35763fea31b88da573084ad4abb427d59d766612c023b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:d085d1bf9d4a6bdae5bdaa1f4a763b5920b3e33ea934b6d1f517d08b9227e69f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:f6e4075c3c79257c2bfc92505478ef6950f2050dce21315024e95a6519065d97_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:27cce691de1d1381b562bdb6b766869ad75edacfc05f361646e66796cea06313_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6e35ce11cabf52a803c7cfd6d2f330a8ee2ba6d9459322cc3c3abf6b4811a57c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:25ce6b1769053a3e4e25be76977512192c26ceddbab24436f9fe7a30e866913c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:a8a9b3fc602cd6fc44ce88479c5cbd7412b819a1253a70beec72c77f9e7ce83d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:e8fe0ee9e4efcae284a304ae161a6b5fbc79f25a0d199d575c8ca052695280a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:a443f3127d8b96a22fa7900300129a6c0fa64546347f27028fa253868b417ff6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:36c8e50b8095ff8d0a1920be25c61f41369d1c1b881c6736b752b4798b68262e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:7bc8b50dd45977990c97e0bf4efefe47996e468ab674134f1e7d4fad80a0f2e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:13b7885ab87b62004ed049d8a66a52200d1aa2c81c6c837447e8d3d77b3e1198_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:65702387c6fab6f1b61f98225b933d1f6747880ccb0dc00859ca46da10c76e0a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:2660d9c9efbdbe443f028c6da32f8a8e40b7b8f89bb87b0a4c40d76cecd5575f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:6b2d96ac2373cc38abdaf928c8b9a4a0e328448c4a4c1b912825eef1d5adaa11_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:0c154837dde720dceb45182745f8df4a5a2e91672b583aeb75397eeb5dc91a7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:712c0764287b2356861e4f2212fd358ebe37020f0ff83add75f36362e8d23415_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:72975b5b89a5593059cc8fa7cb28f97e8162cee53714240c11394b985fcfb696_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a823081474886c5133db8eb99f43cf0c9d1239d56ca5098d514550f350e0ceec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:0a5f50af966f4e19fdef5e5491796813201f8aea49ebd778531bdbaacab94525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:1cbcdd54ae0eceb61c7602047f65337658b5a8330ee148b88714c9e8d672c722_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:9e681145acf5573d1413fb3dad67f904c56b851aff01a82c77584fd2e1e31470_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:7cf66ea30093dc3981ba473fb4e8bc4befa8f89f019a5012a62e5063cbcde6b6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:77f21feed46735c4bde09073d9e963823e48be7193089e7088998fe096794690_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:6853d2832fbe97325cdb1914a7b1c1ea019730f6e35f205b760982f73d85de7f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:e0c2fbe470b2bdf9c11c10eedaa043748e3c6fdd0b5fc6b7b76b0c44c099541b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:1646b13b3c7a4543caf98b9651d9204054261759313f75dd2c2d25777c43c898_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:9c351a7613a2a8218034d576f23e586f7bf47d280e8ef138c6bf0c2eef4b1748_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:be5dbe5f253ff397f62e33538cba44ebaf65a3ad96fb652c281714ce932e8949_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:4e7c9c7ec5d9968b01b1087fbead7a1fd0b51d9d86ed4d0c6421bcfa0b33c9cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:001a007b7abf6e42ecf097da21c0c27322773255617a6c40335758b1f3e576cd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:495ceadf5a23cc85337a72d816250baffe6426709f00a66761cf05a9336cc6db_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:b993202bb1199a75fb91014687b7a8b61c65c5513c1d88cad2a4ec5e2bdb7e3c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:66968387cbd620992c14e7638208ac16f132f3ea3dfdb83fd6e4465c2e779ad2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:3adaf4ced0fd01304f880dc13ad46d1855c9cda4ae6a32ebe6c1bc260ed232ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:29f6dcc03b15f8aaf71b0eb2b1c3f44c06e2ecd31a1e0eac763cde104a945618_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1a9f4b9cd573737365e13982f28725f8b9fade5f4d1d4d08f77d87d3891fbef9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:653e624f9859753e1f264bdd685359b7c619204c86b4085d063a6f12f5a44f7b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:1af29ca3c278969bef85f7dc7f0bee1f9c3e5aca90862b0bcff1859ade8c63c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:09b097bd1bf8f35e359d98e26e659b9bba4e0f02f29fe2fbf9492438a881dd38_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-update-keys@sha256:5133104ec8594ca380fa51cde56733df7a264c56af44c7eed34e230265180dc4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:6d44f497dd7421cca40a47485669d8ab2b0e3b78fb1ceef594d63ff96a20a246_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:218c5884c34ca73fcfda585b4997cc0fa427b13608d34b14920336c23ae5ba13_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:e9250415deb48c9e063799d0f3d1239bdb30d10fb58d8e32a987839c72ca8e79_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:7e0533a83d97732cd1b940bcdba77e43ffcea5073b8fe9dafc7e177b0170adcb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:7b8d30540a71df4fe3c017ad768ab3a7b05e8db8f68916162f36e2044cfddce3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:397e8e06204f87160fa6a831d7c7bf9c27b450c0deb6e89f6790b897593ce826_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:73c37ef100613a46a99b1860a295f86e23b96d8a7e44cde52583a8fd7605585e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:1e38f0daecc74a115a854300f36bf3af6cfe0c6a36f431a183449a49e2a0d07e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:47292803c6ec0f9b2ef5ec62d35f479b842ad39b752b63f515f230db69c3b691_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9a051f979c35d69d59b5e96bf2d4a31e509345ee4a64b1301324a116bc981a72_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a30891e1058b5fc9d08f93012f631748b9d2292d8d739203e22365d497afbc65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:0059cc67dd9f302cbab916dea5b0246c4ae6288c22316e135a0b899b7e49d7bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:36eefef18accd753b869788b4891d50f87ee33f4dff87a1b7ef9ce4db35e86a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:3a143fbec3d5abcc47bb625bfd13f88a2264c2f922dbfc3e04ac623a4d7c15f7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:0b3e1752a2842bb6a7f7f251b76a67ec9ce5c10bb0dd8f688eede69f864fc657_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:b15cc982fc79f1afc7346d578821c6c80ae6e1e0b6ee1c2e77340cfff0a2be57_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:6c8e361878de34517ebd3f23e84577d683ef1c0d61ecbb257de9291ff4c56691_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf4035279328a71212fc25a49ade7f2f224d4f46a3241b4b4d48ca0527f11aff_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3a5a5080bf1f1198f4f49a3a474cea519ac5332db52ebd91bc795369254ccf7b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:0d4983cbb596643ce8140dfb06e738e925786aff000ab33f0b863c93603f9d51_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:6d8a8a5e831e290aca259791f8c42b470cfe002bab823f09f8153f284925bd33_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:bcf097ca234ae44758d4b426a5d41ba9d95806ff974d2d03f6976d5133a76b1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:378d9776571943b4872fe24a655a151b06e85018a9e13955c0cef76763930a68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:cdddb704698b35cf7ce3e91ef6b9d2ed2b5f1ac2941f966d79a97225a2579c2d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:614485c10f4dc40e0fe24ebcd26480a1c8441d29e1b9061f183dea6cf30b384b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:2574f9ee676921882d47f4b89305f853c195b60ff1f4de1e07dcd1e57a7da9b5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:d54b4ec05a971bc94879cf518004e35ba15107bf9315241f65f228c3179a4c5a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:118e85b8ca2be3002a071d7ccdc83595c8a8bc83dea998f862b6ca994c722248_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:7deadb9848327da5e53bfca444b0ce73a64b98cfadf8721bd6b21badd0dcaa92_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:f7860bce172a8ed856f08a931a0285530ce760ab1fd2653a5c2647c9c2688989_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3b26166f3dbbdbf2c124ea03216d88f9a28fc13216f74db5b39e56e180f96772_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:6301f8f4ae0959902ebb2fc0ce91bb62d9e303a6e9bd50aa2e1132f0602cb897_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e4cfbbd550b90aceccc67031688e08e6934087c9d3840f4f2345f96ddd33859d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:6b92e5ba76d93a9521a78770eba00751255a944259c03e0ecf27d4f365cf7f08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-keepalived-ipfailover@sha256:0113877f25903b83281dd2c1912e0175af7e3b194ccd655604c66db312583338_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9ebfddb9b8fcef8231c880f5490281ab1af8ac19ef575b70289f0ec70cbbecdb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:a36a30554e4c4798035ea67b7059e136f6104ecd07efe3ec401c20e2b515b376_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:ed06f12419f8284861ad401be0405263ee2448b287b8c350312684d09eb73741_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:3456eaec2b1691a940a9daeb60d9f58e46b34c95551df276696a816e5d8f61e0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ceeb74be0133aa5263654f36c89e82b74fa32629b9448350c69c4ffd3be8ef11_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:d10aeeef401ea96b2d239cd7c23bdbd29d5f95bb339e79a36346594f97f1a272_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-controller-rhel8@sha256:a85096156df15207d9ea7a30d277f0148393e1cb1f5fd0f5c01b7e407845c0c4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:dcc12f84b87b1c8d195f0a9115ec08919c722ab3f1b7f3e3d1d1786a3058636b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:dbddca5c90a427f81e481473cad8d6de11ac4338d76622437e6846eac0bb9a50_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:bbd58b9e4834f076a5779e103ba4817262517a57abfc942d8184123700906d3c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:994d3f869f103d294e5eb947700c60da5f9d21bdfb7f2092bcf2ad1bf8617239_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:472872bf3463e1805eaa55d2b4a72cc18566243cc8f86c536ac7f22dd0519cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6b4e97eb2be26292d8599a17788ad6f2c8f7d370e8c058837b00751b05da7229_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:40c545460c4d32bf3c9697ecfc6abb18030c7004f685f15d76350ce74ba44424_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:51e9d490cf36cb0feb1b3b8a94d7054acf26a3ac88da128074038ab044d2e4e0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:498d9e4ce2f46c2344aca5f23912a901d7365d6d9fe99b21b78fcb2078c201d6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:2649b88264da27debbc44dee10a737b0ce0e50e8f228495ee8fc6d60d6cc8054_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:7dab5e3d3c90a1c21489dd373362c32e776e3f7b6b9be8078dc6048ec616e99a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:878aabcf6296fc58098ef215a91fb6c6b59fac92baf6df40f4db6e27bd12cbd3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:9041b978f28c8f97eaaaf3576c70e81b0604b54ad02a24b1c291b3a7e61f4953_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:37fe2142c7706fc3ac40e773993ec23f65d12f1a7087139f82169c3da23871b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3e24375d51a95405a332271b56a30269c441ee148b12d02ba559f6c71594a760_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ccaff34c562bafb33a8dea281c1bac0cf95538df011ed80e46da34d5255c5d9b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:408c5535b3665ca4d877d7dfa3b346632ca40d3b4467c68ce69721b9fe6b663d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7ca9ddcf1d023872cd29aa8ccf7ae6e8be5963741eec53c4f83c6b7ebdd6a6d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:13a23d02ea105d8e33dff2a113cc71fe2c91d5b1564de02c713bf9a3559ac31a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:57a453ca5454c330f36063eaccf5e56d0587b165ec2b5daa84f5e3fb36d57dcf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:6a10569c2c9a64c149053d93708dad01e9d0c23e1c5e64042addac8edc18baa4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:a855f45a1cc36c69d87ee2dbc0caba1801ba2702f767855bf9f1c9dee2d9a6ca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:cc6161f9c4e5bb62a5a3d296f699f03516184964a25a42a7c13733b8a733c817_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:9dc2b95ff43ce474ccfe3307a569c97bff50af678be1144f096be0bbec7f30ea_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:aeefaab0fdaa986a77bbeef108cef1d29156ebc98a4fa927d84918f2e3c4819b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:03a0dd7562d5afe26f6a506074ef78149ebd7f64fff51115f3a774cf140311c4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c7f937087f3a7ca3a70cf71e3208846c728b7abadb53672d07a96119acb8725b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4833367e7a3a94b76b350799227dcebb0f118250ad417b6f5e339dd0385186e2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:aa2d6d91116fa09430e64928aba25e3ecfd7b5ad31ca2cbea70edbb0755deb0a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:bc7e12534ca38a42842646dbde9de4d2049c6b0bf464cb1eb1cdb1302e8bbb6e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:3c7e80f9a5ee0569bbb9a2ad686749e68dd0d1a4fb76ee6dd7b4ea5f88b36ac2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a793e754e58d2cfb56eafd41c20d469afaccfd1410950bd183b59ddc7acb0d17_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:8e97f21095056f5ccaed22f0b2029c880b4630773ac2140149c077accd5f8366_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:b0d3ac017b538f8eab7a7346b7ac5eb5b53a963e0ff48570e9c2692ef2c19d30_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e1f7faee2f1494de270d580eda9a9985afdb417524b742cc07aec693acd32d34_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:8b63d02eec2eae0ac602b7bd8d98698c3d09176c8888278d8399de283229cc00_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:3e701c8548c819879e65db4d664be2175d90ac65f02634a900e4b41fccf04ce9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:84424961239f48399cee6090dc34c961c7362d7ecd51dbbda6eeaed77af69b28_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:dbaf313c82ac182eb2524d61e481aaca79ee9aa23408c0430fbe507b4b2ecc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:0471b66596dff273beb47a7ae9ef29c2d319cfd2f568fba91917b9594e7ff6b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:12a05f3c86f9349e25f4341257caee5ce93018cc4e56f881ec083768723a7d46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:24a0a72d8393301dc1222edab256e7a3ec16bc70f6623152c3c04f6a9c59e045_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:680dca24a86e43ba38e7b84ac1f4d186499e6c0b25d1b60167c8159df184f5ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:901f3803636371dea5dcc990ce5c4fa4ac8a700b96a2aa31ccbc4b527e377493_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:5bf4e142c4efb9c3d3811490c2af07717409f31b8536c8378f8c956799ee29ed_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:0788ddcf0a9df3bfa702d9728176cac1236c875527f955380c9dc81a3d9026e9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:ed74e3c3cd6f0dfcee228dd37d6015ae00659c89328987ebf4e856538d44acbc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:71a8c05a6abd1ddf54e114d23531c544641aa540e63d440b09d044aa275dfb00_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:c12c79616e9b9d53ba1241a8cb413af4b9b666d687e2eb03612e24820650d05a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:e0d9bd0683c12278d66ce930558b75c81579c1e98025b4e29f6791e6728ffd39_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:5cf8c60541ee633619c206ff29e9a31eb72a5972e0fa4676821477ac63c11145_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:b1f999470b563da16441760553ecf03df3afe07a6bfc670e2585960ff1572aa8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:dd83ff4f5a128daa3da369b7d55e5c85962ad139c2e90f38ae1379f45e25d3b8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:996f41eca94f896224a148d4cf22124284fdd4dc913d03185265162767102aa7_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:bfe2e48476b2573f00ac656298fa712dcb2393d2871fb0abad1a16f10e72a468_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:bf3ce5247b64b65685f59cb0c33b1c933cf3a215d44f019ee79bb83be4be64fd_amd64",
"9Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bb723cca7c08218a6434043473b8c0b20ef8390d47bfbdecad63ec5b64857ba3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-etcd-rhel9@sha256:10fd740e1b62bfd59af59d562b72d80e9512d2822e70a41c15136f567d63cd30_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:f52b2903d4ca83deb02ed7ed5cd073764229e057cc9df579db0bbde304c35432_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:095164d2f1c01a6eb6d84bca0dff1f6f7fb8594cff43c2a7552e2cfa5810a4d4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:e428c7558dccf9449ba5761f73f5940c895eb503fc443a9acd37885b87cd01d3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f989cebce6c372b3b5b1760437005c6c65a790d81cd5a5b1037b03aee73884b3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:15695550dfee18b27552a0e40ef04c87867c8e84dc67395103b30884ac4c1379_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-rhel9@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64",
"9Base-RHOSE-4.13:rhcos@sha256:d0c6c2b7e435e33e345476c3710295e8427c0f28ffa2fe780d01b2f8d0571f22_x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-29781"
},
{
"category": "external",
"summary": "RHBZ#2353041",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2353041"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-29781",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29781"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-29781",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-29781"
},
{
"category": "external",
"summary": "https://github.com/metal3-io/baremetal-operator/commit/19f8443b1fe182f76dd81b43122e8dd102f8b94c",
"url": "https://github.com/metal3-io/baremetal-operator/commit/19f8443b1fe182f76dd81b43122e8dd102f8b94c"
},
{
"category": "external",
"summary": "https://github.com/metal3-io/baremetal-operator/pull/2321",
"url": "https://github.com/metal3-io/baremetal-operator/pull/2321"
},
{
"category": "external",
"summary": "https://github.com/metal3-io/baremetal-operator/pull/2322",
"url": "https://github.com/metal3-io/baremetal-operator/pull/2322"
},
{
"category": "external",
"summary": "https://github.com/metal3-io/baremetal-operator/security/advisories/GHSA-c98h-7hp9-v9hq",
"url": "https://github.com/metal3-io/baremetal-operator/security/advisories/GHSA-c98h-7hp9-v9hq"
},
{
"category": "external",
"summary": "https://github.com/metal3-io/metal3-docs/blob/main/design/baremetal-operator/bmc-events.md",
"url": "https://github.com/metal3-io/metal3-docs/blob/main/design/baremetal-operator/bmc-events.md"
}
],
"release_date": "2025-03-17T21:37:31.856000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-15T16:34:38+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 https://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html/release_notes\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64 architecture. The image digest may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\n The sha value for the release is as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:2f46021d7977a7211e043834bda0a0fd728e04cdc7c7b657aa1f51ee7a1fbf34\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": [
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:6b8c2b0117065c58987970228d46009d56b37f193e3724f4f30cfbe1a09abec7_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4677"
},
{
"category": "workaround",
"details": "Operator can configure BMO role-based access control (RBAC) to be namespace scoped instead of cluster scoped to prevent BMO from accessing Secrets from other namespaces, or use the `WATCH_NAMESPACE` configuration option to limit BMO to a single namespace.",
"product_ids": [
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:2af0c5f28710eef08d7e795b2f2fd396239446741ad1e1e658554cc5b2d7499c_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:4a1882927aa0730aa113759930b4f529ee268c264f17ff912774f7a1d98ca18d_amd64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:d7e0ec5ad37bab321ac8a40dcb64384eb3c16ae5e858464ee1c32cb20401f526_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:c02e74a36878bc56a7b415654bfff711c1794ac0a3c3648c5fd2170675ae87da_amd64",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:54410c3040cb45b528c6c701da77bf3294edc0cbf75c2afd4110b20fca1c59e1_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:cd8cad7979a93f0a3d782643f478ba0b37a36b2c2d1de1ed552718d1bb270985_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:4584e4b91a2c79b2350c1e615099ce652a0cf1f5f6174a573b2db9a77680f0e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:40faeeee70ac61a27f15c02a2fe4de5d186cc6caa7a2773dca5b20bd9ac45738_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f89ec093de1ecac1c670bdbbe29fabdc9a49bf579644e577e6b48bfb743f76c2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9acd281012ec22619bdb11973382d7c946c29f536594ef7a29a84270fd2e761c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:6b35661834a938fe9accb877934fc523a4782d00e08926577abd4687aa029efb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:16b3ecc755a547774f58334978ed72c6700c898ca06bcd0184d39e830709e707_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:47ad1365190ac5eafe893d49d8cf55e057ada01198661d27163f08841e4de5e3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:24e838680502b2efd46c17b2210f053860c91ba396786b8d5350a553bb6aae54_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:88bab056feb7370de294928e88d79505fbff5dfc084ee5f109f6a81bb54858df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:c2318383b8ee9cefbd1e4a072c67819045404b125ba0b3167699af6b2e8f719d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d28ffcbdfec5913dc17c81451883108f1e7df09ccb3a89cdd69a096927a8e430_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0f31ee297e5fe72c4d21253c671153b5afa401fb24f90461f24e3183a9e102dd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ca6b67a58ba88779d5263fd75700596c2591d9808c6ae14d436401073ba1ab2d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:dd13b3c6fa06cc0f137edde8542422d663ff31d52e0d062cfba8229fedaed19e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:7d795f9d529424252eabcac30a80bb9d8a02aaae37c0563abf35af0f464f0807_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:fbd74802479830111e35763fea31b88da573084ad4abb427d59d766612c023b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:d085d1bf9d4a6bdae5bdaa1f4a763b5920b3e33ea934b6d1f517d08b9227e69f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:f6e4075c3c79257c2bfc92505478ef6950f2050dce21315024e95a6519065d97_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:27cce691de1d1381b562bdb6b766869ad75edacfc05f361646e66796cea06313_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6e35ce11cabf52a803c7cfd6d2f330a8ee2ba6d9459322cc3c3abf6b4811a57c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:25ce6b1769053a3e4e25be76977512192c26ceddbab24436f9fe7a30e866913c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:a8a9b3fc602cd6fc44ce88479c5cbd7412b819a1253a70beec72c77f9e7ce83d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:e8fe0ee9e4efcae284a304ae161a6b5fbc79f25a0d199d575c8ca052695280a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:6b8c2b0117065c58987970228d46009d56b37f193e3724f4f30cfbe1a09abec7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:a443f3127d8b96a22fa7900300129a6c0fa64546347f27028fa253868b417ff6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:36c8e50b8095ff8d0a1920be25c61f41369d1c1b881c6736b752b4798b68262e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:7bc8b50dd45977990c97e0bf4efefe47996e468ab674134f1e7d4fad80a0f2e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:13b7885ab87b62004ed049d8a66a52200d1aa2c81c6c837447e8d3d77b3e1198_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:65702387c6fab6f1b61f98225b933d1f6747880ccb0dc00859ca46da10c76e0a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:2660d9c9efbdbe443f028c6da32f8a8e40b7b8f89bb87b0a4c40d76cecd5575f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:6b2d96ac2373cc38abdaf928c8b9a4a0e328448c4a4c1b912825eef1d5adaa11_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:0c154837dde720dceb45182745f8df4a5a2e91672b583aeb75397eeb5dc91a7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:712c0764287b2356861e4f2212fd358ebe37020f0ff83add75f36362e8d23415_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:72975b5b89a5593059cc8fa7cb28f97e8162cee53714240c11394b985fcfb696_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a823081474886c5133db8eb99f43cf0c9d1239d56ca5098d514550f350e0ceec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:0a5f50af966f4e19fdef5e5491796813201f8aea49ebd778531bdbaacab94525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:1cbcdd54ae0eceb61c7602047f65337658b5a8330ee148b88714c9e8d672c722_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:9e681145acf5573d1413fb3dad67f904c56b851aff01a82c77584fd2e1e31470_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:7cf66ea30093dc3981ba473fb4e8bc4befa8f89f019a5012a62e5063cbcde6b6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:77f21feed46735c4bde09073d9e963823e48be7193089e7088998fe096794690_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:6853d2832fbe97325cdb1914a7b1c1ea019730f6e35f205b760982f73d85de7f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:e0c2fbe470b2bdf9c11c10eedaa043748e3c6fdd0b5fc6b7b76b0c44c099541b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:1646b13b3c7a4543caf98b9651d9204054261759313f75dd2c2d25777c43c898_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:9c351a7613a2a8218034d576f23e586f7bf47d280e8ef138c6bf0c2eef4b1748_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:be5dbe5f253ff397f62e33538cba44ebaf65a3ad96fb652c281714ce932e8949_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:4e7c9c7ec5d9968b01b1087fbead7a1fd0b51d9d86ed4d0c6421bcfa0b33c9cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:001a007b7abf6e42ecf097da21c0c27322773255617a6c40335758b1f3e576cd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:495ceadf5a23cc85337a72d816250baffe6426709f00a66761cf05a9336cc6db_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:b993202bb1199a75fb91014687b7a8b61c65c5513c1d88cad2a4ec5e2bdb7e3c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:66968387cbd620992c14e7638208ac16f132f3ea3dfdb83fd6e4465c2e779ad2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:3adaf4ced0fd01304f880dc13ad46d1855c9cda4ae6a32ebe6c1bc260ed232ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:29f6dcc03b15f8aaf71b0eb2b1c3f44c06e2ecd31a1e0eac763cde104a945618_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1a9f4b9cd573737365e13982f28725f8b9fade5f4d1d4d08f77d87d3891fbef9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:653e624f9859753e1f264bdd685359b7c619204c86b4085d063a6f12f5a44f7b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:1af29ca3c278969bef85f7dc7f0bee1f9c3e5aca90862b0bcff1859ade8c63c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:09b097bd1bf8f35e359d98e26e659b9bba4e0f02f29fe2fbf9492438a881dd38_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-update-keys@sha256:5133104ec8594ca380fa51cde56733df7a264c56af44c7eed34e230265180dc4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:6d44f497dd7421cca40a47485669d8ab2b0e3b78fb1ceef594d63ff96a20a246_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:218c5884c34ca73fcfda585b4997cc0fa427b13608d34b14920336c23ae5ba13_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:e9250415deb48c9e063799d0f3d1239bdb30d10fb58d8e32a987839c72ca8e79_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:7e0533a83d97732cd1b940bcdba77e43ffcea5073b8fe9dafc7e177b0170adcb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:7b8d30540a71df4fe3c017ad768ab3a7b05e8db8f68916162f36e2044cfddce3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:397e8e06204f87160fa6a831d7c7bf9c27b450c0deb6e89f6790b897593ce826_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:73c37ef100613a46a99b1860a295f86e23b96d8a7e44cde52583a8fd7605585e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:1e38f0daecc74a115a854300f36bf3af6cfe0c6a36f431a183449a49e2a0d07e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:47292803c6ec0f9b2ef5ec62d35f479b842ad39b752b63f515f230db69c3b691_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9a051f979c35d69d59b5e96bf2d4a31e509345ee4a64b1301324a116bc981a72_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a30891e1058b5fc9d08f93012f631748b9d2292d8d739203e22365d497afbc65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:0059cc67dd9f302cbab916dea5b0246c4ae6288c22316e135a0b899b7e49d7bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:36eefef18accd753b869788b4891d50f87ee33f4dff87a1b7ef9ce4db35e86a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:3a143fbec3d5abcc47bb625bfd13f88a2264c2f922dbfc3e04ac623a4d7c15f7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:0b3e1752a2842bb6a7f7f251b76a67ec9ce5c10bb0dd8f688eede69f864fc657_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:b15cc982fc79f1afc7346d578821c6c80ae6e1e0b6ee1c2e77340cfff0a2be57_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:6c8e361878de34517ebd3f23e84577d683ef1c0d61ecbb257de9291ff4c56691_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf4035279328a71212fc25a49ade7f2f224d4f46a3241b4b4d48ca0527f11aff_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3a5a5080bf1f1198f4f49a3a474cea519ac5332db52ebd91bc795369254ccf7b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:0d4983cbb596643ce8140dfb06e738e925786aff000ab33f0b863c93603f9d51_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:6d8a8a5e831e290aca259791f8c42b470cfe002bab823f09f8153f284925bd33_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:bcf097ca234ae44758d4b426a5d41ba9d95806ff974d2d03f6976d5133a76b1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:378d9776571943b4872fe24a655a151b06e85018a9e13955c0cef76763930a68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:cdddb704698b35cf7ce3e91ef6b9d2ed2b5f1ac2941f966d79a97225a2579c2d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:614485c10f4dc40e0fe24ebcd26480a1c8441d29e1b9061f183dea6cf30b384b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:2574f9ee676921882d47f4b89305f853c195b60ff1f4de1e07dcd1e57a7da9b5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:d54b4ec05a971bc94879cf518004e35ba15107bf9315241f65f228c3179a4c5a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:118e85b8ca2be3002a071d7ccdc83595c8a8bc83dea998f862b6ca994c722248_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:7deadb9848327da5e53bfca444b0ce73a64b98cfadf8721bd6b21badd0dcaa92_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:f7860bce172a8ed856f08a931a0285530ce760ab1fd2653a5c2647c9c2688989_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3b26166f3dbbdbf2c124ea03216d88f9a28fc13216f74db5b39e56e180f96772_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:6301f8f4ae0959902ebb2fc0ce91bb62d9e303a6e9bd50aa2e1132f0602cb897_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e4cfbbd550b90aceccc67031688e08e6934087c9d3840f4f2345f96ddd33859d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:6b92e5ba76d93a9521a78770eba00751255a944259c03e0ecf27d4f365cf7f08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-keepalived-ipfailover@sha256:0113877f25903b83281dd2c1912e0175af7e3b194ccd655604c66db312583338_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9ebfddb9b8fcef8231c880f5490281ab1af8ac19ef575b70289f0ec70cbbecdb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:a36a30554e4c4798035ea67b7059e136f6104ecd07efe3ec401c20e2b515b376_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:ed06f12419f8284861ad401be0405263ee2448b287b8c350312684d09eb73741_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:3456eaec2b1691a940a9daeb60d9f58e46b34c95551df276696a816e5d8f61e0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ceeb74be0133aa5263654f36c89e82b74fa32629b9448350c69c4ffd3be8ef11_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:d10aeeef401ea96b2d239cd7c23bdbd29d5f95bb339e79a36346594f97f1a272_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-controller-rhel8@sha256:a85096156df15207d9ea7a30d277f0148393e1cb1f5fd0f5c01b7e407845c0c4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:dcc12f84b87b1c8d195f0a9115ec08919c722ab3f1b7f3e3d1d1786a3058636b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:dbddca5c90a427f81e481473cad8d6de11ac4338d76622437e6846eac0bb9a50_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:bbd58b9e4834f076a5779e103ba4817262517a57abfc942d8184123700906d3c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:994d3f869f103d294e5eb947700c60da5f9d21bdfb7f2092bcf2ad1bf8617239_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:472872bf3463e1805eaa55d2b4a72cc18566243cc8f86c536ac7f22dd0519cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6b4e97eb2be26292d8599a17788ad6f2c8f7d370e8c058837b00751b05da7229_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:40c545460c4d32bf3c9697ecfc6abb18030c7004f685f15d76350ce74ba44424_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:51e9d490cf36cb0feb1b3b8a94d7054acf26a3ac88da128074038ab044d2e4e0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:498d9e4ce2f46c2344aca5f23912a901d7365d6d9fe99b21b78fcb2078c201d6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:2649b88264da27debbc44dee10a737b0ce0e50e8f228495ee8fc6d60d6cc8054_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:7dab5e3d3c90a1c21489dd373362c32e776e3f7b6b9be8078dc6048ec616e99a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:878aabcf6296fc58098ef215a91fb6c6b59fac92baf6df40f4db6e27bd12cbd3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:9041b978f28c8f97eaaaf3576c70e81b0604b54ad02a24b1c291b3a7e61f4953_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:37fe2142c7706fc3ac40e773993ec23f65d12f1a7087139f82169c3da23871b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3e24375d51a95405a332271b56a30269c441ee148b12d02ba559f6c71594a760_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ccaff34c562bafb33a8dea281c1bac0cf95538df011ed80e46da34d5255c5d9b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:408c5535b3665ca4d877d7dfa3b346632ca40d3b4467c68ce69721b9fe6b663d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7ca9ddcf1d023872cd29aa8ccf7ae6e8be5963741eec53c4f83c6b7ebdd6a6d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:13a23d02ea105d8e33dff2a113cc71fe2c91d5b1564de02c713bf9a3559ac31a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:57a453ca5454c330f36063eaccf5e56d0587b165ec2b5daa84f5e3fb36d57dcf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:6a10569c2c9a64c149053d93708dad01e9d0c23e1c5e64042addac8edc18baa4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:a855f45a1cc36c69d87ee2dbc0caba1801ba2702f767855bf9f1c9dee2d9a6ca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:cc6161f9c4e5bb62a5a3d296f699f03516184964a25a42a7c13733b8a733c817_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:9dc2b95ff43ce474ccfe3307a569c97bff50af678be1144f096be0bbec7f30ea_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:aeefaab0fdaa986a77bbeef108cef1d29156ebc98a4fa927d84918f2e3c4819b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:03a0dd7562d5afe26f6a506074ef78149ebd7f64fff51115f3a774cf140311c4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c7f937087f3a7ca3a70cf71e3208846c728b7abadb53672d07a96119acb8725b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4833367e7a3a94b76b350799227dcebb0f118250ad417b6f5e339dd0385186e2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:aa2d6d91116fa09430e64928aba25e3ecfd7b5ad31ca2cbea70edbb0755deb0a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:bc7e12534ca38a42842646dbde9de4d2049c6b0bf464cb1eb1cdb1302e8bbb6e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:3c7e80f9a5ee0569bbb9a2ad686749e68dd0d1a4fb76ee6dd7b4ea5f88b36ac2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a793e754e58d2cfb56eafd41c20d469afaccfd1410950bd183b59ddc7acb0d17_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:8e97f21095056f5ccaed22f0b2029c880b4630773ac2140149c077accd5f8366_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:b0d3ac017b538f8eab7a7346b7ac5eb5b53a963e0ff48570e9c2692ef2c19d30_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e1f7faee2f1494de270d580eda9a9985afdb417524b742cc07aec693acd32d34_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:8b63d02eec2eae0ac602b7bd8d98698c3d09176c8888278d8399de283229cc00_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:3e701c8548c819879e65db4d664be2175d90ac65f02634a900e4b41fccf04ce9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:84424961239f48399cee6090dc34c961c7362d7ecd51dbbda6eeaed77af69b28_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:dbaf313c82ac182eb2524d61e481aaca79ee9aa23408c0430fbe507b4b2ecc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:0471b66596dff273beb47a7ae9ef29c2d319cfd2f568fba91917b9594e7ff6b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:12a05f3c86f9349e25f4341257caee5ce93018cc4e56f881ec083768723a7d46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:24a0a72d8393301dc1222edab256e7a3ec16bc70f6623152c3c04f6a9c59e045_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:680dca24a86e43ba38e7b84ac1f4d186499e6c0b25d1b60167c8159df184f5ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:901f3803636371dea5dcc990ce5c4fa4ac8a700b96a2aa31ccbc4b527e377493_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:5bf4e142c4efb9c3d3811490c2af07717409f31b8536c8378f8c956799ee29ed_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:0788ddcf0a9df3bfa702d9728176cac1236c875527f955380c9dc81a3d9026e9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:ed74e3c3cd6f0dfcee228dd37d6015ae00659c89328987ebf4e856538d44acbc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:71a8c05a6abd1ddf54e114d23531c544641aa540e63d440b09d044aa275dfb00_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:c12c79616e9b9d53ba1241a8cb413af4b9b666d687e2eb03612e24820650d05a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:e0d9bd0683c12278d66ce930558b75c81579c1e98025b4e29f6791e6728ffd39_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:5cf8c60541ee633619c206ff29e9a31eb72a5972e0fa4676821477ac63c11145_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:b1f999470b563da16441760553ecf03df3afe07a6bfc670e2585960ff1572aa8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:dd83ff4f5a128daa3da369b7d55e5c85962ad139c2e90f38ae1379f45e25d3b8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:996f41eca94f896224a148d4cf22124284fdd4dc913d03185265162767102aa7_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:bfe2e48476b2573f00ac656298fa712dcb2393d2871fb0abad1a16f10e72a468_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:bf3ce5247b64b65685f59cb0c33b1c933cf3a215d44f019ee79bb83be4be64fd_amd64",
"9Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bb723cca7c08218a6434043473b8c0b20ef8390d47bfbdecad63ec5b64857ba3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-etcd-rhel9@sha256:10fd740e1b62bfd59af59d562b72d80e9512d2822e70a41c15136f567d63cd30_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:f52b2903d4ca83deb02ed7ed5cd073764229e057cc9df579db0bbde304c35432_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:095164d2f1c01a6eb6d84bca0dff1f6f7fb8594cff43c2a7552e2cfa5810a4d4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:e428c7558dccf9449ba5761f73f5940c895eb503fc443a9acd37885b87cd01d3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f989cebce6c372b3b5b1760437005c6c65a790d81cd5a5b1037b03aee73884b3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:15695550dfee18b27552a0e40ef04c87867c8e84dc67395103b30884ac4c1379_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-rhel9@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64",
"9Base-RHOSE-4.13:rhcos@sha256:d0c6c2b7e435e33e345476c3710295e8427c0f28ffa2fe780d01b2f8d0571f22_x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:2af0c5f28710eef08d7e795b2f2fd396239446741ad1e1e658554cc5b2d7499c_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:4a1882927aa0730aa113759930b4f529ee268c264f17ff912774f7a1d98ca18d_amd64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:d7e0ec5ad37bab321ac8a40dcb64384eb3c16ae5e858464ee1c32cb20401f526_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:c02e74a36878bc56a7b415654bfff711c1794ac0a3c3648c5fd2170675ae87da_amd64",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:54410c3040cb45b528c6c701da77bf3294edc0cbf75c2afd4110b20fca1c59e1_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:cd8cad7979a93f0a3d782643f478ba0b37a36b2c2d1de1ed552718d1bb270985_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:4584e4b91a2c79b2350c1e615099ce652a0cf1f5f6174a573b2db9a77680f0e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:40faeeee70ac61a27f15c02a2fe4de5d186cc6caa7a2773dca5b20bd9ac45738_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f89ec093de1ecac1c670bdbbe29fabdc9a49bf579644e577e6b48bfb743f76c2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9acd281012ec22619bdb11973382d7c946c29f536594ef7a29a84270fd2e761c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:6b35661834a938fe9accb877934fc523a4782d00e08926577abd4687aa029efb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:16b3ecc755a547774f58334978ed72c6700c898ca06bcd0184d39e830709e707_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:47ad1365190ac5eafe893d49d8cf55e057ada01198661d27163f08841e4de5e3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:24e838680502b2efd46c17b2210f053860c91ba396786b8d5350a553bb6aae54_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:88bab056feb7370de294928e88d79505fbff5dfc084ee5f109f6a81bb54858df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:c2318383b8ee9cefbd1e4a072c67819045404b125ba0b3167699af6b2e8f719d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d28ffcbdfec5913dc17c81451883108f1e7df09ccb3a89cdd69a096927a8e430_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0f31ee297e5fe72c4d21253c671153b5afa401fb24f90461f24e3183a9e102dd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ca6b67a58ba88779d5263fd75700596c2591d9808c6ae14d436401073ba1ab2d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:dd13b3c6fa06cc0f137edde8542422d663ff31d52e0d062cfba8229fedaed19e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:7d795f9d529424252eabcac30a80bb9d8a02aaae37c0563abf35af0f464f0807_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:fbd74802479830111e35763fea31b88da573084ad4abb427d59d766612c023b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:d085d1bf9d4a6bdae5bdaa1f4a763b5920b3e33ea934b6d1f517d08b9227e69f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:f6e4075c3c79257c2bfc92505478ef6950f2050dce21315024e95a6519065d97_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:27cce691de1d1381b562bdb6b766869ad75edacfc05f361646e66796cea06313_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6e35ce11cabf52a803c7cfd6d2f330a8ee2ba6d9459322cc3c3abf6b4811a57c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:25ce6b1769053a3e4e25be76977512192c26ceddbab24436f9fe7a30e866913c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:a8a9b3fc602cd6fc44ce88479c5cbd7412b819a1253a70beec72c77f9e7ce83d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:e8fe0ee9e4efcae284a304ae161a6b5fbc79f25a0d199d575c8ca052695280a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:6b8c2b0117065c58987970228d46009d56b37f193e3724f4f30cfbe1a09abec7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:a443f3127d8b96a22fa7900300129a6c0fa64546347f27028fa253868b417ff6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:36c8e50b8095ff8d0a1920be25c61f41369d1c1b881c6736b752b4798b68262e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:7bc8b50dd45977990c97e0bf4efefe47996e468ab674134f1e7d4fad80a0f2e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:13b7885ab87b62004ed049d8a66a52200d1aa2c81c6c837447e8d3d77b3e1198_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:65702387c6fab6f1b61f98225b933d1f6747880ccb0dc00859ca46da10c76e0a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:2660d9c9efbdbe443f028c6da32f8a8e40b7b8f89bb87b0a4c40d76cecd5575f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:6b2d96ac2373cc38abdaf928c8b9a4a0e328448c4a4c1b912825eef1d5adaa11_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:0c154837dde720dceb45182745f8df4a5a2e91672b583aeb75397eeb5dc91a7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:712c0764287b2356861e4f2212fd358ebe37020f0ff83add75f36362e8d23415_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:72975b5b89a5593059cc8fa7cb28f97e8162cee53714240c11394b985fcfb696_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a823081474886c5133db8eb99f43cf0c9d1239d56ca5098d514550f350e0ceec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:0a5f50af966f4e19fdef5e5491796813201f8aea49ebd778531bdbaacab94525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:1cbcdd54ae0eceb61c7602047f65337658b5a8330ee148b88714c9e8d672c722_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:9e681145acf5573d1413fb3dad67f904c56b851aff01a82c77584fd2e1e31470_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:7cf66ea30093dc3981ba473fb4e8bc4befa8f89f019a5012a62e5063cbcde6b6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:77f21feed46735c4bde09073d9e963823e48be7193089e7088998fe096794690_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:6853d2832fbe97325cdb1914a7b1c1ea019730f6e35f205b760982f73d85de7f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:e0c2fbe470b2bdf9c11c10eedaa043748e3c6fdd0b5fc6b7b76b0c44c099541b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:1646b13b3c7a4543caf98b9651d9204054261759313f75dd2c2d25777c43c898_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:9c351a7613a2a8218034d576f23e586f7bf47d280e8ef138c6bf0c2eef4b1748_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:be5dbe5f253ff397f62e33538cba44ebaf65a3ad96fb652c281714ce932e8949_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:4e7c9c7ec5d9968b01b1087fbead7a1fd0b51d9d86ed4d0c6421bcfa0b33c9cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:001a007b7abf6e42ecf097da21c0c27322773255617a6c40335758b1f3e576cd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:495ceadf5a23cc85337a72d816250baffe6426709f00a66761cf05a9336cc6db_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:b993202bb1199a75fb91014687b7a8b61c65c5513c1d88cad2a4ec5e2bdb7e3c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:66968387cbd620992c14e7638208ac16f132f3ea3dfdb83fd6e4465c2e779ad2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:3adaf4ced0fd01304f880dc13ad46d1855c9cda4ae6a32ebe6c1bc260ed232ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:29f6dcc03b15f8aaf71b0eb2b1c3f44c06e2ecd31a1e0eac763cde104a945618_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1a9f4b9cd573737365e13982f28725f8b9fade5f4d1d4d08f77d87d3891fbef9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:653e624f9859753e1f264bdd685359b7c619204c86b4085d063a6f12f5a44f7b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:1af29ca3c278969bef85f7dc7f0bee1f9c3e5aca90862b0bcff1859ade8c63c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:09b097bd1bf8f35e359d98e26e659b9bba4e0f02f29fe2fbf9492438a881dd38_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-update-keys@sha256:5133104ec8594ca380fa51cde56733df7a264c56af44c7eed34e230265180dc4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:6d44f497dd7421cca40a47485669d8ab2b0e3b78fb1ceef594d63ff96a20a246_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:218c5884c34ca73fcfda585b4997cc0fa427b13608d34b14920336c23ae5ba13_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:e9250415deb48c9e063799d0f3d1239bdb30d10fb58d8e32a987839c72ca8e79_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:7e0533a83d97732cd1b940bcdba77e43ffcea5073b8fe9dafc7e177b0170adcb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:7b8d30540a71df4fe3c017ad768ab3a7b05e8db8f68916162f36e2044cfddce3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:397e8e06204f87160fa6a831d7c7bf9c27b450c0deb6e89f6790b897593ce826_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:73c37ef100613a46a99b1860a295f86e23b96d8a7e44cde52583a8fd7605585e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:1e38f0daecc74a115a854300f36bf3af6cfe0c6a36f431a183449a49e2a0d07e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:47292803c6ec0f9b2ef5ec62d35f479b842ad39b752b63f515f230db69c3b691_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9a051f979c35d69d59b5e96bf2d4a31e509345ee4a64b1301324a116bc981a72_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a30891e1058b5fc9d08f93012f631748b9d2292d8d739203e22365d497afbc65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:0059cc67dd9f302cbab916dea5b0246c4ae6288c22316e135a0b899b7e49d7bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:36eefef18accd753b869788b4891d50f87ee33f4dff87a1b7ef9ce4db35e86a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:3a143fbec3d5abcc47bb625bfd13f88a2264c2f922dbfc3e04ac623a4d7c15f7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:0b3e1752a2842bb6a7f7f251b76a67ec9ce5c10bb0dd8f688eede69f864fc657_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:b15cc982fc79f1afc7346d578821c6c80ae6e1e0b6ee1c2e77340cfff0a2be57_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:6c8e361878de34517ebd3f23e84577d683ef1c0d61ecbb257de9291ff4c56691_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf4035279328a71212fc25a49ade7f2f224d4f46a3241b4b4d48ca0527f11aff_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3a5a5080bf1f1198f4f49a3a474cea519ac5332db52ebd91bc795369254ccf7b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:0d4983cbb596643ce8140dfb06e738e925786aff000ab33f0b863c93603f9d51_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:6d8a8a5e831e290aca259791f8c42b470cfe002bab823f09f8153f284925bd33_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:bcf097ca234ae44758d4b426a5d41ba9d95806ff974d2d03f6976d5133a76b1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:378d9776571943b4872fe24a655a151b06e85018a9e13955c0cef76763930a68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:cdddb704698b35cf7ce3e91ef6b9d2ed2b5f1ac2941f966d79a97225a2579c2d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:614485c10f4dc40e0fe24ebcd26480a1c8441d29e1b9061f183dea6cf30b384b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:2574f9ee676921882d47f4b89305f853c195b60ff1f4de1e07dcd1e57a7da9b5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:d54b4ec05a971bc94879cf518004e35ba15107bf9315241f65f228c3179a4c5a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:118e85b8ca2be3002a071d7ccdc83595c8a8bc83dea998f862b6ca994c722248_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:7deadb9848327da5e53bfca444b0ce73a64b98cfadf8721bd6b21badd0dcaa92_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:f7860bce172a8ed856f08a931a0285530ce760ab1fd2653a5c2647c9c2688989_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3b26166f3dbbdbf2c124ea03216d88f9a28fc13216f74db5b39e56e180f96772_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:6301f8f4ae0959902ebb2fc0ce91bb62d9e303a6e9bd50aa2e1132f0602cb897_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e4cfbbd550b90aceccc67031688e08e6934087c9d3840f4f2345f96ddd33859d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:6b92e5ba76d93a9521a78770eba00751255a944259c03e0ecf27d4f365cf7f08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-keepalived-ipfailover@sha256:0113877f25903b83281dd2c1912e0175af7e3b194ccd655604c66db312583338_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9ebfddb9b8fcef8231c880f5490281ab1af8ac19ef575b70289f0ec70cbbecdb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:a36a30554e4c4798035ea67b7059e136f6104ecd07efe3ec401c20e2b515b376_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:ed06f12419f8284861ad401be0405263ee2448b287b8c350312684d09eb73741_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:3456eaec2b1691a940a9daeb60d9f58e46b34c95551df276696a816e5d8f61e0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ceeb74be0133aa5263654f36c89e82b74fa32629b9448350c69c4ffd3be8ef11_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:d10aeeef401ea96b2d239cd7c23bdbd29d5f95bb339e79a36346594f97f1a272_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-controller-rhel8@sha256:a85096156df15207d9ea7a30d277f0148393e1cb1f5fd0f5c01b7e407845c0c4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:dcc12f84b87b1c8d195f0a9115ec08919c722ab3f1b7f3e3d1d1786a3058636b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:dbddca5c90a427f81e481473cad8d6de11ac4338d76622437e6846eac0bb9a50_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:bbd58b9e4834f076a5779e103ba4817262517a57abfc942d8184123700906d3c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:994d3f869f103d294e5eb947700c60da5f9d21bdfb7f2092bcf2ad1bf8617239_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:472872bf3463e1805eaa55d2b4a72cc18566243cc8f86c536ac7f22dd0519cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6b4e97eb2be26292d8599a17788ad6f2c8f7d370e8c058837b00751b05da7229_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:40c545460c4d32bf3c9697ecfc6abb18030c7004f685f15d76350ce74ba44424_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:51e9d490cf36cb0feb1b3b8a94d7054acf26a3ac88da128074038ab044d2e4e0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:498d9e4ce2f46c2344aca5f23912a901d7365d6d9fe99b21b78fcb2078c201d6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:2649b88264da27debbc44dee10a737b0ce0e50e8f228495ee8fc6d60d6cc8054_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:7dab5e3d3c90a1c21489dd373362c32e776e3f7b6b9be8078dc6048ec616e99a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:878aabcf6296fc58098ef215a91fb6c6b59fac92baf6df40f4db6e27bd12cbd3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:9041b978f28c8f97eaaaf3576c70e81b0604b54ad02a24b1c291b3a7e61f4953_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:37fe2142c7706fc3ac40e773993ec23f65d12f1a7087139f82169c3da23871b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3e24375d51a95405a332271b56a30269c441ee148b12d02ba559f6c71594a760_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ccaff34c562bafb33a8dea281c1bac0cf95538df011ed80e46da34d5255c5d9b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:408c5535b3665ca4d877d7dfa3b346632ca40d3b4467c68ce69721b9fe6b663d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7ca9ddcf1d023872cd29aa8ccf7ae6e8be5963741eec53c4f83c6b7ebdd6a6d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:13a23d02ea105d8e33dff2a113cc71fe2c91d5b1564de02c713bf9a3559ac31a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:57a453ca5454c330f36063eaccf5e56d0587b165ec2b5daa84f5e3fb36d57dcf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:6a10569c2c9a64c149053d93708dad01e9d0c23e1c5e64042addac8edc18baa4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:a855f45a1cc36c69d87ee2dbc0caba1801ba2702f767855bf9f1c9dee2d9a6ca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:cc6161f9c4e5bb62a5a3d296f699f03516184964a25a42a7c13733b8a733c817_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:9dc2b95ff43ce474ccfe3307a569c97bff50af678be1144f096be0bbec7f30ea_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:aeefaab0fdaa986a77bbeef108cef1d29156ebc98a4fa927d84918f2e3c4819b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:03a0dd7562d5afe26f6a506074ef78149ebd7f64fff51115f3a774cf140311c4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c7f937087f3a7ca3a70cf71e3208846c728b7abadb53672d07a96119acb8725b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4833367e7a3a94b76b350799227dcebb0f118250ad417b6f5e339dd0385186e2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:aa2d6d91116fa09430e64928aba25e3ecfd7b5ad31ca2cbea70edbb0755deb0a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:bc7e12534ca38a42842646dbde9de4d2049c6b0bf464cb1eb1cdb1302e8bbb6e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:3c7e80f9a5ee0569bbb9a2ad686749e68dd0d1a4fb76ee6dd7b4ea5f88b36ac2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a793e754e58d2cfb56eafd41c20d469afaccfd1410950bd183b59ddc7acb0d17_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:8e97f21095056f5ccaed22f0b2029c880b4630773ac2140149c077accd5f8366_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:b0d3ac017b538f8eab7a7346b7ac5eb5b53a963e0ff48570e9c2692ef2c19d30_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e1f7faee2f1494de270d580eda9a9985afdb417524b742cc07aec693acd32d34_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:8b63d02eec2eae0ac602b7bd8d98698c3d09176c8888278d8399de283229cc00_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:3e701c8548c819879e65db4d664be2175d90ac65f02634a900e4b41fccf04ce9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:84424961239f48399cee6090dc34c961c7362d7ecd51dbbda6eeaed77af69b28_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:dbaf313c82ac182eb2524d61e481aaca79ee9aa23408c0430fbe507b4b2ecc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:0471b66596dff273beb47a7ae9ef29c2d319cfd2f568fba91917b9594e7ff6b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:12a05f3c86f9349e25f4341257caee5ce93018cc4e56f881ec083768723a7d46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:24a0a72d8393301dc1222edab256e7a3ec16bc70f6623152c3c04f6a9c59e045_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:680dca24a86e43ba38e7b84ac1f4d186499e6c0b25d1b60167c8159df184f5ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:901f3803636371dea5dcc990ce5c4fa4ac8a700b96a2aa31ccbc4b527e377493_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:5bf4e142c4efb9c3d3811490c2af07717409f31b8536c8378f8c956799ee29ed_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:0788ddcf0a9df3bfa702d9728176cac1236c875527f955380c9dc81a3d9026e9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:ed74e3c3cd6f0dfcee228dd37d6015ae00659c89328987ebf4e856538d44acbc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:71a8c05a6abd1ddf54e114d23531c544641aa540e63d440b09d044aa275dfb00_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:c12c79616e9b9d53ba1241a8cb413af4b9b666d687e2eb03612e24820650d05a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:e0d9bd0683c12278d66ce930558b75c81579c1e98025b4e29f6791e6728ffd39_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:5cf8c60541ee633619c206ff29e9a31eb72a5972e0fa4676821477ac63c11145_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:b1f999470b563da16441760553ecf03df3afe07a6bfc670e2585960ff1572aa8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:dd83ff4f5a128daa3da369b7d55e5c85962ad139c2e90f38ae1379f45e25d3b8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:996f41eca94f896224a148d4cf22124284fdd4dc913d03185265162767102aa7_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:bfe2e48476b2573f00ac656298fa712dcb2393d2871fb0abad1a16f10e72a468_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:bf3ce5247b64b65685f59cb0c33b1c933cf3a215d44f019ee79bb83be4be64fd_amd64",
"9Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bb723cca7c08218a6434043473b8c0b20ef8390d47bfbdecad63ec5b64857ba3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-etcd-rhel9@sha256:10fd740e1b62bfd59af59d562b72d80e9512d2822e70a41c15136f567d63cd30_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:f52b2903d4ca83deb02ed7ed5cd073764229e057cc9df579db0bbde304c35432_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:095164d2f1c01a6eb6d84bca0dff1f6f7fb8594cff43c2a7552e2cfa5810a4d4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:e428c7558dccf9449ba5761f73f5940c895eb503fc443a9acd37885b87cd01d3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f989cebce6c372b3b5b1760437005c6c65a790d81cd5a5b1037b03aee73884b3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:15695550dfee18b27552a0e40ef04c87867c8e84dc67395103b30884ac4c1379_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-rhel9@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64",
"9Base-RHOSE-4.13:rhcos@sha256:d0c6c2b7e435e33e345476c3710295e8427c0f28ffa2fe780d01b2f8d0571f22_x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "baremetal-operator/apis: Bare Metal Operator (BMO) can expose any secret from other namespaces via BMCEventSubscription CRD"
},
{
"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": [
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:2af0c5f28710eef08d7e795b2f2fd396239446741ad1e1e658554cc5b2d7499c_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:4a1882927aa0730aa113759930b4f529ee268c264f17ff912774f7a1d98ca18d_amd64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:d7e0ec5ad37bab321ac8a40dcb64384eb3c16ae5e858464ee1c32cb20401f526_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:c02e74a36878bc56a7b415654bfff711c1794ac0a3c3648c5fd2170675ae87da_amd64",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:54410c3040cb45b528c6c701da77bf3294edc0cbf75c2afd4110b20fca1c59e1_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:cd8cad7979a93f0a3d782643f478ba0b37a36b2c2d1de1ed552718d1bb270985_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:40faeeee70ac61a27f15c02a2fe4de5d186cc6caa7a2773dca5b20bd9ac45738_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:6b35661834a938fe9accb877934fc523a4782d00e08926577abd4687aa029efb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:16b3ecc755a547774f58334978ed72c6700c898ca06bcd0184d39e830709e707_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:47ad1365190ac5eafe893d49d8cf55e057ada01198661d27163f08841e4de5e3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:24e838680502b2efd46c17b2210f053860c91ba396786b8d5350a553bb6aae54_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:88bab056feb7370de294928e88d79505fbff5dfc084ee5f109f6a81bb54858df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:c2318383b8ee9cefbd1e4a072c67819045404b125ba0b3167699af6b2e8f719d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d28ffcbdfec5913dc17c81451883108f1e7df09ccb3a89cdd69a096927a8e430_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0f31ee297e5fe72c4d21253c671153b5afa401fb24f90461f24e3183a9e102dd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ca6b67a58ba88779d5263fd75700596c2591d9808c6ae14d436401073ba1ab2d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:dd13b3c6fa06cc0f137edde8542422d663ff31d52e0d062cfba8229fedaed19e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:7d795f9d529424252eabcac30a80bb9d8a02aaae37c0563abf35af0f464f0807_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:fbd74802479830111e35763fea31b88da573084ad4abb427d59d766612c023b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:d085d1bf9d4a6bdae5bdaa1f4a763b5920b3e33ea934b6d1f517d08b9227e69f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:f6e4075c3c79257c2bfc92505478ef6950f2050dce21315024e95a6519065d97_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:27cce691de1d1381b562bdb6b766869ad75edacfc05f361646e66796cea06313_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6e35ce11cabf52a803c7cfd6d2f330a8ee2ba6d9459322cc3c3abf6b4811a57c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:25ce6b1769053a3e4e25be76977512192c26ceddbab24436f9fe7a30e866913c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:a8a9b3fc602cd6fc44ce88479c5cbd7412b819a1253a70beec72c77f9e7ce83d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:e8fe0ee9e4efcae284a304ae161a6b5fbc79f25a0d199d575c8ca052695280a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:6b8c2b0117065c58987970228d46009d56b37f193e3724f4f30cfbe1a09abec7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:a443f3127d8b96a22fa7900300129a6c0fa64546347f27028fa253868b417ff6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:36c8e50b8095ff8d0a1920be25c61f41369d1c1b881c6736b752b4798b68262e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:7bc8b50dd45977990c97e0bf4efefe47996e468ab674134f1e7d4fad80a0f2e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:13b7885ab87b62004ed049d8a66a52200d1aa2c81c6c837447e8d3d77b3e1198_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:65702387c6fab6f1b61f98225b933d1f6747880ccb0dc00859ca46da10c76e0a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:2660d9c9efbdbe443f028c6da32f8a8e40b7b8f89bb87b0a4c40d76cecd5575f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:6b2d96ac2373cc38abdaf928c8b9a4a0e328448c4a4c1b912825eef1d5adaa11_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:0c154837dde720dceb45182745f8df4a5a2e91672b583aeb75397eeb5dc91a7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:712c0764287b2356861e4f2212fd358ebe37020f0ff83add75f36362e8d23415_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:72975b5b89a5593059cc8fa7cb28f97e8162cee53714240c11394b985fcfb696_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a823081474886c5133db8eb99f43cf0c9d1239d56ca5098d514550f350e0ceec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:0a5f50af966f4e19fdef5e5491796813201f8aea49ebd778531bdbaacab94525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:1cbcdd54ae0eceb61c7602047f65337658b5a8330ee148b88714c9e8d672c722_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:9e681145acf5573d1413fb3dad67f904c56b851aff01a82c77584fd2e1e31470_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:7cf66ea30093dc3981ba473fb4e8bc4befa8f89f019a5012a62e5063cbcde6b6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:6853d2832fbe97325cdb1914a7b1c1ea019730f6e35f205b760982f73d85de7f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:e0c2fbe470b2bdf9c11c10eedaa043748e3c6fdd0b5fc6b7b76b0c44c099541b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:1646b13b3c7a4543caf98b9651d9204054261759313f75dd2c2d25777c43c898_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:9c351a7613a2a8218034d576f23e586f7bf47d280e8ef138c6bf0c2eef4b1748_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:be5dbe5f253ff397f62e33538cba44ebaf65a3ad96fb652c281714ce932e8949_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:4e7c9c7ec5d9968b01b1087fbead7a1fd0b51d9d86ed4d0c6421bcfa0b33c9cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:001a007b7abf6e42ecf097da21c0c27322773255617a6c40335758b1f3e576cd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:495ceadf5a23cc85337a72d816250baffe6426709f00a66761cf05a9336cc6db_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:b993202bb1199a75fb91014687b7a8b61c65c5513c1d88cad2a4ec5e2bdb7e3c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:66968387cbd620992c14e7638208ac16f132f3ea3dfdb83fd6e4465c2e779ad2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:3adaf4ced0fd01304f880dc13ad46d1855c9cda4ae6a32ebe6c1bc260ed232ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:29f6dcc03b15f8aaf71b0eb2b1c3f44c06e2ecd31a1e0eac763cde104a945618_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1a9f4b9cd573737365e13982f28725f8b9fade5f4d1d4d08f77d87d3891fbef9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:653e624f9859753e1f264bdd685359b7c619204c86b4085d063a6f12f5a44f7b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:1af29ca3c278969bef85f7dc7f0bee1f9c3e5aca90862b0bcff1859ade8c63c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:09b097bd1bf8f35e359d98e26e659b9bba4e0f02f29fe2fbf9492438a881dd38_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-update-keys@sha256:5133104ec8594ca380fa51cde56733df7a264c56af44c7eed34e230265180dc4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:6d44f497dd7421cca40a47485669d8ab2b0e3b78fb1ceef594d63ff96a20a246_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:218c5884c34ca73fcfda585b4997cc0fa427b13608d34b14920336c23ae5ba13_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:e9250415deb48c9e063799d0f3d1239bdb30d10fb58d8e32a987839c72ca8e79_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:7e0533a83d97732cd1b940bcdba77e43ffcea5073b8fe9dafc7e177b0170adcb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:7b8d30540a71df4fe3c017ad768ab3a7b05e8db8f68916162f36e2044cfddce3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:397e8e06204f87160fa6a831d7c7bf9c27b450c0deb6e89f6790b897593ce826_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:73c37ef100613a46a99b1860a295f86e23b96d8a7e44cde52583a8fd7605585e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:1e38f0daecc74a115a854300f36bf3af6cfe0c6a36f431a183449a49e2a0d07e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:47292803c6ec0f9b2ef5ec62d35f479b842ad39b752b63f515f230db69c3b691_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9a051f979c35d69d59b5e96bf2d4a31e509345ee4a64b1301324a116bc981a72_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a30891e1058b5fc9d08f93012f631748b9d2292d8d739203e22365d497afbc65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:0059cc67dd9f302cbab916dea5b0246c4ae6288c22316e135a0b899b7e49d7bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:36eefef18accd753b869788b4891d50f87ee33f4dff87a1b7ef9ce4db35e86a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:3a143fbec3d5abcc47bb625bfd13f88a2264c2f922dbfc3e04ac623a4d7c15f7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:0b3e1752a2842bb6a7f7f251b76a67ec9ce5c10bb0dd8f688eede69f864fc657_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:b15cc982fc79f1afc7346d578821c6c80ae6e1e0b6ee1c2e77340cfff0a2be57_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:6c8e361878de34517ebd3f23e84577d683ef1c0d61ecbb257de9291ff4c56691_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf4035279328a71212fc25a49ade7f2f224d4f46a3241b4b4d48ca0527f11aff_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3a5a5080bf1f1198f4f49a3a474cea519ac5332db52ebd91bc795369254ccf7b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:0d4983cbb596643ce8140dfb06e738e925786aff000ab33f0b863c93603f9d51_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:6d8a8a5e831e290aca259791f8c42b470cfe002bab823f09f8153f284925bd33_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:bcf097ca234ae44758d4b426a5d41ba9d95806ff974d2d03f6976d5133a76b1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:cdddb704698b35cf7ce3e91ef6b9d2ed2b5f1ac2941f966d79a97225a2579c2d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:614485c10f4dc40e0fe24ebcd26480a1c8441d29e1b9061f183dea6cf30b384b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:118e85b8ca2be3002a071d7ccdc83595c8a8bc83dea998f862b6ca994c722248_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:7deadb9848327da5e53bfca444b0ce73a64b98cfadf8721bd6b21badd0dcaa92_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:f7860bce172a8ed856f08a931a0285530ce760ab1fd2653a5c2647c9c2688989_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3b26166f3dbbdbf2c124ea03216d88f9a28fc13216f74db5b39e56e180f96772_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:6301f8f4ae0959902ebb2fc0ce91bb62d9e303a6e9bd50aa2e1132f0602cb897_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e4cfbbd550b90aceccc67031688e08e6934087c9d3840f4f2345f96ddd33859d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:6b92e5ba76d93a9521a78770eba00751255a944259c03e0ecf27d4f365cf7f08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-keepalived-ipfailover@sha256:0113877f25903b83281dd2c1912e0175af7e3b194ccd655604c66db312583338_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9ebfddb9b8fcef8231c880f5490281ab1af8ac19ef575b70289f0ec70cbbecdb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:a36a30554e4c4798035ea67b7059e136f6104ecd07efe3ec401c20e2b515b376_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:ed06f12419f8284861ad401be0405263ee2448b287b8c350312684d09eb73741_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:3456eaec2b1691a940a9daeb60d9f58e46b34c95551df276696a816e5d8f61e0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ceeb74be0133aa5263654f36c89e82b74fa32629b9448350c69c4ffd3be8ef11_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:d10aeeef401ea96b2d239cd7c23bdbd29d5f95bb339e79a36346594f97f1a272_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-controller-rhel8@sha256:a85096156df15207d9ea7a30d277f0148393e1cb1f5fd0f5c01b7e407845c0c4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:dcc12f84b87b1c8d195f0a9115ec08919c722ab3f1b7f3e3d1d1786a3058636b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:dbddca5c90a427f81e481473cad8d6de11ac4338d76622437e6846eac0bb9a50_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:bbd58b9e4834f076a5779e103ba4817262517a57abfc942d8184123700906d3c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:994d3f869f103d294e5eb947700c60da5f9d21bdfb7f2092bcf2ad1bf8617239_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:472872bf3463e1805eaa55d2b4a72cc18566243cc8f86c536ac7f22dd0519cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6b4e97eb2be26292d8599a17788ad6f2c8f7d370e8c058837b00751b05da7229_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:40c545460c4d32bf3c9697ecfc6abb18030c7004f685f15d76350ce74ba44424_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:51e9d490cf36cb0feb1b3b8a94d7054acf26a3ac88da128074038ab044d2e4e0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:498d9e4ce2f46c2344aca5f23912a901d7365d6d9fe99b21b78fcb2078c201d6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:2649b88264da27debbc44dee10a737b0ce0e50e8f228495ee8fc6d60d6cc8054_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:7dab5e3d3c90a1c21489dd373362c32e776e3f7b6b9be8078dc6048ec616e99a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:878aabcf6296fc58098ef215a91fb6c6b59fac92baf6df40f4db6e27bd12cbd3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:9041b978f28c8f97eaaaf3576c70e81b0604b54ad02a24b1c291b3a7e61f4953_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:37fe2142c7706fc3ac40e773993ec23f65d12f1a7087139f82169c3da23871b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3e24375d51a95405a332271b56a30269c441ee148b12d02ba559f6c71594a760_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ccaff34c562bafb33a8dea281c1bac0cf95538df011ed80e46da34d5255c5d9b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:408c5535b3665ca4d877d7dfa3b346632ca40d3b4467c68ce69721b9fe6b663d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7ca9ddcf1d023872cd29aa8ccf7ae6e8be5963741eec53c4f83c6b7ebdd6a6d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:13a23d02ea105d8e33dff2a113cc71fe2c91d5b1564de02c713bf9a3559ac31a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:57a453ca5454c330f36063eaccf5e56d0587b165ec2b5daa84f5e3fb36d57dcf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:6a10569c2c9a64c149053d93708dad01e9d0c23e1c5e64042addac8edc18baa4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:a855f45a1cc36c69d87ee2dbc0caba1801ba2702f767855bf9f1c9dee2d9a6ca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:cc6161f9c4e5bb62a5a3d296f699f03516184964a25a42a7c13733b8a733c817_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:9dc2b95ff43ce474ccfe3307a569c97bff50af678be1144f096be0bbec7f30ea_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:aeefaab0fdaa986a77bbeef108cef1d29156ebc98a4fa927d84918f2e3c4819b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:03a0dd7562d5afe26f6a506074ef78149ebd7f64fff51115f3a774cf140311c4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c7f937087f3a7ca3a70cf71e3208846c728b7abadb53672d07a96119acb8725b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4833367e7a3a94b76b350799227dcebb0f118250ad417b6f5e339dd0385186e2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:aa2d6d91116fa09430e64928aba25e3ecfd7b5ad31ca2cbea70edbb0755deb0a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:bc7e12534ca38a42842646dbde9de4d2049c6b0bf464cb1eb1cdb1302e8bbb6e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:3c7e80f9a5ee0569bbb9a2ad686749e68dd0d1a4fb76ee6dd7b4ea5f88b36ac2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a793e754e58d2cfb56eafd41c20d469afaccfd1410950bd183b59ddc7acb0d17_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:8e97f21095056f5ccaed22f0b2029c880b4630773ac2140149c077accd5f8366_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:b0d3ac017b538f8eab7a7346b7ac5eb5b53a963e0ff48570e9c2692ef2c19d30_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e1f7faee2f1494de270d580eda9a9985afdb417524b742cc07aec693acd32d34_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:8b63d02eec2eae0ac602b7bd8d98698c3d09176c8888278d8399de283229cc00_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:3e701c8548c819879e65db4d664be2175d90ac65f02634a900e4b41fccf04ce9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:84424961239f48399cee6090dc34c961c7362d7ecd51dbbda6eeaed77af69b28_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:dbaf313c82ac182eb2524d61e481aaca79ee9aa23408c0430fbe507b4b2ecc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:0471b66596dff273beb47a7ae9ef29c2d319cfd2f568fba91917b9594e7ff6b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:12a05f3c86f9349e25f4341257caee5ce93018cc4e56f881ec083768723a7d46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:24a0a72d8393301dc1222edab256e7a3ec16bc70f6623152c3c04f6a9c59e045_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:680dca24a86e43ba38e7b84ac1f4d186499e6c0b25d1b60167c8159df184f5ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:901f3803636371dea5dcc990ce5c4fa4ac8a700b96a2aa31ccbc4b527e377493_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:5bf4e142c4efb9c3d3811490c2af07717409f31b8536c8378f8c956799ee29ed_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:0788ddcf0a9df3bfa702d9728176cac1236c875527f955380c9dc81a3d9026e9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:ed74e3c3cd6f0dfcee228dd37d6015ae00659c89328987ebf4e856538d44acbc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:71a8c05a6abd1ddf54e114d23531c544641aa540e63d440b09d044aa275dfb00_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:c12c79616e9b9d53ba1241a8cb413af4b9b666d687e2eb03612e24820650d05a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:e0d9bd0683c12278d66ce930558b75c81579c1e98025b4e29f6791e6728ffd39_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:5cf8c60541ee633619c206ff29e9a31eb72a5972e0fa4676821477ac63c11145_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:b1f999470b563da16441760553ecf03df3afe07a6bfc670e2585960ff1572aa8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:dd83ff4f5a128daa3da369b7d55e5c85962ad139c2e90f38ae1379f45e25d3b8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:996f41eca94f896224a148d4cf22124284fdd4dc913d03185265162767102aa7_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:bfe2e48476b2573f00ac656298fa712dcb2393d2871fb0abad1a16f10e72a468_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:bf3ce5247b64b65685f59cb0c33b1c933cf3a215d44f019ee79bb83be4be64fd_amd64",
"9Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bb723cca7c08218a6434043473b8c0b20ef8390d47bfbdecad63ec5b64857ba3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-etcd-rhel9@sha256:10fd740e1b62bfd59af59d562b72d80e9512d2822e70a41c15136f567d63cd30_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:f52b2903d4ca83deb02ed7ed5cd073764229e057cc9df579db0bbde304c35432_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:095164d2f1c01a6eb6d84bca0dff1f6f7fb8594cff43c2a7552e2cfa5810a4d4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:e428c7558dccf9449ba5761f73f5940c895eb503fc443a9acd37885b87cd01d3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f989cebce6c372b3b5b1760437005c6c65a790d81cd5a5b1037b03aee73884b3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:15695550dfee18b27552a0e40ef04c87867c8e84dc67395103b30884ac4c1379_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-rhel9@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64",
"9Base-RHOSE-4.13:rhcos@sha256:d0c6c2b7e435e33e345476c3710295e8427c0f28ffa2fe780d01b2f8d0571f22_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": [
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:4584e4b91a2c79b2350c1e615099ce652a0cf1f5f6174a573b2db9a77680f0e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f89ec093de1ecac1c670bdbbe29fabdc9a49bf579644e577e6b48bfb743f76c2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9acd281012ec22619bdb11973382d7c946c29f536594ef7a29a84270fd2e761c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:77f21feed46735c4bde09073d9e963823e48be7193089e7088998fe096794690_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:378d9776571943b4872fe24a655a151b06e85018a9e13955c0cef76763930a68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:2574f9ee676921882d47f4b89305f853c195b60ff1f4de1e07dcd1e57a7da9b5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:d54b4ec05a971bc94879cf518004e35ba15107bf9315241f65f228c3179a4c5a_amd64"
],
"known_not_affected": [
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:2af0c5f28710eef08d7e795b2f2fd396239446741ad1e1e658554cc5b2d7499c_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:4a1882927aa0730aa113759930b4f529ee268c264f17ff912774f7a1d98ca18d_amd64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:d7e0ec5ad37bab321ac8a40dcb64384eb3c16ae5e858464ee1c32cb20401f526_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:c02e74a36878bc56a7b415654bfff711c1794ac0a3c3648c5fd2170675ae87da_amd64",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:54410c3040cb45b528c6c701da77bf3294edc0cbf75c2afd4110b20fca1c59e1_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:cd8cad7979a93f0a3d782643f478ba0b37a36b2c2d1de1ed552718d1bb270985_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:40faeeee70ac61a27f15c02a2fe4de5d186cc6caa7a2773dca5b20bd9ac45738_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:6b35661834a938fe9accb877934fc523a4782d00e08926577abd4687aa029efb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:16b3ecc755a547774f58334978ed72c6700c898ca06bcd0184d39e830709e707_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:47ad1365190ac5eafe893d49d8cf55e057ada01198661d27163f08841e4de5e3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:24e838680502b2efd46c17b2210f053860c91ba396786b8d5350a553bb6aae54_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:88bab056feb7370de294928e88d79505fbff5dfc084ee5f109f6a81bb54858df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:c2318383b8ee9cefbd1e4a072c67819045404b125ba0b3167699af6b2e8f719d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d28ffcbdfec5913dc17c81451883108f1e7df09ccb3a89cdd69a096927a8e430_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0f31ee297e5fe72c4d21253c671153b5afa401fb24f90461f24e3183a9e102dd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ca6b67a58ba88779d5263fd75700596c2591d9808c6ae14d436401073ba1ab2d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:dd13b3c6fa06cc0f137edde8542422d663ff31d52e0d062cfba8229fedaed19e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:7d795f9d529424252eabcac30a80bb9d8a02aaae37c0563abf35af0f464f0807_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:fbd74802479830111e35763fea31b88da573084ad4abb427d59d766612c023b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:d085d1bf9d4a6bdae5bdaa1f4a763b5920b3e33ea934b6d1f517d08b9227e69f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:f6e4075c3c79257c2bfc92505478ef6950f2050dce21315024e95a6519065d97_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:27cce691de1d1381b562bdb6b766869ad75edacfc05f361646e66796cea06313_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6e35ce11cabf52a803c7cfd6d2f330a8ee2ba6d9459322cc3c3abf6b4811a57c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:25ce6b1769053a3e4e25be76977512192c26ceddbab24436f9fe7a30e866913c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:a8a9b3fc602cd6fc44ce88479c5cbd7412b819a1253a70beec72c77f9e7ce83d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:e8fe0ee9e4efcae284a304ae161a6b5fbc79f25a0d199d575c8ca052695280a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:6b8c2b0117065c58987970228d46009d56b37f193e3724f4f30cfbe1a09abec7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:a443f3127d8b96a22fa7900300129a6c0fa64546347f27028fa253868b417ff6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:36c8e50b8095ff8d0a1920be25c61f41369d1c1b881c6736b752b4798b68262e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:7bc8b50dd45977990c97e0bf4efefe47996e468ab674134f1e7d4fad80a0f2e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:13b7885ab87b62004ed049d8a66a52200d1aa2c81c6c837447e8d3d77b3e1198_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:65702387c6fab6f1b61f98225b933d1f6747880ccb0dc00859ca46da10c76e0a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:2660d9c9efbdbe443f028c6da32f8a8e40b7b8f89bb87b0a4c40d76cecd5575f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:6b2d96ac2373cc38abdaf928c8b9a4a0e328448c4a4c1b912825eef1d5adaa11_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:0c154837dde720dceb45182745f8df4a5a2e91672b583aeb75397eeb5dc91a7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:712c0764287b2356861e4f2212fd358ebe37020f0ff83add75f36362e8d23415_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:72975b5b89a5593059cc8fa7cb28f97e8162cee53714240c11394b985fcfb696_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a823081474886c5133db8eb99f43cf0c9d1239d56ca5098d514550f350e0ceec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:0a5f50af966f4e19fdef5e5491796813201f8aea49ebd778531bdbaacab94525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:1cbcdd54ae0eceb61c7602047f65337658b5a8330ee148b88714c9e8d672c722_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:9e681145acf5573d1413fb3dad67f904c56b851aff01a82c77584fd2e1e31470_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:7cf66ea30093dc3981ba473fb4e8bc4befa8f89f019a5012a62e5063cbcde6b6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:6853d2832fbe97325cdb1914a7b1c1ea019730f6e35f205b760982f73d85de7f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:e0c2fbe470b2bdf9c11c10eedaa043748e3c6fdd0b5fc6b7b76b0c44c099541b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:1646b13b3c7a4543caf98b9651d9204054261759313f75dd2c2d25777c43c898_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:9c351a7613a2a8218034d576f23e586f7bf47d280e8ef138c6bf0c2eef4b1748_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:be5dbe5f253ff397f62e33538cba44ebaf65a3ad96fb652c281714ce932e8949_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:4e7c9c7ec5d9968b01b1087fbead7a1fd0b51d9d86ed4d0c6421bcfa0b33c9cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:001a007b7abf6e42ecf097da21c0c27322773255617a6c40335758b1f3e576cd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:495ceadf5a23cc85337a72d816250baffe6426709f00a66761cf05a9336cc6db_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:b993202bb1199a75fb91014687b7a8b61c65c5513c1d88cad2a4ec5e2bdb7e3c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:66968387cbd620992c14e7638208ac16f132f3ea3dfdb83fd6e4465c2e779ad2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:3adaf4ced0fd01304f880dc13ad46d1855c9cda4ae6a32ebe6c1bc260ed232ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:29f6dcc03b15f8aaf71b0eb2b1c3f44c06e2ecd31a1e0eac763cde104a945618_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1a9f4b9cd573737365e13982f28725f8b9fade5f4d1d4d08f77d87d3891fbef9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:653e624f9859753e1f264bdd685359b7c619204c86b4085d063a6f12f5a44f7b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:1af29ca3c278969bef85f7dc7f0bee1f9c3e5aca90862b0bcff1859ade8c63c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:09b097bd1bf8f35e359d98e26e659b9bba4e0f02f29fe2fbf9492438a881dd38_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-update-keys@sha256:5133104ec8594ca380fa51cde56733df7a264c56af44c7eed34e230265180dc4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:6d44f497dd7421cca40a47485669d8ab2b0e3b78fb1ceef594d63ff96a20a246_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:218c5884c34ca73fcfda585b4997cc0fa427b13608d34b14920336c23ae5ba13_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:e9250415deb48c9e063799d0f3d1239bdb30d10fb58d8e32a987839c72ca8e79_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:7e0533a83d97732cd1b940bcdba77e43ffcea5073b8fe9dafc7e177b0170adcb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:7b8d30540a71df4fe3c017ad768ab3a7b05e8db8f68916162f36e2044cfddce3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:397e8e06204f87160fa6a831d7c7bf9c27b450c0deb6e89f6790b897593ce826_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:73c37ef100613a46a99b1860a295f86e23b96d8a7e44cde52583a8fd7605585e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:1e38f0daecc74a115a854300f36bf3af6cfe0c6a36f431a183449a49e2a0d07e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:47292803c6ec0f9b2ef5ec62d35f479b842ad39b752b63f515f230db69c3b691_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9a051f979c35d69d59b5e96bf2d4a31e509345ee4a64b1301324a116bc981a72_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a30891e1058b5fc9d08f93012f631748b9d2292d8d739203e22365d497afbc65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:0059cc67dd9f302cbab916dea5b0246c4ae6288c22316e135a0b899b7e49d7bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:36eefef18accd753b869788b4891d50f87ee33f4dff87a1b7ef9ce4db35e86a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:3a143fbec3d5abcc47bb625bfd13f88a2264c2f922dbfc3e04ac623a4d7c15f7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:0b3e1752a2842bb6a7f7f251b76a67ec9ce5c10bb0dd8f688eede69f864fc657_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:b15cc982fc79f1afc7346d578821c6c80ae6e1e0b6ee1c2e77340cfff0a2be57_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:6c8e361878de34517ebd3f23e84577d683ef1c0d61ecbb257de9291ff4c56691_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf4035279328a71212fc25a49ade7f2f224d4f46a3241b4b4d48ca0527f11aff_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3a5a5080bf1f1198f4f49a3a474cea519ac5332db52ebd91bc795369254ccf7b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:0d4983cbb596643ce8140dfb06e738e925786aff000ab33f0b863c93603f9d51_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:6d8a8a5e831e290aca259791f8c42b470cfe002bab823f09f8153f284925bd33_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:bcf097ca234ae44758d4b426a5d41ba9d95806ff974d2d03f6976d5133a76b1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:cdddb704698b35cf7ce3e91ef6b9d2ed2b5f1ac2941f966d79a97225a2579c2d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:614485c10f4dc40e0fe24ebcd26480a1c8441d29e1b9061f183dea6cf30b384b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:118e85b8ca2be3002a071d7ccdc83595c8a8bc83dea998f862b6ca994c722248_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:7deadb9848327da5e53bfca444b0ce73a64b98cfadf8721bd6b21badd0dcaa92_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:f7860bce172a8ed856f08a931a0285530ce760ab1fd2653a5c2647c9c2688989_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3b26166f3dbbdbf2c124ea03216d88f9a28fc13216f74db5b39e56e180f96772_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:6301f8f4ae0959902ebb2fc0ce91bb62d9e303a6e9bd50aa2e1132f0602cb897_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e4cfbbd550b90aceccc67031688e08e6934087c9d3840f4f2345f96ddd33859d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:6b92e5ba76d93a9521a78770eba00751255a944259c03e0ecf27d4f365cf7f08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-keepalived-ipfailover@sha256:0113877f25903b83281dd2c1912e0175af7e3b194ccd655604c66db312583338_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9ebfddb9b8fcef8231c880f5490281ab1af8ac19ef575b70289f0ec70cbbecdb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:a36a30554e4c4798035ea67b7059e136f6104ecd07efe3ec401c20e2b515b376_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:ed06f12419f8284861ad401be0405263ee2448b287b8c350312684d09eb73741_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:3456eaec2b1691a940a9daeb60d9f58e46b34c95551df276696a816e5d8f61e0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ceeb74be0133aa5263654f36c89e82b74fa32629b9448350c69c4ffd3be8ef11_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:d10aeeef401ea96b2d239cd7c23bdbd29d5f95bb339e79a36346594f97f1a272_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-controller-rhel8@sha256:a85096156df15207d9ea7a30d277f0148393e1cb1f5fd0f5c01b7e407845c0c4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:dcc12f84b87b1c8d195f0a9115ec08919c722ab3f1b7f3e3d1d1786a3058636b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:dbddca5c90a427f81e481473cad8d6de11ac4338d76622437e6846eac0bb9a50_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:bbd58b9e4834f076a5779e103ba4817262517a57abfc942d8184123700906d3c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:994d3f869f103d294e5eb947700c60da5f9d21bdfb7f2092bcf2ad1bf8617239_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:472872bf3463e1805eaa55d2b4a72cc18566243cc8f86c536ac7f22dd0519cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6b4e97eb2be26292d8599a17788ad6f2c8f7d370e8c058837b00751b05da7229_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:40c545460c4d32bf3c9697ecfc6abb18030c7004f685f15d76350ce74ba44424_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:51e9d490cf36cb0feb1b3b8a94d7054acf26a3ac88da128074038ab044d2e4e0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:498d9e4ce2f46c2344aca5f23912a901d7365d6d9fe99b21b78fcb2078c201d6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:2649b88264da27debbc44dee10a737b0ce0e50e8f228495ee8fc6d60d6cc8054_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:7dab5e3d3c90a1c21489dd373362c32e776e3f7b6b9be8078dc6048ec616e99a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:878aabcf6296fc58098ef215a91fb6c6b59fac92baf6df40f4db6e27bd12cbd3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:9041b978f28c8f97eaaaf3576c70e81b0604b54ad02a24b1c291b3a7e61f4953_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:37fe2142c7706fc3ac40e773993ec23f65d12f1a7087139f82169c3da23871b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3e24375d51a95405a332271b56a30269c441ee148b12d02ba559f6c71594a760_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ccaff34c562bafb33a8dea281c1bac0cf95538df011ed80e46da34d5255c5d9b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:408c5535b3665ca4d877d7dfa3b346632ca40d3b4467c68ce69721b9fe6b663d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7ca9ddcf1d023872cd29aa8ccf7ae6e8be5963741eec53c4f83c6b7ebdd6a6d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:13a23d02ea105d8e33dff2a113cc71fe2c91d5b1564de02c713bf9a3559ac31a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:57a453ca5454c330f36063eaccf5e56d0587b165ec2b5daa84f5e3fb36d57dcf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:6a10569c2c9a64c149053d93708dad01e9d0c23e1c5e64042addac8edc18baa4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:a855f45a1cc36c69d87ee2dbc0caba1801ba2702f767855bf9f1c9dee2d9a6ca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:cc6161f9c4e5bb62a5a3d296f699f03516184964a25a42a7c13733b8a733c817_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:9dc2b95ff43ce474ccfe3307a569c97bff50af678be1144f096be0bbec7f30ea_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:aeefaab0fdaa986a77bbeef108cef1d29156ebc98a4fa927d84918f2e3c4819b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:03a0dd7562d5afe26f6a506074ef78149ebd7f64fff51115f3a774cf140311c4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c7f937087f3a7ca3a70cf71e3208846c728b7abadb53672d07a96119acb8725b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4833367e7a3a94b76b350799227dcebb0f118250ad417b6f5e339dd0385186e2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:aa2d6d91116fa09430e64928aba25e3ecfd7b5ad31ca2cbea70edbb0755deb0a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:bc7e12534ca38a42842646dbde9de4d2049c6b0bf464cb1eb1cdb1302e8bbb6e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:3c7e80f9a5ee0569bbb9a2ad686749e68dd0d1a4fb76ee6dd7b4ea5f88b36ac2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a793e754e58d2cfb56eafd41c20d469afaccfd1410950bd183b59ddc7acb0d17_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:8e97f21095056f5ccaed22f0b2029c880b4630773ac2140149c077accd5f8366_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:b0d3ac017b538f8eab7a7346b7ac5eb5b53a963e0ff48570e9c2692ef2c19d30_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e1f7faee2f1494de270d580eda9a9985afdb417524b742cc07aec693acd32d34_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:8b63d02eec2eae0ac602b7bd8d98698c3d09176c8888278d8399de283229cc00_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:3e701c8548c819879e65db4d664be2175d90ac65f02634a900e4b41fccf04ce9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:84424961239f48399cee6090dc34c961c7362d7ecd51dbbda6eeaed77af69b28_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:dbaf313c82ac182eb2524d61e481aaca79ee9aa23408c0430fbe507b4b2ecc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:0471b66596dff273beb47a7ae9ef29c2d319cfd2f568fba91917b9594e7ff6b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:12a05f3c86f9349e25f4341257caee5ce93018cc4e56f881ec083768723a7d46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:24a0a72d8393301dc1222edab256e7a3ec16bc70f6623152c3c04f6a9c59e045_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:680dca24a86e43ba38e7b84ac1f4d186499e6c0b25d1b60167c8159df184f5ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:901f3803636371dea5dcc990ce5c4fa4ac8a700b96a2aa31ccbc4b527e377493_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:5bf4e142c4efb9c3d3811490c2af07717409f31b8536c8378f8c956799ee29ed_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:0788ddcf0a9df3bfa702d9728176cac1236c875527f955380c9dc81a3d9026e9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:ed74e3c3cd6f0dfcee228dd37d6015ae00659c89328987ebf4e856538d44acbc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:71a8c05a6abd1ddf54e114d23531c544641aa540e63d440b09d044aa275dfb00_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:c12c79616e9b9d53ba1241a8cb413af4b9b666d687e2eb03612e24820650d05a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:e0d9bd0683c12278d66ce930558b75c81579c1e98025b4e29f6791e6728ffd39_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:5cf8c60541ee633619c206ff29e9a31eb72a5972e0fa4676821477ac63c11145_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:b1f999470b563da16441760553ecf03df3afe07a6bfc670e2585960ff1572aa8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:dd83ff4f5a128daa3da369b7d55e5c85962ad139c2e90f38ae1379f45e25d3b8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:996f41eca94f896224a148d4cf22124284fdd4dc913d03185265162767102aa7_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:bfe2e48476b2573f00ac656298fa712dcb2393d2871fb0abad1a16f10e72a468_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:bf3ce5247b64b65685f59cb0c33b1c933cf3a215d44f019ee79bb83be4be64fd_amd64",
"9Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bb723cca7c08218a6434043473b8c0b20ef8390d47bfbdecad63ec5b64857ba3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-etcd-rhel9@sha256:10fd740e1b62bfd59af59d562b72d80e9512d2822e70a41c15136f567d63cd30_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:f52b2903d4ca83deb02ed7ed5cd073764229e057cc9df579db0bbde304c35432_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:095164d2f1c01a6eb6d84bca0dff1f6f7fb8594cff43c2a7552e2cfa5810a4d4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:e428c7558dccf9449ba5761f73f5940c895eb503fc443a9acd37885b87cd01d3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f989cebce6c372b3b5b1760437005c6c65a790d81cd5a5b1037b03aee73884b3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:15695550dfee18b27552a0e40ef04c87867c8e84dc67395103b30884ac4c1379_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-rhel9@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64",
"9Base-RHOSE-4.13:rhcos@sha256:d0c6c2b7e435e33e345476c3710295e8427c0f28ffa2fe780d01b2f8d0571f22_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-05-15T16:34:38+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 https://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html/release_notes\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64 architecture. The image digest may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\n The sha value for the release is as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:2f46021d7977a7211e043834bda0a0fd728e04cdc7c7b657aa1f51ee7a1fbf34\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": [
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:4584e4b91a2c79b2350c1e615099ce652a0cf1f5f6174a573b2db9a77680f0e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f89ec093de1ecac1c670bdbbe29fabdc9a49bf579644e577e6b48bfb743f76c2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9acd281012ec22619bdb11973382d7c946c29f536594ef7a29a84270fd2e761c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:77f21feed46735c4bde09073d9e963823e48be7193089e7088998fe096794690_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:378d9776571943b4872fe24a655a151b06e85018a9e13955c0cef76763930a68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:2574f9ee676921882d47f4b89305f853c195b60ff1f4de1e07dcd1e57a7da9b5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:d54b4ec05a971bc94879cf518004e35ba15107bf9315241f65f228c3179a4c5a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4677"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:2af0c5f28710eef08d7e795b2f2fd396239446741ad1e1e658554cc5b2d7499c_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:4a1882927aa0730aa113759930b4f529ee268c264f17ff912774f7a1d98ca18d_amd64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:d7e0ec5ad37bab321ac8a40dcb64384eb3c16ae5e858464ee1c32cb20401f526_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:c02e74a36878bc56a7b415654bfff711c1794ac0a3c3648c5fd2170675ae87da_amd64",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:54410c3040cb45b528c6c701da77bf3294edc0cbf75c2afd4110b20fca1c59e1_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:cd8cad7979a93f0a3d782643f478ba0b37a36b2c2d1de1ed552718d1bb270985_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:4584e4b91a2c79b2350c1e615099ce652a0cf1f5f6174a573b2db9a77680f0e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:40faeeee70ac61a27f15c02a2fe4de5d186cc6caa7a2773dca5b20bd9ac45738_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f89ec093de1ecac1c670bdbbe29fabdc9a49bf579644e577e6b48bfb743f76c2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9acd281012ec22619bdb11973382d7c946c29f536594ef7a29a84270fd2e761c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:6b35661834a938fe9accb877934fc523a4782d00e08926577abd4687aa029efb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:16b3ecc755a547774f58334978ed72c6700c898ca06bcd0184d39e830709e707_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:47ad1365190ac5eafe893d49d8cf55e057ada01198661d27163f08841e4de5e3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:24e838680502b2efd46c17b2210f053860c91ba396786b8d5350a553bb6aae54_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:88bab056feb7370de294928e88d79505fbff5dfc084ee5f109f6a81bb54858df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:c2318383b8ee9cefbd1e4a072c67819045404b125ba0b3167699af6b2e8f719d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d28ffcbdfec5913dc17c81451883108f1e7df09ccb3a89cdd69a096927a8e430_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0f31ee297e5fe72c4d21253c671153b5afa401fb24f90461f24e3183a9e102dd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ca6b67a58ba88779d5263fd75700596c2591d9808c6ae14d436401073ba1ab2d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:dd13b3c6fa06cc0f137edde8542422d663ff31d52e0d062cfba8229fedaed19e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:7d795f9d529424252eabcac30a80bb9d8a02aaae37c0563abf35af0f464f0807_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:fbd74802479830111e35763fea31b88da573084ad4abb427d59d766612c023b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:d085d1bf9d4a6bdae5bdaa1f4a763b5920b3e33ea934b6d1f517d08b9227e69f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:f6e4075c3c79257c2bfc92505478ef6950f2050dce21315024e95a6519065d97_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:27cce691de1d1381b562bdb6b766869ad75edacfc05f361646e66796cea06313_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6e35ce11cabf52a803c7cfd6d2f330a8ee2ba6d9459322cc3c3abf6b4811a57c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:25ce6b1769053a3e4e25be76977512192c26ceddbab24436f9fe7a30e866913c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:a8a9b3fc602cd6fc44ce88479c5cbd7412b819a1253a70beec72c77f9e7ce83d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:e8fe0ee9e4efcae284a304ae161a6b5fbc79f25a0d199d575c8ca052695280a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:6b8c2b0117065c58987970228d46009d56b37f193e3724f4f30cfbe1a09abec7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:a443f3127d8b96a22fa7900300129a6c0fa64546347f27028fa253868b417ff6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:36c8e50b8095ff8d0a1920be25c61f41369d1c1b881c6736b752b4798b68262e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:7bc8b50dd45977990c97e0bf4efefe47996e468ab674134f1e7d4fad80a0f2e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:13b7885ab87b62004ed049d8a66a52200d1aa2c81c6c837447e8d3d77b3e1198_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:65702387c6fab6f1b61f98225b933d1f6747880ccb0dc00859ca46da10c76e0a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:2660d9c9efbdbe443f028c6da32f8a8e40b7b8f89bb87b0a4c40d76cecd5575f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:6b2d96ac2373cc38abdaf928c8b9a4a0e328448c4a4c1b912825eef1d5adaa11_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:0c154837dde720dceb45182745f8df4a5a2e91672b583aeb75397eeb5dc91a7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:712c0764287b2356861e4f2212fd358ebe37020f0ff83add75f36362e8d23415_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:72975b5b89a5593059cc8fa7cb28f97e8162cee53714240c11394b985fcfb696_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a823081474886c5133db8eb99f43cf0c9d1239d56ca5098d514550f350e0ceec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:0a5f50af966f4e19fdef5e5491796813201f8aea49ebd778531bdbaacab94525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:1cbcdd54ae0eceb61c7602047f65337658b5a8330ee148b88714c9e8d672c722_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:9e681145acf5573d1413fb3dad67f904c56b851aff01a82c77584fd2e1e31470_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:7cf66ea30093dc3981ba473fb4e8bc4befa8f89f019a5012a62e5063cbcde6b6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:77f21feed46735c4bde09073d9e963823e48be7193089e7088998fe096794690_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:6853d2832fbe97325cdb1914a7b1c1ea019730f6e35f205b760982f73d85de7f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:e0c2fbe470b2bdf9c11c10eedaa043748e3c6fdd0b5fc6b7b76b0c44c099541b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:1646b13b3c7a4543caf98b9651d9204054261759313f75dd2c2d25777c43c898_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:9c351a7613a2a8218034d576f23e586f7bf47d280e8ef138c6bf0c2eef4b1748_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:be5dbe5f253ff397f62e33538cba44ebaf65a3ad96fb652c281714ce932e8949_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:4e7c9c7ec5d9968b01b1087fbead7a1fd0b51d9d86ed4d0c6421bcfa0b33c9cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:001a007b7abf6e42ecf097da21c0c27322773255617a6c40335758b1f3e576cd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:495ceadf5a23cc85337a72d816250baffe6426709f00a66761cf05a9336cc6db_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:b993202bb1199a75fb91014687b7a8b61c65c5513c1d88cad2a4ec5e2bdb7e3c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:66968387cbd620992c14e7638208ac16f132f3ea3dfdb83fd6e4465c2e779ad2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:3adaf4ced0fd01304f880dc13ad46d1855c9cda4ae6a32ebe6c1bc260ed232ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:29f6dcc03b15f8aaf71b0eb2b1c3f44c06e2ecd31a1e0eac763cde104a945618_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1a9f4b9cd573737365e13982f28725f8b9fade5f4d1d4d08f77d87d3891fbef9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:653e624f9859753e1f264bdd685359b7c619204c86b4085d063a6f12f5a44f7b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:1af29ca3c278969bef85f7dc7f0bee1f9c3e5aca90862b0bcff1859ade8c63c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:09b097bd1bf8f35e359d98e26e659b9bba4e0f02f29fe2fbf9492438a881dd38_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-update-keys@sha256:5133104ec8594ca380fa51cde56733df7a264c56af44c7eed34e230265180dc4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:6d44f497dd7421cca40a47485669d8ab2b0e3b78fb1ceef594d63ff96a20a246_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:218c5884c34ca73fcfda585b4997cc0fa427b13608d34b14920336c23ae5ba13_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:e9250415deb48c9e063799d0f3d1239bdb30d10fb58d8e32a987839c72ca8e79_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:7e0533a83d97732cd1b940bcdba77e43ffcea5073b8fe9dafc7e177b0170adcb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:7b8d30540a71df4fe3c017ad768ab3a7b05e8db8f68916162f36e2044cfddce3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:397e8e06204f87160fa6a831d7c7bf9c27b450c0deb6e89f6790b897593ce826_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:73c37ef100613a46a99b1860a295f86e23b96d8a7e44cde52583a8fd7605585e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:1e38f0daecc74a115a854300f36bf3af6cfe0c6a36f431a183449a49e2a0d07e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:47292803c6ec0f9b2ef5ec62d35f479b842ad39b752b63f515f230db69c3b691_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9a051f979c35d69d59b5e96bf2d4a31e509345ee4a64b1301324a116bc981a72_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a30891e1058b5fc9d08f93012f631748b9d2292d8d739203e22365d497afbc65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:0059cc67dd9f302cbab916dea5b0246c4ae6288c22316e135a0b899b7e49d7bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:36eefef18accd753b869788b4891d50f87ee33f4dff87a1b7ef9ce4db35e86a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:3a143fbec3d5abcc47bb625bfd13f88a2264c2f922dbfc3e04ac623a4d7c15f7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:0b3e1752a2842bb6a7f7f251b76a67ec9ce5c10bb0dd8f688eede69f864fc657_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:b15cc982fc79f1afc7346d578821c6c80ae6e1e0b6ee1c2e77340cfff0a2be57_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:6c8e361878de34517ebd3f23e84577d683ef1c0d61ecbb257de9291ff4c56691_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf4035279328a71212fc25a49ade7f2f224d4f46a3241b4b4d48ca0527f11aff_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3a5a5080bf1f1198f4f49a3a474cea519ac5332db52ebd91bc795369254ccf7b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:0d4983cbb596643ce8140dfb06e738e925786aff000ab33f0b863c93603f9d51_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:6d8a8a5e831e290aca259791f8c42b470cfe002bab823f09f8153f284925bd33_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:bcf097ca234ae44758d4b426a5d41ba9d95806ff974d2d03f6976d5133a76b1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:378d9776571943b4872fe24a655a151b06e85018a9e13955c0cef76763930a68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:cdddb704698b35cf7ce3e91ef6b9d2ed2b5f1ac2941f966d79a97225a2579c2d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:614485c10f4dc40e0fe24ebcd26480a1c8441d29e1b9061f183dea6cf30b384b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:2574f9ee676921882d47f4b89305f853c195b60ff1f4de1e07dcd1e57a7da9b5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:d54b4ec05a971bc94879cf518004e35ba15107bf9315241f65f228c3179a4c5a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:118e85b8ca2be3002a071d7ccdc83595c8a8bc83dea998f862b6ca994c722248_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:7deadb9848327da5e53bfca444b0ce73a64b98cfadf8721bd6b21badd0dcaa92_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:f7860bce172a8ed856f08a931a0285530ce760ab1fd2653a5c2647c9c2688989_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3b26166f3dbbdbf2c124ea03216d88f9a28fc13216f74db5b39e56e180f96772_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:6301f8f4ae0959902ebb2fc0ce91bb62d9e303a6e9bd50aa2e1132f0602cb897_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e4cfbbd550b90aceccc67031688e08e6934087c9d3840f4f2345f96ddd33859d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:6b92e5ba76d93a9521a78770eba00751255a944259c03e0ecf27d4f365cf7f08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-keepalived-ipfailover@sha256:0113877f25903b83281dd2c1912e0175af7e3b194ccd655604c66db312583338_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9ebfddb9b8fcef8231c880f5490281ab1af8ac19ef575b70289f0ec70cbbecdb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:a36a30554e4c4798035ea67b7059e136f6104ecd07efe3ec401c20e2b515b376_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:ed06f12419f8284861ad401be0405263ee2448b287b8c350312684d09eb73741_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:3456eaec2b1691a940a9daeb60d9f58e46b34c95551df276696a816e5d8f61e0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ceeb74be0133aa5263654f36c89e82b74fa32629b9448350c69c4ffd3be8ef11_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:d10aeeef401ea96b2d239cd7c23bdbd29d5f95bb339e79a36346594f97f1a272_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-controller-rhel8@sha256:a85096156df15207d9ea7a30d277f0148393e1cb1f5fd0f5c01b7e407845c0c4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:dcc12f84b87b1c8d195f0a9115ec08919c722ab3f1b7f3e3d1d1786a3058636b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:dbddca5c90a427f81e481473cad8d6de11ac4338d76622437e6846eac0bb9a50_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:bbd58b9e4834f076a5779e103ba4817262517a57abfc942d8184123700906d3c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:994d3f869f103d294e5eb947700c60da5f9d21bdfb7f2092bcf2ad1bf8617239_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:472872bf3463e1805eaa55d2b4a72cc18566243cc8f86c536ac7f22dd0519cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6b4e97eb2be26292d8599a17788ad6f2c8f7d370e8c058837b00751b05da7229_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:40c545460c4d32bf3c9697ecfc6abb18030c7004f685f15d76350ce74ba44424_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:51e9d490cf36cb0feb1b3b8a94d7054acf26a3ac88da128074038ab044d2e4e0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:498d9e4ce2f46c2344aca5f23912a901d7365d6d9fe99b21b78fcb2078c201d6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:2649b88264da27debbc44dee10a737b0ce0e50e8f228495ee8fc6d60d6cc8054_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:7dab5e3d3c90a1c21489dd373362c32e776e3f7b6b9be8078dc6048ec616e99a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:878aabcf6296fc58098ef215a91fb6c6b59fac92baf6df40f4db6e27bd12cbd3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:9041b978f28c8f97eaaaf3576c70e81b0604b54ad02a24b1c291b3a7e61f4953_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:37fe2142c7706fc3ac40e773993ec23f65d12f1a7087139f82169c3da23871b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3e24375d51a95405a332271b56a30269c441ee148b12d02ba559f6c71594a760_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ccaff34c562bafb33a8dea281c1bac0cf95538df011ed80e46da34d5255c5d9b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:408c5535b3665ca4d877d7dfa3b346632ca40d3b4467c68ce69721b9fe6b663d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7ca9ddcf1d023872cd29aa8ccf7ae6e8be5963741eec53c4f83c6b7ebdd6a6d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:13a23d02ea105d8e33dff2a113cc71fe2c91d5b1564de02c713bf9a3559ac31a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:57a453ca5454c330f36063eaccf5e56d0587b165ec2b5daa84f5e3fb36d57dcf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:6a10569c2c9a64c149053d93708dad01e9d0c23e1c5e64042addac8edc18baa4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:a855f45a1cc36c69d87ee2dbc0caba1801ba2702f767855bf9f1c9dee2d9a6ca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:cc6161f9c4e5bb62a5a3d296f699f03516184964a25a42a7c13733b8a733c817_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:9dc2b95ff43ce474ccfe3307a569c97bff50af678be1144f096be0bbec7f30ea_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:aeefaab0fdaa986a77bbeef108cef1d29156ebc98a4fa927d84918f2e3c4819b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:03a0dd7562d5afe26f6a506074ef78149ebd7f64fff51115f3a774cf140311c4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c7f937087f3a7ca3a70cf71e3208846c728b7abadb53672d07a96119acb8725b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4833367e7a3a94b76b350799227dcebb0f118250ad417b6f5e339dd0385186e2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:aa2d6d91116fa09430e64928aba25e3ecfd7b5ad31ca2cbea70edbb0755deb0a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:bc7e12534ca38a42842646dbde9de4d2049c6b0bf464cb1eb1cdb1302e8bbb6e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:3c7e80f9a5ee0569bbb9a2ad686749e68dd0d1a4fb76ee6dd7b4ea5f88b36ac2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a793e754e58d2cfb56eafd41c20d469afaccfd1410950bd183b59ddc7acb0d17_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:8e97f21095056f5ccaed22f0b2029c880b4630773ac2140149c077accd5f8366_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:b0d3ac017b538f8eab7a7346b7ac5eb5b53a963e0ff48570e9c2692ef2c19d30_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e1f7faee2f1494de270d580eda9a9985afdb417524b742cc07aec693acd32d34_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:8b63d02eec2eae0ac602b7bd8d98698c3d09176c8888278d8399de283229cc00_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:3e701c8548c819879e65db4d664be2175d90ac65f02634a900e4b41fccf04ce9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:84424961239f48399cee6090dc34c961c7362d7ecd51dbbda6eeaed77af69b28_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:dbaf313c82ac182eb2524d61e481aaca79ee9aa23408c0430fbe507b4b2ecc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:0471b66596dff273beb47a7ae9ef29c2d319cfd2f568fba91917b9594e7ff6b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:12a05f3c86f9349e25f4341257caee5ce93018cc4e56f881ec083768723a7d46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:24a0a72d8393301dc1222edab256e7a3ec16bc70f6623152c3c04f6a9c59e045_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:680dca24a86e43ba38e7b84ac1f4d186499e6c0b25d1b60167c8159df184f5ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:901f3803636371dea5dcc990ce5c4fa4ac8a700b96a2aa31ccbc4b527e377493_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:5bf4e142c4efb9c3d3811490c2af07717409f31b8536c8378f8c956799ee29ed_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:0788ddcf0a9df3bfa702d9728176cac1236c875527f955380c9dc81a3d9026e9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:ed74e3c3cd6f0dfcee228dd37d6015ae00659c89328987ebf4e856538d44acbc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:71a8c05a6abd1ddf54e114d23531c544641aa540e63d440b09d044aa275dfb00_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:c12c79616e9b9d53ba1241a8cb413af4b9b666d687e2eb03612e24820650d05a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:e0d9bd0683c12278d66ce930558b75c81579c1e98025b4e29f6791e6728ffd39_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:5cf8c60541ee633619c206ff29e9a31eb72a5972e0fa4676821477ac63c11145_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:b1f999470b563da16441760553ecf03df3afe07a6bfc670e2585960ff1572aa8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:dd83ff4f5a128daa3da369b7d55e5c85962ad139c2e90f38ae1379f45e25d3b8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:996f41eca94f896224a148d4cf22124284fdd4dc913d03185265162767102aa7_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:bfe2e48476b2573f00ac656298fa712dcb2393d2871fb0abad1a16f10e72a468_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:bf3ce5247b64b65685f59cb0c33b1c933cf3a215d44f019ee79bb83be4be64fd_amd64",
"9Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bb723cca7c08218a6434043473b8c0b20ef8390d47bfbdecad63ec5b64857ba3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-etcd-rhel9@sha256:10fd740e1b62bfd59af59d562b72d80e9512d2822e70a41c15136f567d63cd30_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:f52b2903d4ca83deb02ed7ed5cd073764229e057cc9df579db0bbde304c35432_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:095164d2f1c01a6eb6d84bca0dff1f6f7fb8594cff43c2a7552e2cfa5810a4d4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:e428c7558dccf9449ba5761f73f5940c895eb503fc443a9acd37885b87cd01d3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f989cebce6c372b3b5b1760437005c6c65a790d81cd5a5b1037b03aee73884b3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:15695550dfee18b27552a0e40ef04c87867c8e84dc67395103b30884ac4c1379_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-rhel9@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64",
"9Base-RHOSE-4.13:rhcos@sha256:d0c6c2b7e435e33e345476c3710295e8427c0f28ffa2fe780d01b2f8d0571f22_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": [
"8Base-RHOSE-4.13:openshift4/cloud-network-config-controller-rhel8@sha256:2af0c5f28710eef08d7e795b2f2fd396239446741ad1e1e658554cc5b2d7499c_amd64",
"8Base-RHOSE-4.13:openshift4/egress-router-cni-rhel8@sha256:4a1882927aa0730aa113759930b4f529ee268c264f17ff912774f7a1d98ca18d_amd64",
"8Base-RHOSE-4.13:openshift4/kubevirt-csi-driver-rhel8@sha256:d7e0ec5ad37bab321ac8a40dcb64384eb3c16ae5e858464ee1c32cb20401f526_amd64",
"8Base-RHOSE-4.13:openshift4/network-tools-rhel8@sha256:c02e74a36878bc56a7b415654bfff711c1794ac0a3c3648c5fd2170675ae87da_amd64",
"8Base-RHOSE-4.13:openshift4/oc-mirror-plugin-rhel8@sha256:54410c3040cb45b528c6c701da77bf3294edc0cbf75c2afd4110b20fca1c59e1_amd64",
"8Base-RHOSE-4.13:openshift4/openshift-route-controller-manager-rhel8@sha256:cd8cad7979a93f0a3d782643f478ba0b37a36b2c2d1de1ed552718d1bb270985_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-api-server-rhel8@sha256:4584e4b91a2c79b2350c1e615099ce652a0cf1f5f6174a573b2db9a77680f0e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:40faeeee70ac61a27f15c02a2fe4de5d186cc6caa7a2773dca5b20bd9ac45738_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-node-agent-rhel8@sha256:f89ec093de1ecac1c670bdbbe29fabdc9a49bf579644e577e6b48bfb743f76c2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:9acd281012ec22619bdb11973382d7c946c29f536594ef7a29a84270fd2e761c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:6b35661834a938fe9accb877934fc523a4782d00e08926577abd4687aa029efb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:16b3ecc755a547774f58334978ed72c6700c898ca06bcd0184d39e830709e707_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:47ad1365190ac5eafe893d49d8cf55e057ada01198661d27163f08841e4de5e3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:24e838680502b2efd46c17b2210f053860c91ba396786b8d5350a553bb6aae54_amd64",
"8Base-RHOSE-4.13:openshift4/ose-apiserver-network-proxy-rhel8@sha256:88bab056feb7370de294928e88d79505fbff5dfc084ee5f109f6a81bb54858df_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:c2318383b8ee9cefbd1e4a072c67819045404b125ba0b3167699af6b2e8f719d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d28ffcbdfec5913dc17c81451883108f1e7df09ccb3a89cdd69a096927a8e430_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0f31ee297e5fe72c4d21253c671153b5afa401fb24f90461f24e3183a9e102dd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:ca6b67a58ba88779d5263fd75700596c2591d9808c6ae14d436401073ba1ab2d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:dd13b3c6fa06cc0f137edde8542422d663ff31d52e0d062cfba8229fedaed19e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:7d795f9d529424252eabcac30a80bb9d8a02aaae37c0563abf35af0f464f0807_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:fbd74802479830111e35763fea31b88da573084ad4abb427d59d766612c023b9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:d085d1bf9d4a6bdae5bdaa1f4a763b5920b3e33ea934b6d1f517d08b9227e69f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:f6e4075c3c79257c2bfc92505478ef6950f2050dce21315024e95a6519065d97_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:27cce691de1d1381b562bdb6b766869ad75edacfc05f361646e66796cea06313_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:6e35ce11cabf52a803c7cfd6d2f330a8ee2ba6d9459322cc3c3abf6b4811a57c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-azure-file-csi-driver-rhel8@sha256:25ce6b1769053a3e4e25be76977512192c26ceddbab24436f9fe7a30e866913c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-installer-rhel8@sha256:a8a9b3fc602cd6fc44ce88479c5cbd7412b819a1253a70beec72c77f9e7ce83d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-machine-controllers@sha256:e8fe0ee9e4efcae284a304ae161a6b5fbc79f25a0d199d575c8ca052695280a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-rhel8-operator@sha256:6b8c2b0117065c58987970228d46009d56b37f193e3724f4f30cfbe1a09abec7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:a443f3127d8b96a22fa7900300129a6c0fa64546347f27028fa253868b417ff6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli-artifacts@sha256:36c8e50b8095ff8d0a1920be25c61f41369d1c1b881c6736b752b4798b68262e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cli@sha256:7bc8b50dd45977990c97e0bf4efefe47996e468ab674134f1e7d4fad80a0f2e8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cloud-credential-operator@sha256:13b7885ab87b62004ed049d8a66a52200d1aa2c81c6c837447e8d3d77b3e1198_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-api-rhel8@sha256:65702387c6fab6f1b61f98225b933d1f6747880ccb0dc00859ca46da10c76e0a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-authentication-operator@sha256:2660d9c9efbdbe443f028c6da32f8a8e40b7b8f89bb87b0a4c40d76cecd5575f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler-operator@sha256:6b2d96ac2373cc38abdaf928c8b9a4a0e328448c4a4c1b912825eef1d5adaa11_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-autoscaler@sha256:0c154837dde720dceb45182745f8df4a5a2e91672b583aeb75397eeb5dc91a7a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:712c0764287b2356861e4f2212fd358ebe37020f0ff83add75f36362e8d23415_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-bootstrap@sha256:72975b5b89a5593059cc8fa7cb28f97e8162cee53714240c11394b985fcfb696_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-capi-rhel8-operator@sha256:3a94048764fad9a13196ebe74e609226c419fccb14363b95091ce5ed21be40a2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:a823081474886c5133db8eb99f43cf0c9d1239d56ca5098d514550f350e0ceec_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-config-operator@sha256:0a5f50af966f4e19fdef5e5491796813201f8aea49ebd778531bdbaacab94525_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:1cbcdd54ae0eceb61c7602047f65337658b5a8330ee148b88714c9e8d672c722_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:9e681145acf5573d1413fb3dad67f904c56b851aff01a82c77584fd2e1e31470_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-dns-operator@sha256:7cf66ea30093dc3981ba473fb4e8bc4befa8f89f019a5012a62e5063cbcde6b6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-etcd-rhel8-operator@sha256:77f21feed46735c4bde09073d9e963823e48be7193089e7088998fe096794690_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-image-registry-operator@sha256:6853d2832fbe97325cdb1914a7b1c1ea019730f6e35f205b760982f73d85de7f_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-ingress-operator@sha256:e0c2fbe470b2bdf9c11c10eedaa043748e3c6fdd0b5fc6b7b76b0c44c099541b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-apiserver-operator@sha256:1646b13b3c7a4543caf98b9651d9204054261759313f75dd2c2d25777c43c898_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:9c351a7613a2a8218034d576f23e586f7bf47d280e8ef138c6bf0c2eef4b1748_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-controller-manager-operator@sha256:be5dbe5f253ff397f62e33538cba44ebaf65a3ad96fb652c281714ce932e8949_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-scheduler-operator@sha256:4e7c9c7ec5d9968b01b1087fbead7a1fd0b51d9d86ed4d0c6421bcfa0b33c9cc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:001a007b7abf6e42ecf097da21c0c27322773255617a6c40335758b1f3e576cd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-machine-approver@sha256:495ceadf5a23cc85337a72d816250baffe6426709f00a66761cf05a9336cc6db_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-monitoring-operator@sha256:b993202bb1199a75fb91014687b7a8b61c65c5513c1d88cad2a4ec5e2bdb7e3c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-network-operator@sha256:66968387cbd620992c14e7638208ac16f132f3ea3dfdb83fd6e4465c2e779ad2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-apiserver-operator@sha256:3adaf4ced0fd01304f880dc13ad46d1855c9cda4ae6a32ebe6c1bc260ed232ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:29f6dcc03b15f8aaf71b0eb2b1c3f44c06e2ecd31a1e0eac763cde104a945618_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:1a9f4b9cd573737365e13982f28725f8b9fade5f4d1d4d08f77d87d3891fbef9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-policy-controller-rhel8@sha256:653e624f9859753e1f264bdd685359b7c619204c86b4085d063a6f12f5a44f7b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-samples-operator@sha256:1af29ca3c278969bef85f7dc7f0bee1f9c3e5aca90862b0bcff1859ade8c63c6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-storage-operator@sha256:09b097bd1bf8f35e359d98e26e659b9bba4e0f02f29fe2fbf9492438a881dd38_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-update-keys@sha256:5133104ec8594ca380fa51cde56733df7a264c56af44c7eed34e230265180dc4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-cluster-version-operator@sha256:6d44f497dd7421cca40a47485669d8ab2b0e3b78fb1ceef594d63ff96a20a246_amd64",
"8Base-RHOSE-4.13:openshift4/ose-configmap-reloader@sha256:218c5884c34ca73fcfda585b4997cc0fa427b13608d34b14920336c23ae5ba13_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console-operator@sha256:e9250415deb48c9e063799d0f3d1239bdb30d10fb58d8e32a987839c72ca8e79_amd64",
"8Base-RHOSE-4.13:openshift4/ose-console@sha256:7e0533a83d97732cd1b940bcdba77e43ffcea5073b8fe9dafc7e177b0170adcb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-container-networking-plugins-rhel8@sha256:7b8d30540a71df4fe3c017ad768ab3a7b05e8db8f68916162f36e2044cfddce3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-coredns@sha256:397e8e06204f87160fa6a831d7c7bf9c27b450c0deb6e89f6790b897593ce826_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:73c37ef100613a46a99b1860a295f86e23b96d8a7e44cde52583a8fd7605585e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-manila-rhel8@sha256:1e38f0daecc74a115a854300f36bf3af6cfe0c6a36f431a183449a49e2a0d07e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-nfs-rhel8@sha256:47292803c6ec0f9b2ef5ec62d35f479b842ad39b752b63f515f230db69c3b691_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:9a051f979c35d69d59b5e96bf2d4a31e509345ee4a64b1301324a116bc981a72_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:a30891e1058b5fc9d08f93012f631748b9d2292d8d739203e22365d497afbc65_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:0059cc67dd9f302cbab916dea5b0246c4ae6288c22316e135a0b899b7e49d7bd_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher-rhel8@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-attacher@sha256:7c5e3a5b97fbbdd7984a81e8fca0ffd85f8408a7206ff79db9dbbb4e94a32034_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner-rhel8@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-provisioner@sha256:b130bbfc93fca14bbdaa484be203fd3dd15e78d63042e02c6aba9e9ba8817573_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer-rhel8@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-resizer@sha256:b3d93ecc3d6e26f25e4ef56af644f9d0b60a75a524cd8e0e3455a8ff2024a4f2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter-rhel8@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-external-snapshotter@sha256:14047f83616570d9584879c0444bab2f328c438a857132ec38fd4d5aa2fc522a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe-rhel8@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-livenessprobe@sha256:504db9220e1bf46791e0b7a995543d5e587ed60c486cd708dfaef2d4260a71a7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-node-driver-registrar@sha256:cb2129b719e6997ee147459edce6ba20c00e2308ab81f9b18f842f540b07cf37_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller-rhel8@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-controller@sha256:5ca220ee6f72706d394e8d9cb1c1dc25a8d18fe284c9306a3f703b7b28671824_amd64",
"8Base-RHOSE-4.13:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:36eefef18accd753b869788b4891d50f87ee33f4dff87a1b7ef9ce4db35e86a8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-deployer@sha256:3a143fbec3d5abcc47bb625bfd13f88a2264c2f922dbfc3e04ac623a4d7c15f7_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-builder@sha256:0b3e1752a2842bb6a7f7f251b76a67ec9ce5c10bb0dd8f688eede69f864fc657_amd64",
"8Base-RHOSE-4.13:openshift4/ose-docker-registry@sha256:b15cc982fc79f1afc7346d578821c6c80ae6e1e0b6ee1c2e77340cfff0a2be57_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:6c8e361878de34517ebd3f23e84577d683ef1c0d61ecbb257de9291ff4c56691_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf4035279328a71212fc25a49ade7f2f224d4f46a3241b4b4d48ca0527f11aff_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3a5a5080bf1f1198f4f49a3a474cea519ac5332db52ebd91bc795369254ccf7b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:0d4983cbb596643ce8140dfb06e738e925786aff000ab33f0b863c93603f9d51_amd64",
"8Base-RHOSE-4.13:openshift4/ose-haproxy-router@sha256:6d8a8a5e831e290aca259791f8c42b470cfe002bab823f09f8153f284925bd33_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hyperkube@sha256:bcf097ca234ae44758d4b426a5d41ba9d95806ff974d2d03f6976d5133a76b1d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-hypershift-rhel8@sha256:378d9776571943b4872fe24a655a151b06e85018a9e13955c0cef76763930a68_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:cdddb704698b35cf7ce3e91ef6b9d2ed2b5f1ac2941f966d79a97225a2579c2d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:614485c10f4dc40e0fe24ebcd26480a1c8441d29e1b9061f183dea6cf30b384b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:2574f9ee676921882d47f4b89305f853c195b60ff1f4de1e07dcd1e57a7da9b5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:d54b4ec05a971bc94879cf518004e35ba15107bf9315241f65f228c3179a4c5a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:118e85b8ca2be3002a071d7ccdc83595c8a8bc83dea998f862b6ca994c722248_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:7deadb9848327da5e53bfca444b0ce73a64b98cfadf8721bd6b21badd0dcaa92_amd64",
"8Base-RHOSE-4.13:openshift4/ose-image-customization-controller-rhel8@sha256:f7860bce172a8ed856f08a931a0285530ce760ab1fd2653a5c2647c9c2688989_amd64",
"8Base-RHOSE-4.13:openshift4/ose-insights-rhel8-operator@sha256:3b26166f3dbbdbf2c124ea03216d88f9a28fc13216f74db5b39e56e180f96772_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer-artifacts@sha256:6301f8f4ae0959902ebb2fc0ce91bb62d9e303a6e9bd50aa2e1132f0602cb897_amd64",
"8Base-RHOSE-4.13:openshift4/ose-installer@sha256:e4cfbbd550b90aceccc67031688e08e6934087c9d3840f4f2345f96ddd33859d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-k8s-prometheus-adapter@sha256:6b92e5ba76d93a9521a78770eba00751255a944259c03e0ecf27d4f365cf7f08_amd64",
"8Base-RHOSE-4.13:openshift4/ose-keepalived-ipfailover@sha256:0113877f25903b83281dd2c1912e0175af7e3b194ccd655604c66db312583338_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-proxy@sha256:9ebfddb9b8fcef8231c880f5490281ab1af8ac19ef575b70289f0ec70cbbecdb_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-rbac-proxy@sha256:a36a30554e4c4798035ea67b7059e136f6104ecd07efe3ec401c20e2b515b376_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-state-metrics@sha256:ed06f12419f8284861ad401be0405263ee2448b287b8c350312684d09eb73741_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:3456eaec2b1691a940a9daeb60d9f58e46b34c95551df276696a816e5d8f61e0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ceeb74be0133aa5263654f36c89e82b74fa32629b9448350c69c4ffd3be8ef11_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-cni-rhel8@sha256:d10aeeef401ea96b2d239cd7c23bdbd29d5f95bb339e79a36346594f97f1a272_amd64",
"8Base-RHOSE-4.13:openshift4/ose-kuryr-controller-rhel8@sha256:a85096156df15207d9ea7a30d277f0148393e1cb1f5fd0f5c01b7e407845c0c4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-libvirt-machine-controllers@sha256:dcc12f84b87b1c8d195f0a9115ec08919c722ab3f1b7f3e3d1d1786a3058636b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-operator@sha256:dbddca5c90a427f81e481473cad8d6de11ac4338d76622437e6846eac0bb9a50_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-aws-rhel8@sha256:bbd58b9e4834f076a5779e103ba4817262517a57abfc942d8184123700906d3c_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-azure-rhel8@sha256:994d3f869f103d294e5eb947700c60da5f9d21bdfb7f2092bcf2ad1bf8617239_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:472872bf3463e1805eaa55d2b4a72cc18566243cc8f86c536ac7f22dd0519cfc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-api-provider-openstack-rhel8@sha256:6b4e97eb2be26292d8599a17788ad6f2c8f7d370e8c058837b00751b05da7229_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-config-operator@sha256:40c545460c4d32bf3c9697ecfc6abb18030c7004f685f15d76350ce74ba44424_amd64",
"8Base-RHOSE-4.13:openshift4/ose-machine-os-images-rhel8@sha256:51e9d490cf36cb0feb1b3b8a94d7054acf26a3ac88da128074038ab044d2e4e0_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-admission-controller@sha256:498d9e4ce2f46c2344aca5f23912a901d7365d6d9fe99b21b78fcb2078c201d6_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-cni@sha256:2649b88264da27debbc44dee10a737b0ce0e50e8f228495ee8fc6d60d6cc8054_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-networkpolicy-rhel8@sha256:7dab5e3d3c90a1c21489dd373362c32e776e3f7b6b9be8078dc6048ec616e99a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-route-override-cni-rhel8@sha256:878aabcf6296fc58098ef215a91fb6c6b59fac92baf6df40f4db6e27bd12cbd3_amd64",
"8Base-RHOSE-4.13:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:9041b978f28c8f97eaaaf3576c70e81b0604b54ad02a24b1c291b3a7e61f4953_amd64",
"8Base-RHOSE-4.13:openshift4/ose-must-gather@sha256:37fe2142c7706fc3ac40e773993ec23f65d12f1a7087139f82169c3da23871b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-interface-bond-cni-rhel8@sha256:3e24375d51a95405a332271b56a30269c441ee148b12d02ba559f6c71594a760_amd64",
"8Base-RHOSE-4.13:openshift4/ose-network-metrics-daemon-rhel8@sha256:ccaff34c562bafb33a8dea281c1bac0cf95538df011ed80e46da34d5255c5d9b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:408c5535b3665ca4d877d7dfa3b346632ca40d3b4467c68ce69721b9fe6b663d_amd64",
"8Base-RHOSE-4.13:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7ca9ddcf1d023872cd29aa8ccf7ae6e8be5963741eec53c4f83c6b7ebdd6a6d5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-apiserver-rhel8@sha256:13a23d02ea105d8e33dff2a113cc71fe2c91d5b1564de02c713bf9a3559ac31a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-proxy@sha256:57a453ca5454c330f36063eaccf5e56d0587b165ec2b5daa84f5e3fb36d57dcf_amd64",
"8Base-RHOSE-4.13:openshift4/ose-oauth-server-rhel8@sha256:6a10569c2c9a64c149053d93708dad01e9d0c23e1c5e64042addac8edc18baa4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-olm-rukpak-rhel8@sha256:a855f45a1cc36c69d87ee2dbc0caba1801ba2702f767855bf9f1c9dee2d9a6ca_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-apiserver-rhel8@sha256:cc6161f9c4e5bb62a5a3d296f699f03516184964a25a42a7c13733b8a733c817_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-controller-manager-rhel8@sha256:9dc2b95ff43ce474ccfe3307a569c97bff50af678be1144f096be0bbec7f30ea_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openshift-state-metrics-rhel8@sha256:aeefaab0fdaa986a77bbeef108cef1d29156ebc98a4fa927d84918f2e3c4819b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:03a0dd7562d5afe26f6a506074ef78149ebd7f64fff51115f3a774cf140311c4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c7f937087f3a7ca3a70cf71e3208846c728b7abadb53672d07a96119acb8725b_amd64",
"8Base-RHOSE-4.13:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:4833367e7a3a94b76b350799227dcebb0f118250ad417b6f5e339dd0385186e2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-lifecycle-manager@sha256:aa2d6d91116fa09430e64928aba25e3ecfd7b5ad31ca2cbea70edbb0755deb0a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-marketplace@sha256:bc7e12534ca38a42842646dbde9de4d2049c6b0bf464cb1eb1cdb1302e8bbb6e_amd64",
"8Base-RHOSE-4.13:openshift4/ose-operator-registry@sha256:3c7e80f9a5ee0569bbb9a2ad686749e68dd0d1a4fb76ee6dd7b4ea5f88b36ac2_amd64",
"8Base-RHOSE-4.13:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:a793e754e58d2cfb56eafd41c20d469afaccfd1410950bd183b59ddc7acb0d17_amd64",
"8Base-RHOSE-4.13:openshift4/ose-pod@sha256:8e97f21095056f5ccaed22f0b2029c880b4630773ac2140149c077accd5f8366_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:b0d3ac017b538f8eab7a7346b7ac5eb5b53a963e0ff48570e9c2692ef2c19d30_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e1f7faee2f1494de270d580eda9a9985afdb417524b742cc07aec693acd32d34_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:8b63d02eec2eae0ac602b7bd8d98698c3d09176c8888278d8399de283229cc00_amd64",
"8Base-RHOSE-4.13:openshift4/ose-powervs-machine-controllers-rhel8@sha256:3e701c8548c819879e65db4d664be2175d90ac65f02634a900e4b41fccf04ce9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prom-label-proxy@sha256:84424961239f48399cee6090dc34c961c7362d7ecd51dbbda6eeaed77af69b28_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-alertmanager@sha256:dbaf313c82ac182eb2524d61e481aaca79ee9aa23408c0430fbe507b4b2ecc96_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-config-reloader@sha256:0471b66596dff273beb47a7ae9ef29c2d319cfd2f568fba91917b9594e7ff6b4_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-node-exporter@sha256:12a05f3c86f9349e25f4341257caee5ce93018cc4e56f881ec083768723a7d46_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:24a0a72d8393301dc1222edab256e7a3ec16bc70f6623152c3c04f6a9c59e045_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus-operator@sha256:680dca24a86e43ba38e7b84ac1f4d186499e6c0b25d1b60167c8159df184f5ab_amd64",
"8Base-RHOSE-4.13:openshift4/ose-prometheus@sha256:901f3803636371dea5dcc990ce5c4fa4ac8a700b96a2aa31ccbc4b527e377493_amd64",
"8Base-RHOSE-4.13:openshift4/ose-sdn-rhel8@sha256:5bf4e142c4efb9c3d3811490c2af07717409f31b8536c8378f8c956799ee29ed_amd64",
"8Base-RHOSE-4.13:openshift4/ose-service-ca-operator@sha256:0788ddcf0a9df3bfa702d9728176cac1236c875527f955380c9dc81a3d9026e9_amd64",
"8Base-RHOSE-4.13:openshift4/ose-telemeter@sha256:ed74e3c3cd6f0dfcee228dd37d6015ae00659c89328987ebf4e856538d44acbc_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tests@sha256:71a8c05a6abd1ddf54e114d23531c544641aa540e63d440b09d044aa275dfb00_amd64",
"8Base-RHOSE-4.13:openshift4/ose-thanos-rhel8@sha256:c12c79616e9b9d53ba1241a8cb413af4b9b666d687e2eb03612e24820650d05a_amd64",
"8Base-RHOSE-4.13:openshift4/ose-tools-rhel8@sha256:e0d9bd0683c12278d66ce930558b75c81579c1e98025b4e29f6791e6728ffd39_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:5cf8c60541ee633619c206ff29e9a31eb72a5972e0fa4676821477ac63c11145_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:b1f999470b563da16441760553ecf03df3afe07a6bfc670e2585960ff1572aa8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:37f72e8f384fe2f438435a40c25158f5d0aec4b2c33de7505e4f368c109c8ff5_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-rhel8@sha256:81a0f01cfd35384bc16e1bd06994bb9724246094cc3aa5adc128ba8321e16577_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:dd83ff4f5a128daa3da369b7d55e5c85962ad139c2e90f38ae1379f45e25d3b8_amd64",
"8Base-RHOSE-4.13:openshift4/ose-vsphere-problem-detector-rhel8@sha256:996f41eca94f896224a148d4cf22124284fdd4dc913d03185265162767102aa7_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel7@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8-operator@sha256:bfe2e48476b2573f00ac656298fa712dcb2393d2871fb0abad1a16f10e72a468_amd64",
"8Base-RHOSE-4.13:openshift4/ovirt-csi-driver-rhel8@sha256:ac5bc58b8e1940583005cfa6ab04a30872514b5a1a2c8b21cb9070c708d6ab44_amd64",
"9Base-RHOSE-4.13:openshift4/driver-toolkit-rhel9@sha256:bf3ce5247b64b65685f59cb0c33b1c933cf3a215d44f019ee79bb83be4be64fd_amd64",
"9Base-RHOSE-4.13:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bb723cca7c08218a6434043473b8c0b20ef8390d47bfbdecad63ec5b64857ba3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-etcd-rhel9@sha256:10fd740e1b62bfd59af59d562b72d80e9512d2822e70a41c15136f567d63cd30_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-agent-rhel9@sha256:f52b2903d4ca83deb02ed7ed5cd073764229e057cc9df579db0bbde304c35432_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:095164d2f1c01a6eb6d84bca0dff1f6f7fb8594cff43c2a7552e2cfa5810a4d4_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-rhel9@sha256:e428c7558dccf9449ba5761f73f5940c895eb503fc443a9acd37885b87cd01d3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f989cebce6c372b3b5b1760437005c6c65a790d81cd5a5b1037b03aee73884b3_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:15695550dfee18b27552a0e40ef04c87867c8e84dc67395103b30884ac4c1379_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes-rhel9@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64",
"9Base-RHOSE-4.13:openshift4/ose-ovn-kubernetes@sha256:6f85954458c304300a5a9efafe4e7f9b75e7edf9ec393a545c116bf613aeabcf_amd64",
"9Base-RHOSE-4.13:rhcos@sha256:d0c6c2b7e435e33e345476c3710295e8427c0f28ffa2fe780d01b2f8d0571f22_x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
RHSA-2025:4810
Vulnerability from csaf_redhat - Published: 2025-05-12 15:04 - Updated: 2026-06-30 03:29A flaw was found in the net/http package of the Golang standard library. The HTTP client drops sensitive headers after following a cross-domain redirect. For example, a request to `a.com/` containing an Authorization header redirected to `b.com/` will not send that header to `b.com`. However, the sensitive headers would be restored if the client received a subsequent same-domain redirect. For example, a chain of redirects from `a.com/`, to `b.com/1`, and finally to `b.com/2` would incorrectly send the Authorization header to `b.com/2`.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_amd64 | — |
Vendor Fix
fix
|
A vulnerability was found in Quic-Go where an attacker can inject malicious data into network packets, potentially allowing them to cause harm. The issue arises from a configuration option used by some affected versions of the code that sends out information about packet size limitations. As a result, when Quic-Go attempts to send a packet larger than it claims to be able to handle, the operating system will reject it due to a "message too large" error.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Golang crypto/internal/nistec package. Due to the usage of a variable time instruction in the assembly implementation of an internal function, a small number of bits of secret scalars are leaked on the ppc64le architecture. Considering how this function is used, this leakage is likely insufficient to recover the private key when P-256 is used in any well-known protocols.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_amd64 | — |
Vendor Fix
fix
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_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-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_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": "Submariner 0.18 packages that fix various bugs and add various enhancements that are now available for Red Hat Advanced Cluster Management for Kubernetes version 2.11.\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 links in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Submariner enables direct networking between pods and services on different Kubernetes clusters that are either on-premises or in the cloud.\n\nFor more information about Submariner, see the Submariner open source community website at: https://submariner.io/.\n\nThis advisory contains bug fixes and enhancements to the Submariner container images.\n\nSecurity fix(es):\n\n* quic-go: quic-go affected by an ICMP Packet Too Large Injection Attack on Linux (CVE-2024-53259)\n* golang: net/http: net/http: sensitive headers incorrectly sent after cross-domain redirect (CVE-2024-45336)\n* crypto/internal/nistec: Timing sidechannel for P-256 on ppc64le in crypto/internal/nistec (CVE-2025-22866)\n* golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2 (CVE-2025-22868)\n* golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing (CVE-2025-30204)",
"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:4810",
"url": "https://access.redhat.com/errata/RHSA-2025:4810"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2329991",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2329991"
},
{
"category": "external",
"summary": "2341751",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2341751"
},
{
"category": "external",
"summary": "2344219",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2344219"
},
{
"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_4810.json"
}
],
"title": "Red Hat Security Advisory: RHSA: Submariner 0.18.5 - bug and security update",
"tracking": {
"current_release_date": "2026-06-30T03:29:56+00:00",
"generator": {
"date": "2026-06-30T03:29:56+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.0"
}
},
"id": "RHSA-2025:4810",
"initial_release_date": "2025-05-12T15:04:37+00:00",
"revision_history": [
{
"date": "2025-05-12T15:04:37+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-12T15:04:37+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-30T03:29:56+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product": {
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:acm:2.11::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat ACM"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x",
"product": {
"name": "rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x",
"product_id": "rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/lighthouse-agent-rhel9\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x",
"product": {
"name": "rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x",
"product_id": "rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/lighthouse-coredns-rhel9\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x",
"product": {
"name": "rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x",
"product_id": "rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/nettest-rhel9\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x",
"product": {
"name": "rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x",
"product_id": "rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/subctl-rhel9\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x",
"product": {
"name": "rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x",
"product_id": "rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x",
"product_identification_helper": {
"purl": "pkg:oci/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/submariner-gateway-rhel9\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x",
"product": {
"name": "rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x",
"product_id": "rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x",
"product_identification_helper": {
"purl": "pkg:oci/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/submariner-globalnet-rhel9\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x",
"product": {
"name": "rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x",
"product_id": "rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/submariner-operator-bundle\u0026tag=v0.18.5-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x",
"product": {
"name": "rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x",
"product_id": "rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/submariner-rhel9-operator\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x",
"product": {
"name": "rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x",
"product_id": "rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x",
"product_identification_helper": {
"purl": "pkg:oci/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/submariner-route-agent-rhel9\u0026tag=v0.18.5-3"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le",
"product": {
"name": "rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le",
"product_id": "rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/lighthouse-agent-rhel9\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le",
"product": {
"name": "rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le",
"product_id": "rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/lighthouse-coredns-rhel9\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le",
"product": {
"name": "rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le",
"product_id": "rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/nettest-rhel9\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le",
"product": {
"name": "rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le",
"product_id": "rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/subctl-rhel9\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le",
"product": {
"name": "rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le",
"product_id": "rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/submariner-gateway-rhel9\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le",
"product": {
"name": "rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le",
"product_id": "rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/submariner-globalnet-rhel9\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le",
"product": {
"name": "rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le",
"product_id": "rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/submariner-operator-bundle\u0026tag=v0.18.5-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le",
"product": {
"name": "rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le",
"product_id": "rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/submariner-rhel9-operator\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le",
"product": {
"name": "rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le",
"product_id": "rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/submariner-route-agent-rhel9\u0026tag=v0.18.5-3"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64",
"product": {
"name": "rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64",
"product_id": "rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/lighthouse-agent-rhel9\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64",
"product": {
"name": "rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64",
"product_id": "rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/lighthouse-coredns-rhel9\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64",
"product": {
"name": "rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64",
"product_id": "rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/nettest-rhel9\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64",
"product": {
"name": "rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64",
"product_id": "rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64",
"product_identification_helper": {
"purl": "pkg:oci/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/subctl-rhel9\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64",
"product": {
"name": "rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64",
"product_id": "rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/submariner-gateway-rhel9\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64",
"product": {
"name": "rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64",
"product_id": "rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/submariner-globalnet-rhel9\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64",
"product": {
"name": "rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64",
"product_id": "rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/submariner-operator-bundle\u0026tag=v0.18.5-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64",
"product": {
"name": "rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64",
"product_id": "rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/submariner-rhel9-operator\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64",
"product": {
"name": "rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64",
"product_id": "rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/submariner-route-agent-rhel9\u0026tag=v0.18.5-3"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64",
"product": {
"name": "rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64",
"product_id": "rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/lighthouse-agent-rhel9\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64",
"product": {
"name": "rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64",
"product_id": "rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/lighthouse-coredns-rhel9\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64",
"product": {
"name": "rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64",
"product_id": "rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/nettest-rhel9\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64",
"product": {
"name": "rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64",
"product_id": "rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/subctl-rhel9\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64",
"product": {
"name": "rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64",
"product_id": "rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/submariner-gateway-rhel9\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64",
"product": {
"name": "rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64",
"product_id": "rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/submariner-globalnet-rhel9\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64",
"product": {
"name": "rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64",
"product_id": "rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/submariner-operator-bundle\u0026tag=v0.18.5-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64",
"product": {
"name": "rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64",
"product_id": "rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/submariner-rhel9-operator\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_amd64",
"product": {
"name": "rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_amd64",
"product_id": "rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_amd64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/submariner-route-agent-rhel9\u0026tag=v0.18.5-3"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64"
},
"product_reference": "rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le"
},
"product_reference": "rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x"
},
"product_reference": "rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64"
},
"product_reference": "rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x"
},
"product_reference": "rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64"
},
"product_reference": "rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64"
},
"product_reference": "rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le"
},
"product_reference": "rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64"
},
"product_reference": "rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le"
},
"product_reference": "rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64"
},
"product_reference": "rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x"
},
"product_reference": "rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x"
},
"product_reference": "rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64"
},
"product_reference": "rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le"
},
"product_reference": "rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64"
},
"product_reference": "rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le"
},
"product_reference": "rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x"
},
"product_reference": "rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64"
},
"product_reference": "rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64"
},
"product_reference": "rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64"
},
"product_reference": "rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64"
},
"product_reference": "rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x"
},
"product_reference": "rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le"
},
"product_reference": "rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64"
},
"product_reference": "rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64"
},
"product_reference": "rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le"
},
"product_reference": "rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x"
},
"product_reference": "rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64"
},
"product_reference": "rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64"
},
"product_reference": "rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x"
},
"product_reference": "rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le"
},
"product_reference": "rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x"
},
"product_reference": "rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le"
},
"product_reference": "rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64"
},
"product_reference": "rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_amd64"
},
"product_reference": "rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45336",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2025-01-23T12:57:38.123000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2341751"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/http package of the Golang standard library. The HTTP client drops sensitive headers after following a cross-domain redirect. For example, a request to `a.com/` containing an Authorization header redirected to `b.com/` will not send that header to `b.com`. However, the sensitive headers would be restored if the client received a subsequent same-domain redirect. For example, a chain of redirects from `a.com/`, to `b.com/1`, and finally to `b.com/2` would incorrectly send the Authorization header to `b.com/2`.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: net/http: sensitive headers incorrectly sent after cross-domain redirect",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45336"
},
{
"category": "external",
"summary": "RHBZ#2341751",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2341751"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45336",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45336"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/70530",
"url": "https://github.com/golang/go/issues/70530"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/sSaUhLA-2SI",
"url": "https://groups.google.com/g/golang-announce/c/sSaUhLA-2SI"
}
],
"release_date": "2025-01-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-12T15:04:37+00:00",
"details": "To learn more about Submariner, see https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.11/html/networking/networking#submariner.",
"product_ids": [
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4810"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: net/http: sensitive headers incorrectly sent after cross-domain redirect"
},
{
"cve": "CVE-2024-53259",
"cwe": {
"id": "CWE-345",
"name": "Insufficient Verification of Data Authenticity"
},
"discovery_date": "2024-12-02T17:01:10.568793+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2329991"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Quic-Go where an attacker can inject malicious data into network packets, potentially allowing them to cause harm. The issue arises from a configuration option used by some affected versions of the code that sends out information about packet size limitations. As a result, when Quic-Go attempts to send a packet larger than it claims to be able to handle, the operating system will reject it due to a \"message too large\" error.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "quic-go: quic-go affected by an ICMP Packet Too Large Injection Attack on Linux",
"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-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-53259"
},
{
"category": "external",
"summary": "RHBZ#2329991",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2329991"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-53259",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53259"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-53259",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-53259"
},
{
"category": "external",
"summary": "https://github.com/quic-go/quic-go/commit/ca31dd355cbe5fc6c5807992d9d1149c66c96a50",
"url": "https://github.com/quic-go/quic-go/commit/ca31dd355cbe5fc6c5807992d9d1149c66c96a50"
},
{
"category": "external",
"summary": "https://github.com/quic-go/quic-go/pull/4729",
"url": "https://github.com/quic-go/quic-go/pull/4729"
},
{
"category": "external",
"summary": "https://github.com/quic-go/quic-go/releases/tag/v0.48.2",
"url": "https://github.com/quic-go/quic-go/releases/tag/v0.48.2"
},
{
"category": "external",
"summary": "https://github.com/quic-go/quic-go/security/advisories/GHSA-px8v-pp82-rcvr",
"url": "https://github.com/quic-go/quic-go/security/advisories/GHSA-px8v-pp82-rcvr"
}
],
"release_date": "2024-12-02T16:12:40.605000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-12T15:04:37+00:00",
"details": "To learn more about Submariner, see https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.11/html/networking/networking#submariner.",
"product_ids": [
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4810"
},
{
"category": "workaround",
"details": "Use iptables to drop ICMP unreachable packets.",
"product_ids": [
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "quic-go: quic-go affected by an ICMP Packet Too Large Injection Attack on Linux"
},
{
"cve": "CVE-2025-22866",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2025-02-06T17:00:56.155646+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2344219"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/internal/nistec package. Due to the usage of a variable time instruction in the assembly implementation of an internal function, a small number of bits of secret scalars are leaked on the ppc64le architecture. Considering how this function is used, this leakage is likely insufficient to recover the private key when P-256 is used in any well-known protocols.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/internal/nistec: golang: Timing sidechannel for P-256 on ppc64le in crypto/internal/nistec",
"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-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22866"
},
{
"category": "external",
"summary": "RHBZ#2344219",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2344219"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22866",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22866"
},
{
"category": "external",
"summary": "https://go.dev/cl/643735",
"url": "https://go.dev/cl/643735"
},
{
"category": "external",
"summary": "https://go.dev/issue/71383",
"url": "https://go.dev/issue/71383"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/xU1ZCHUZw3k",
"url": "https://groups.google.com/g/golang-announce/c/xU1ZCHUZw3k"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3447",
"url": "https://pkg.go.dev/vuln/GO-2025-3447"
}
],
"release_date": "2025-02-06T16:54:10.252000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-12T15:04:37+00:00",
"details": "To learn more about Submariner, see https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.11/html/networking/networking#submariner.",
"product_ids": [
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4810"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/internal/nistec: golang: Timing sidechannel for P-256 on ppc64le in crypto/internal/nistec"
},
{
"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-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_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-05-12T15:04:37+00:00",
"details": "To learn more about Submariner, see https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.11/html/networking/networking#submariner.",
"product_ids": [
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4810"
},
{
"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-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_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-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_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-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_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-05-12T15:04:37+00:00",
"details": "To learn more about Submariner, see https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.11/html/networking/networking#submariner.",
"product_ids": [
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4810"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_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-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
RHSA-2025:7404
Vulnerability from csaf_redhat - Published: 2025-05-13 13:59 - Updated: 2026-06-30 03:29A 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.6.0.Z.MAIN.EUS:grafana-0:10.2.6-11.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:grafana-0:10.2.6-11.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:grafana-0:10.2.6-11.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:grafana-0:10.2.6-11.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:grafana-0:10.2.6-11.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-11.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-11.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-11.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-11.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-11.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-11.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-11.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-11.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-11.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-11.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-11.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-11.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for 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:7404",
"url": "https://access.redhat.com/errata/RHSA-2025:7404"
},
{
"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_7404.json"
}
],
"title": "Red Hat Security Advisory: grafana security update",
"tracking": {
"current_release_date": "2026-06-30T03:29:56+00:00",
"generator": {
"date": "2026-06-30T03:29:56+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.0"
}
},
"id": "RHSA-2025:7404",
"initial_release_date": "2025-05-13T13:59:07+00:00",
"revision_history": [
{
"date": "2025-05-13T13:59:07+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-13T13:59:07+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-30T03:29:56+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.6.0.Z.MAIN.EUS",
"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-11.el9_6.src",
"product": {
"name": "grafana-0:10.2.6-11.el9_6.src",
"product_id": "grafana-0:10.2.6-11.el9_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@10.2.6-11.el9_6?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:10.2.6-11.el9_6.aarch64",
"product": {
"name": "grafana-0:10.2.6-11.el9_6.aarch64",
"product_id": "grafana-0:10.2.6-11.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@10.2.6-11.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:10.2.6-11.el9_6.aarch64",
"product": {
"name": "grafana-selinux-0:10.2.6-11.el9_6.aarch64",
"product_id": "grafana-selinux-0:10.2.6-11.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@10.2.6-11.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:10.2.6-11.el9_6.aarch64",
"product": {
"name": "grafana-debugsource-0:10.2.6-11.el9_6.aarch64",
"product_id": "grafana-debugsource-0:10.2.6-11.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@10.2.6-11.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:10.2.6-11.el9_6.aarch64",
"product": {
"name": "grafana-debuginfo-0:10.2.6-11.el9_6.aarch64",
"product_id": "grafana-debuginfo-0:10.2.6-11.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@10.2.6-11.el9_6?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:10.2.6-11.el9_6.ppc64le",
"product": {
"name": "grafana-0:10.2.6-11.el9_6.ppc64le",
"product_id": "grafana-0:10.2.6-11.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@10.2.6-11.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:10.2.6-11.el9_6.ppc64le",
"product": {
"name": "grafana-selinux-0:10.2.6-11.el9_6.ppc64le",
"product_id": "grafana-selinux-0:10.2.6-11.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@10.2.6-11.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:10.2.6-11.el9_6.ppc64le",
"product": {
"name": "grafana-debugsource-0:10.2.6-11.el9_6.ppc64le",
"product_id": "grafana-debugsource-0:10.2.6-11.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@10.2.6-11.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:10.2.6-11.el9_6.ppc64le",
"product": {
"name": "grafana-debuginfo-0:10.2.6-11.el9_6.ppc64le",
"product_id": "grafana-debuginfo-0:10.2.6-11.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@10.2.6-11.el9_6?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:10.2.6-11.el9_6.x86_64",
"product": {
"name": "grafana-0:10.2.6-11.el9_6.x86_64",
"product_id": "grafana-0:10.2.6-11.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@10.2.6-11.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:10.2.6-11.el9_6.x86_64",
"product": {
"name": "grafana-selinux-0:10.2.6-11.el9_6.x86_64",
"product_id": "grafana-selinux-0:10.2.6-11.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@10.2.6-11.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:10.2.6-11.el9_6.x86_64",
"product": {
"name": "grafana-debugsource-0:10.2.6-11.el9_6.x86_64",
"product_id": "grafana-debugsource-0:10.2.6-11.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@10.2.6-11.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:10.2.6-11.el9_6.x86_64",
"product": {
"name": "grafana-debuginfo-0:10.2.6-11.el9_6.x86_64",
"product_id": "grafana-debuginfo-0:10.2.6-11.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@10.2.6-11.el9_6?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:10.2.6-11.el9_6.s390x",
"product": {
"name": "grafana-0:10.2.6-11.el9_6.s390x",
"product_id": "grafana-0:10.2.6-11.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@10.2.6-11.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:10.2.6-11.el9_6.s390x",
"product": {
"name": "grafana-selinux-0:10.2.6-11.el9_6.s390x",
"product_id": "grafana-selinux-0:10.2.6-11.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@10.2.6-11.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:10.2.6-11.el9_6.s390x",
"product": {
"name": "grafana-debugsource-0:10.2.6-11.el9_6.s390x",
"product_id": "grafana-debugsource-0:10.2.6-11.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@10.2.6-11.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:10.2.6-11.el9_6.s390x",
"product": {
"name": "grafana-debuginfo-0:10.2.6-11.el9_6.s390x",
"product_id": "grafana-debuginfo-0:10.2.6-11.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@10.2.6-11.el9_6?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-11.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:grafana-0:10.2.6-11.el9_6.aarch64"
},
"product_reference": "grafana-0:10.2.6-11.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:10.2.6-11.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:grafana-0:10.2.6-11.el9_6.ppc64le"
},
"product_reference": "grafana-0:10.2.6-11.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:10.2.6-11.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:grafana-0:10.2.6-11.el9_6.s390x"
},
"product_reference": "grafana-0:10.2.6-11.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:10.2.6-11.el9_6.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:grafana-0:10.2.6-11.el9_6.src"
},
"product_reference": "grafana-0:10.2.6-11.el9_6.src",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:10.2.6-11.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:grafana-0:10.2.6-11.el9_6.x86_64"
},
"product_reference": "grafana-0:10.2.6-11.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:10.2.6-11.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-11.el9_6.aarch64"
},
"product_reference": "grafana-debuginfo-0:10.2.6-11.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:10.2.6-11.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-11.el9_6.ppc64le"
},
"product_reference": "grafana-debuginfo-0:10.2.6-11.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:10.2.6-11.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-11.el9_6.s390x"
},
"product_reference": "grafana-debuginfo-0:10.2.6-11.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:10.2.6-11.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-11.el9_6.x86_64"
},
"product_reference": "grafana-debuginfo-0:10.2.6-11.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:10.2.6-11.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-11.el9_6.aarch64"
},
"product_reference": "grafana-debugsource-0:10.2.6-11.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:10.2.6-11.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-11.el9_6.ppc64le"
},
"product_reference": "grafana-debugsource-0:10.2.6-11.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:10.2.6-11.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-11.el9_6.s390x"
},
"product_reference": "grafana-debugsource-0:10.2.6-11.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:10.2.6-11.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-11.el9_6.x86_64"
},
"product_reference": "grafana-debugsource-0:10.2.6-11.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:10.2.6-11.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-11.el9_6.aarch64"
},
"product_reference": "grafana-selinux-0:10.2.6-11.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:10.2.6-11.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-11.el9_6.ppc64le"
},
"product_reference": "grafana-selinux-0:10.2.6-11.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:10.2.6-11.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-11.el9_6.s390x"
},
"product_reference": "grafana-selinux-0:10.2.6-11.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:10.2.6-11.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-11.el9_6.x86_64"
},
"product_reference": "grafana-selinux-0:10.2.6-11.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
}
]
},
"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.6.0.Z.MAIN.EUS:grafana-0:10.2.6-11.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-0:10.2.6-11.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-0:10.2.6-11.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-0:10.2.6-11.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-0:10.2.6-11.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-11.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-11.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-11.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-11.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-11.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-11.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-11.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-11.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-11.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-11.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-11.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-11.el9_6.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-05-13T13:59:07+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:grafana-0:10.2.6-11.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-0:10.2.6-11.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-0:10.2.6-11.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-0:10.2.6-11.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-0:10.2.6-11.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-11.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-11.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-11.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-11.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-11.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-11.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-11.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-11.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-11.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-11.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-11.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-11.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7404"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:grafana-0:10.2.6-11.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-0:10.2.6-11.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-0:10.2.6-11.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-0:10.2.6-11.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-0:10.2.6-11.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-11.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-11.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-11.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-11.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-11.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-11.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-11.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-11.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-11.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-11.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-11.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-11.el9_6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.MAIN.EUS:grafana-0:10.2.6-11.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-0:10.2.6-11.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-0:10.2.6-11.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-0:10.2.6-11.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-0:10.2.6-11.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-11.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-11.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-11.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-11.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-11.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-11.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-11.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-11.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-11.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-11.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-11.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-11.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
RHSA-2025:7407
Vulnerability from csaf_redhat - Published: 2025-05-13 13:53 - Updated: 2026-06-30 03:28A 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: AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, ".") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Expr. This vulnerability allows excessive memory usage and potential out-of-memory (OOM) crashes via unbounded input strings, where a malicious or inadvertent large expression can cause the parser to construct an extremely large Abstract Syntax Tree (AST), consuming excessive memory.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.x86_64 | — |
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: AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for 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* go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service (CVE-2025-27144)\n\n* golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws (CVE-2025-22868)\n\n* github.com/expr-lang/expr: Memory Exhaustion in Expr Parser with Unrestricted Input (CVE-2025-29786)\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:7407",
"url": "https://access.redhat.com/errata/RHSA-2025:7407"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "external",
"summary": "2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "2352914",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2352914"
},
{
"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_7407.json"
}
],
"title": "Red Hat Security Advisory: opentelemetry-collector security update",
"tracking": {
"current_release_date": "2026-06-30T03:28:50+00:00",
"generator": {
"date": "2026-06-30T03:28:50+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.0"
}
},
"id": "RHSA-2025:7407",
"initial_release_date": "2025-05-13T13:53:53+00:00",
"revision_history": [
{
"date": "2025-05-13T13:53:53+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-13T13:53:53+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-30T03:28:50+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.6.0.Z.MAIN.EUS",
"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-8.el9_6.src",
"product": {
"name": "opentelemetry-collector-0:0.107.0-8.el9_6.src",
"product_id": "opentelemetry-collector-0:0.107.0-8.el9_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/opentelemetry-collector@0.107.0-8.el9_6?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "opentelemetry-collector-0:0.107.0-8.el9_6.aarch64",
"product": {
"name": "opentelemetry-collector-0:0.107.0-8.el9_6.aarch64",
"product_id": "opentelemetry-collector-0:0.107.0-8.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/opentelemetry-collector@0.107.0-8.el9_6?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "opentelemetry-collector-0:0.107.0-8.el9_6.ppc64le",
"product": {
"name": "opentelemetry-collector-0:0.107.0-8.el9_6.ppc64le",
"product_id": "opentelemetry-collector-0:0.107.0-8.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/opentelemetry-collector@0.107.0-8.el9_6?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "opentelemetry-collector-0:0.107.0-8.el9_6.x86_64",
"product": {
"name": "opentelemetry-collector-0:0.107.0-8.el9_6.x86_64",
"product_id": "opentelemetry-collector-0:0.107.0-8.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/opentelemetry-collector@0.107.0-8.el9_6?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "opentelemetry-collector-0:0.107.0-8.el9_6.s390x",
"product": {
"name": "opentelemetry-collector-0:0.107.0-8.el9_6.s390x",
"product_id": "opentelemetry-collector-0:0.107.0-8.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/opentelemetry-collector@0.107.0-8.el9_6?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-8.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.aarch64"
},
"product_reference": "opentelemetry-collector-0:0.107.0-8.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opentelemetry-collector-0:0.107.0-8.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.ppc64le"
},
"product_reference": "opentelemetry-collector-0:0.107.0-8.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opentelemetry-collector-0:0.107.0-8.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.s390x"
},
"product_reference": "opentelemetry-collector-0:0.107.0-8.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opentelemetry-collector-0:0.107.0-8.el9_6.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.src"
},
"product_reference": "opentelemetry-collector-0:0.107.0-8.el9_6.src",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opentelemetry-collector-0:0.107.0-8.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.x86_64"
},
"product_reference": "opentelemetry-collector-0:0.107.0-8.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
}
]
},
"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": [
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.x86_64"
]
},
"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-05-13T13:53:53+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7407"
},
{
"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": [
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.x86_64"
]
}
],
"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-27144",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-24T23:00:42.448432+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347423"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "RHBZ#2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22",
"url": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5",
"url": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78"
}
],
"release_date": "2025-02-24T22:22:22.863000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-13T13:53:53+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7407"
},
{
"category": "workaround",
"details": "As a workaround, applications can pre-validate that payloads being passed to Go JOSE do not contain an excessive number of `.` characters.",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service"
},
{
"cve": "CVE-2025-29786",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-03-17T14:00:59.078419+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2352914"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Expr. This vulnerability allows excessive memory usage and potential out-of-memory (OOM) crashes via unbounded input strings, where a malicious or inadvertent large expression can cause the parser to construct an extremely large Abstract Syntax Tree (AST), consuming excessive memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/expr-lang/expr: Memory Exhaustion in Expr Parser with Unrestricted Input",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-29786"
},
{
"category": "external",
"summary": "RHBZ#2352914",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2352914"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-29786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29786"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-29786",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-29786"
},
{
"category": "external",
"summary": "https://github.com/expr-lang/expr/pull/762",
"url": "https://github.com/expr-lang/expr/pull/762"
},
{
"category": "external",
"summary": "https://github.com/expr-lang/expr/security/advisories/GHSA-93mq-9ffx-83m2",
"url": "https://github.com/expr-lang/expr/security/advisories/GHSA-93mq-9ffx-83m2"
}
],
"release_date": "2025-03-17T13:15:32.836000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-13T13:53:53+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7407"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to impose an input size restriction before parsing (i.e. validating or limiting the length of expression strings that the application will accept). Ensuring no unbounded-length expressions are fed into the parser will prevent the parser from constructing a very large AST and avoid the potential memory exhaustion issue.",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/expr-lang/expr: Memory Exhaustion in Expr Parser with Unrestricted Input"
},
{
"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.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.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-05-13T13:53:53+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7407"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:opentelemetry-collector-0:0.107.0-8.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
RHSA-2025:7425
Vulnerability from csaf_redhat - Published: 2025-05-13 13:57 - Updated: 2026-06-30 03:29A 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.6.0.Z.MAIN.EUS:osbuild-composer-0:132.2-1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-0:132.2-1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-0:132.2-1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-0:132.2-1.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-0:132.2-1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-core-0:132.2-1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-core-0:132.2-1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-core-0:132.2-1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-core-0:132.2-1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-core-debuginfo-0:132.2-1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-core-debuginfo-0:132.2-1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-core-debuginfo-0:132.2-1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-core-debuginfo-0:132.2-1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-debuginfo-0:132.2-1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-debuginfo-0:132.2-1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-debuginfo-0:132.2-1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-debuginfo-0:132.2-1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-debugsource-0:132.2-1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-debugsource-0:132.2-1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-debugsource-0:132.2-1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-debugsource-0:132.2-1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-tests-debuginfo-0:132.2-1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-tests-debuginfo-0:132.2-1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-tests-debuginfo-0:132.2-1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-tests-debuginfo-0:132.2-1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-worker-0:132.2-1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-worker-0:132.2-1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-worker-0:132.2-1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-worker-0:132.2-1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-worker-debuginfo-0:132.2-1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-worker-debuginfo-0:132.2-1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-worker-debuginfo-0:132.2-1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-worker-debuginfo-0:132.2-1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for osbuild-composer is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "A service for building customized OS artifacts, such as VM images and OSTree commits, that uses osbuild under the hood. Besides building images for local usage, it can also upload images directly to cloud. It is compatible with composer-cli and cockpit-composer clients.\n\nSecurity Fix(es):\n\n* 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:7425",
"url": "https://access.redhat.com/errata/RHSA-2025:7425"
},
{
"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_7425.json"
}
],
"title": "Red Hat Security Advisory: osbuild-composer security update",
"tracking": {
"current_release_date": "2026-06-30T03:29:57+00:00",
"generator": {
"date": "2026-06-30T03:29:57+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.0"
}
},
"id": "RHSA-2025:7425",
"initial_release_date": "2025-05-13T13:57:39+00:00",
"revision_history": [
{
"date": "2025-05-13T13:57:39+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-13T13:57:39+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-30T03:29:57+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:132.2-1.el9_6.src",
"product": {
"name": "osbuild-composer-0:132.2-1.el9_6.src",
"product_id": "osbuild-composer-0:132.2-1.el9_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@132.2-1.el9_6?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:132.2-1.el9_6.aarch64",
"product": {
"name": "osbuild-composer-0:132.2-1.el9_6.aarch64",
"product_id": "osbuild-composer-0:132.2-1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@132.2-1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:132.2-1.el9_6.aarch64",
"product": {
"name": "osbuild-composer-core-0:132.2-1.el9_6.aarch64",
"product_id": "osbuild-composer-core-0:132.2-1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@132.2-1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:132.2-1.el9_6.aarch64",
"product": {
"name": "osbuild-composer-worker-0:132.2-1.el9_6.aarch64",
"product_id": "osbuild-composer-worker-0:132.2-1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@132.2-1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:132.2-1.el9_6.aarch64",
"product": {
"name": "osbuild-composer-debugsource-0:132.2-1.el9_6.aarch64",
"product_id": "osbuild-composer-debugsource-0:132.2-1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@132.2-1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:132.2-1.el9_6.aarch64",
"product": {
"name": "osbuild-composer-core-debuginfo-0:132.2-1.el9_6.aarch64",
"product_id": "osbuild-composer-core-debuginfo-0:132.2-1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@132.2-1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debuginfo-0:132.2-1.el9_6.aarch64",
"product": {
"name": "osbuild-composer-debuginfo-0:132.2-1.el9_6.aarch64",
"product_id": "osbuild-composer-debuginfo-0:132.2-1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@132.2-1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:132.2-1.el9_6.aarch64",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:132.2-1.el9_6.aarch64",
"product_id": "osbuild-composer-tests-debuginfo-0:132.2-1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@132.2-1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:132.2-1.el9_6.aarch64",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:132.2-1.el9_6.aarch64",
"product_id": "osbuild-composer-worker-debuginfo-0:132.2-1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@132.2-1.el9_6?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:132.2-1.el9_6.ppc64le",
"product": {
"name": "osbuild-composer-0:132.2-1.el9_6.ppc64le",
"product_id": "osbuild-composer-0:132.2-1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@132.2-1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:132.2-1.el9_6.ppc64le",
"product": {
"name": "osbuild-composer-core-0:132.2-1.el9_6.ppc64le",
"product_id": "osbuild-composer-core-0:132.2-1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@132.2-1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:132.2-1.el9_6.ppc64le",
"product": {
"name": "osbuild-composer-worker-0:132.2-1.el9_6.ppc64le",
"product_id": "osbuild-composer-worker-0:132.2-1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@132.2-1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:132.2-1.el9_6.ppc64le",
"product": {
"name": "osbuild-composer-debugsource-0:132.2-1.el9_6.ppc64le",
"product_id": "osbuild-composer-debugsource-0:132.2-1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@132.2-1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:132.2-1.el9_6.ppc64le",
"product": {
"name": "osbuild-composer-core-debuginfo-0:132.2-1.el9_6.ppc64le",
"product_id": "osbuild-composer-core-debuginfo-0:132.2-1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@132.2-1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debuginfo-0:132.2-1.el9_6.ppc64le",
"product": {
"name": "osbuild-composer-debuginfo-0:132.2-1.el9_6.ppc64le",
"product_id": "osbuild-composer-debuginfo-0:132.2-1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@132.2-1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:132.2-1.el9_6.ppc64le",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:132.2-1.el9_6.ppc64le",
"product_id": "osbuild-composer-tests-debuginfo-0:132.2-1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@132.2-1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:132.2-1.el9_6.ppc64le",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:132.2-1.el9_6.ppc64le",
"product_id": "osbuild-composer-worker-debuginfo-0:132.2-1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@132.2-1.el9_6?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:132.2-1.el9_6.x86_64",
"product": {
"name": "osbuild-composer-0:132.2-1.el9_6.x86_64",
"product_id": "osbuild-composer-0:132.2-1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@132.2-1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:132.2-1.el9_6.x86_64",
"product": {
"name": "osbuild-composer-core-0:132.2-1.el9_6.x86_64",
"product_id": "osbuild-composer-core-0:132.2-1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@132.2-1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:132.2-1.el9_6.x86_64",
"product": {
"name": "osbuild-composer-worker-0:132.2-1.el9_6.x86_64",
"product_id": "osbuild-composer-worker-0:132.2-1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@132.2-1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:132.2-1.el9_6.x86_64",
"product": {
"name": "osbuild-composer-debugsource-0:132.2-1.el9_6.x86_64",
"product_id": "osbuild-composer-debugsource-0:132.2-1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@132.2-1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:132.2-1.el9_6.x86_64",
"product": {
"name": "osbuild-composer-core-debuginfo-0:132.2-1.el9_6.x86_64",
"product_id": "osbuild-composer-core-debuginfo-0:132.2-1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@132.2-1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debuginfo-0:132.2-1.el9_6.x86_64",
"product": {
"name": "osbuild-composer-debuginfo-0:132.2-1.el9_6.x86_64",
"product_id": "osbuild-composer-debuginfo-0:132.2-1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@132.2-1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:132.2-1.el9_6.x86_64",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:132.2-1.el9_6.x86_64",
"product_id": "osbuild-composer-tests-debuginfo-0:132.2-1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@132.2-1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:132.2-1.el9_6.x86_64",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:132.2-1.el9_6.x86_64",
"product_id": "osbuild-composer-worker-debuginfo-0:132.2-1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@132.2-1.el9_6?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:132.2-1.el9_6.s390x",
"product": {
"name": "osbuild-composer-0:132.2-1.el9_6.s390x",
"product_id": "osbuild-composer-0:132.2-1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@132.2-1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:132.2-1.el9_6.s390x",
"product": {
"name": "osbuild-composer-core-0:132.2-1.el9_6.s390x",
"product_id": "osbuild-composer-core-0:132.2-1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@132.2-1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:132.2-1.el9_6.s390x",
"product": {
"name": "osbuild-composer-worker-0:132.2-1.el9_6.s390x",
"product_id": "osbuild-composer-worker-0:132.2-1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@132.2-1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:132.2-1.el9_6.s390x",
"product": {
"name": "osbuild-composer-debugsource-0:132.2-1.el9_6.s390x",
"product_id": "osbuild-composer-debugsource-0:132.2-1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@132.2-1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:132.2-1.el9_6.s390x",
"product": {
"name": "osbuild-composer-core-debuginfo-0:132.2-1.el9_6.s390x",
"product_id": "osbuild-composer-core-debuginfo-0:132.2-1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@132.2-1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debuginfo-0:132.2-1.el9_6.s390x",
"product": {
"name": "osbuild-composer-debuginfo-0:132.2-1.el9_6.s390x",
"product_id": "osbuild-composer-debuginfo-0:132.2-1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@132.2-1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:132.2-1.el9_6.s390x",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:132.2-1.el9_6.s390x",
"product_id": "osbuild-composer-tests-debuginfo-0:132.2-1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@132.2-1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:132.2-1.el9_6.s390x",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:132.2-1.el9_6.s390x",
"product_id": "osbuild-composer-worker-debuginfo-0:132.2-1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@132.2-1.el9_6?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:132.2-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-0:132.2-1.el9_6.aarch64"
},
"product_reference": "osbuild-composer-0:132.2-1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:132.2-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-0:132.2-1.el9_6.ppc64le"
},
"product_reference": "osbuild-composer-0:132.2-1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:132.2-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-0:132.2-1.el9_6.s390x"
},
"product_reference": "osbuild-composer-0:132.2-1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:132.2-1.el9_6.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-0:132.2-1.el9_6.src"
},
"product_reference": "osbuild-composer-0:132.2-1.el9_6.src",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:132.2-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-0:132.2-1.el9_6.x86_64"
},
"product_reference": "osbuild-composer-0:132.2-1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:132.2-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-core-0:132.2-1.el9_6.aarch64"
},
"product_reference": "osbuild-composer-core-0:132.2-1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:132.2-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-core-0:132.2-1.el9_6.ppc64le"
},
"product_reference": "osbuild-composer-core-0:132.2-1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:132.2-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-core-0:132.2-1.el9_6.s390x"
},
"product_reference": "osbuild-composer-core-0:132.2-1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:132.2-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-core-0:132.2-1.el9_6.x86_64"
},
"product_reference": "osbuild-composer-core-0:132.2-1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:132.2-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-core-debuginfo-0:132.2-1.el9_6.aarch64"
},
"product_reference": "osbuild-composer-core-debuginfo-0:132.2-1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:132.2-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-core-debuginfo-0:132.2-1.el9_6.ppc64le"
},
"product_reference": "osbuild-composer-core-debuginfo-0:132.2-1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:132.2-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-core-debuginfo-0:132.2-1.el9_6.s390x"
},
"product_reference": "osbuild-composer-core-debuginfo-0:132.2-1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:132.2-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-core-debuginfo-0:132.2-1.el9_6.x86_64"
},
"product_reference": "osbuild-composer-core-debuginfo-0:132.2-1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:132.2-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-debuginfo-0:132.2-1.el9_6.aarch64"
},
"product_reference": "osbuild-composer-debuginfo-0:132.2-1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:132.2-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-debuginfo-0:132.2-1.el9_6.ppc64le"
},
"product_reference": "osbuild-composer-debuginfo-0:132.2-1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:132.2-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-debuginfo-0:132.2-1.el9_6.s390x"
},
"product_reference": "osbuild-composer-debuginfo-0:132.2-1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:132.2-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-debuginfo-0:132.2-1.el9_6.x86_64"
},
"product_reference": "osbuild-composer-debuginfo-0:132.2-1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:132.2-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-debugsource-0:132.2-1.el9_6.aarch64"
},
"product_reference": "osbuild-composer-debugsource-0:132.2-1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:132.2-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-debugsource-0:132.2-1.el9_6.ppc64le"
},
"product_reference": "osbuild-composer-debugsource-0:132.2-1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:132.2-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-debugsource-0:132.2-1.el9_6.s390x"
},
"product_reference": "osbuild-composer-debugsource-0:132.2-1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:132.2-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-debugsource-0:132.2-1.el9_6.x86_64"
},
"product_reference": "osbuild-composer-debugsource-0:132.2-1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:132.2-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-tests-debuginfo-0:132.2-1.el9_6.aarch64"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:132.2-1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:132.2-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-tests-debuginfo-0:132.2-1.el9_6.ppc64le"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:132.2-1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:132.2-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-tests-debuginfo-0:132.2-1.el9_6.s390x"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:132.2-1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:132.2-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-tests-debuginfo-0:132.2-1.el9_6.x86_64"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:132.2-1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:132.2-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-worker-0:132.2-1.el9_6.aarch64"
},
"product_reference": "osbuild-composer-worker-0:132.2-1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:132.2-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-worker-0:132.2-1.el9_6.ppc64le"
},
"product_reference": "osbuild-composer-worker-0:132.2-1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:132.2-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-worker-0:132.2-1.el9_6.s390x"
},
"product_reference": "osbuild-composer-worker-0:132.2-1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:132.2-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-worker-0:132.2-1.el9_6.x86_64"
},
"product_reference": "osbuild-composer-worker-0:132.2-1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:132.2-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-worker-debuginfo-0:132.2-1.el9_6.aarch64"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:132.2-1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:132.2-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-worker-debuginfo-0:132.2-1.el9_6.ppc64le"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:132.2-1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:132.2-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-worker-debuginfo-0:132.2-1.el9_6.s390x"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:132.2-1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:132.2-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-worker-debuginfo-0:132.2-1.el9_6.x86_64"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:132.2-1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
}
]
},
"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.6.0.Z.MAIN.EUS:osbuild-composer-0:132.2-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-0:132.2-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-0:132.2-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-0:132.2-1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-0:132.2-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-core-0:132.2-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-core-0:132.2-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-core-0:132.2-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-core-0:132.2-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-core-debuginfo-0:132.2-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-core-debuginfo-0:132.2-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-core-debuginfo-0:132.2-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-core-debuginfo-0:132.2-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-debuginfo-0:132.2-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-debuginfo-0:132.2-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-debuginfo-0:132.2-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-debuginfo-0:132.2-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-debugsource-0:132.2-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-debugsource-0:132.2-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-debugsource-0:132.2-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-debugsource-0:132.2-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-tests-debuginfo-0:132.2-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-tests-debuginfo-0:132.2-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-tests-debuginfo-0:132.2-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-tests-debuginfo-0:132.2-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-worker-0:132.2-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-worker-0:132.2-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-worker-0:132.2-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-worker-0:132.2-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-worker-debuginfo-0:132.2-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-worker-debuginfo-0:132.2-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-worker-debuginfo-0:132.2-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-worker-debuginfo-0:132.2-1.el9_6.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-05-13T13:57:39+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-0:132.2-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-0:132.2-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-0:132.2-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-0:132.2-1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-0:132.2-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-core-0:132.2-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-core-0:132.2-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-core-0:132.2-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-core-0:132.2-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-core-debuginfo-0:132.2-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-core-debuginfo-0:132.2-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-core-debuginfo-0:132.2-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-core-debuginfo-0:132.2-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-debuginfo-0:132.2-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-debuginfo-0:132.2-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-debuginfo-0:132.2-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-debuginfo-0:132.2-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-debugsource-0:132.2-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-debugsource-0:132.2-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-debugsource-0:132.2-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-debugsource-0:132.2-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-tests-debuginfo-0:132.2-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-tests-debuginfo-0:132.2-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-tests-debuginfo-0:132.2-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-tests-debuginfo-0:132.2-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-worker-0:132.2-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-worker-0:132.2-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-worker-0:132.2-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-worker-0:132.2-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-worker-debuginfo-0:132.2-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-worker-debuginfo-0:132.2-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-worker-debuginfo-0:132.2-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-worker-debuginfo-0:132.2-1.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7425"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-0:132.2-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-0:132.2-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-0:132.2-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-0:132.2-1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-0:132.2-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-core-0:132.2-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-core-0:132.2-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-core-0:132.2-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-core-0:132.2-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-core-debuginfo-0:132.2-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-core-debuginfo-0:132.2-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-core-debuginfo-0:132.2-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-core-debuginfo-0:132.2-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-debuginfo-0:132.2-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-debuginfo-0:132.2-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-debuginfo-0:132.2-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-debuginfo-0:132.2-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-debugsource-0:132.2-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-debugsource-0:132.2-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-debugsource-0:132.2-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-debugsource-0:132.2-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-tests-debuginfo-0:132.2-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-tests-debuginfo-0:132.2-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-tests-debuginfo-0:132.2-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-tests-debuginfo-0:132.2-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-worker-0:132.2-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-worker-0:132.2-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-worker-0:132.2-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-worker-0:132.2-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-worker-debuginfo-0:132.2-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-worker-debuginfo-0:132.2-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-worker-debuginfo-0:132.2-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-worker-debuginfo-0:132.2-1.el9_6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-0:132.2-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-0:132.2-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-0:132.2-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-0:132.2-1.el9_6.src",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-0:132.2-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-core-0:132.2-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-core-0:132.2-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-core-0:132.2-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-core-0:132.2-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-core-debuginfo-0:132.2-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-core-debuginfo-0:132.2-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-core-debuginfo-0:132.2-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-core-debuginfo-0:132.2-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-debuginfo-0:132.2-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-debuginfo-0:132.2-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-debuginfo-0:132.2-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-debuginfo-0:132.2-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-debugsource-0:132.2-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-debugsource-0:132.2-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-debugsource-0:132.2-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-debugsource-0:132.2-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-tests-debuginfo-0:132.2-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-tests-debuginfo-0:132.2-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-tests-debuginfo-0:132.2-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-tests-debuginfo-0:132.2-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-worker-0:132.2-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-worker-0:132.2-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-worker-0:132.2-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-worker-0:132.2-1.el9_6.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-worker-debuginfo-0:132.2-1.el9_6.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-worker-debuginfo-0:132.2-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-worker-debuginfo-0:132.2-1.el9_6.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:osbuild-composer-worker-debuginfo-0:132.2-1.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
RHSA-2025:7475
Vulnerability from csaf_redhat - Published: 2025-05-13 16:00 - Updated: 2026-06-30 03:29A 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-10.0.Z:grafana-0:10.2.6-15.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:grafana-0:10.2.6-15.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:grafana-0:10.2.6-15.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:grafana-0:10.2.6-15.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:grafana-0:10.2.6-15.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:grafana-debuginfo-0:10.2.6-15.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:grafana-debuginfo-0:10.2.6-15.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:grafana-debuginfo-0:10.2.6-15.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:grafana-debuginfo-0:10.2.6-15.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:grafana-debugsource-0:10.2.6-15.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:grafana-debugsource-0:10.2.6-15.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:grafana-debugsource-0:10.2.6-15.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:grafana-debugsource-0:10.2.6-15.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:grafana-selinux-0:10.2.6-15.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:grafana-selinux-0:10.2.6-15.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:grafana-selinux-0:10.2.6-15.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:grafana-selinux-0:10.2.6-15.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for grafana is now available for Red Hat Enterprise Linux 10.\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:7475",
"url": "https://access.redhat.com/errata/RHSA-2025:7475"
},
{
"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_7475.json"
}
],
"title": "Red Hat Security Advisory: grafana security update",
"tracking": {
"current_release_date": "2026-06-30T03:29:57+00:00",
"generator": {
"date": "2026-06-30T03:29:57+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.0"
}
},
"id": "RHSA-2025:7475",
"initial_release_date": "2025-05-13T16:00:56+00:00",
"revision_history": [
{
"date": "2025-05-13T16:00:56+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-13T16:00:56+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-30T03:29:57+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:10.2.6-15.el10_0.src",
"product": {
"name": "grafana-0:10.2.6-15.el10_0.src",
"product_id": "grafana-0:10.2.6-15.el10_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@10.2.6-15.el10_0?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:10.2.6-15.el10_0.aarch64",
"product": {
"name": "grafana-0:10.2.6-15.el10_0.aarch64",
"product_id": "grafana-0:10.2.6-15.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@10.2.6-15.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:10.2.6-15.el10_0.aarch64",
"product": {
"name": "grafana-selinux-0:10.2.6-15.el10_0.aarch64",
"product_id": "grafana-selinux-0:10.2.6-15.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@10.2.6-15.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:10.2.6-15.el10_0.aarch64",
"product": {
"name": "grafana-debugsource-0:10.2.6-15.el10_0.aarch64",
"product_id": "grafana-debugsource-0:10.2.6-15.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@10.2.6-15.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:10.2.6-15.el10_0.aarch64",
"product": {
"name": "grafana-debuginfo-0:10.2.6-15.el10_0.aarch64",
"product_id": "grafana-debuginfo-0:10.2.6-15.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@10.2.6-15.el10_0?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:10.2.6-15.el10_0.ppc64le",
"product": {
"name": "grafana-0:10.2.6-15.el10_0.ppc64le",
"product_id": "grafana-0:10.2.6-15.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@10.2.6-15.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:10.2.6-15.el10_0.ppc64le",
"product": {
"name": "grafana-selinux-0:10.2.6-15.el10_0.ppc64le",
"product_id": "grafana-selinux-0:10.2.6-15.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@10.2.6-15.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:10.2.6-15.el10_0.ppc64le",
"product": {
"name": "grafana-debugsource-0:10.2.6-15.el10_0.ppc64le",
"product_id": "grafana-debugsource-0:10.2.6-15.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@10.2.6-15.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:10.2.6-15.el10_0.ppc64le",
"product": {
"name": "grafana-debuginfo-0:10.2.6-15.el10_0.ppc64le",
"product_id": "grafana-debuginfo-0:10.2.6-15.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@10.2.6-15.el10_0?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:10.2.6-15.el10_0.x86_64",
"product": {
"name": "grafana-0:10.2.6-15.el10_0.x86_64",
"product_id": "grafana-0:10.2.6-15.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@10.2.6-15.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:10.2.6-15.el10_0.x86_64",
"product": {
"name": "grafana-selinux-0:10.2.6-15.el10_0.x86_64",
"product_id": "grafana-selinux-0:10.2.6-15.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@10.2.6-15.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:10.2.6-15.el10_0.x86_64",
"product": {
"name": "grafana-debugsource-0:10.2.6-15.el10_0.x86_64",
"product_id": "grafana-debugsource-0:10.2.6-15.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@10.2.6-15.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:10.2.6-15.el10_0.x86_64",
"product": {
"name": "grafana-debuginfo-0:10.2.6-15.el10_0.x86_64",
"product_id": "grafana-debuginfo-0:10.2.6-15.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@10.2.6-15.el10_0?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:10.2.6-15.el10_0.s390x",
"product": {
"name": "grafana-0:10.2.6-15.el10_0.s390x",
"product_id": "grafana-0:10.2.6-15.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@10.2.6-15.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:10.2.6-15.el10_0.s390x",
"product": {
"name": "grafana-selinux-0:10.2.6-15.el10_0.s390x",
"product_id": "grafana-selinux-0:10.2.6-15.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@10.2.6-15.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:10.2.6-15.el10_0.s390x",
"product": {
"name": "grafana-debugsource-0:10.2.6-15.el10_0.s390x",
"product_id": "grafana-debugsource-0:10.2.6-15.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@10.2.6-15.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:10.2.6-15.el10_0.s390x",
"product": {
"name": "grafana-debuginfo-0:10.2.6-15.el10_0.s390x",
"product_id": "grafana-debuginfo-0:10.2.6-15.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@10.2.6-15.el10_0?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-15.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:grafana-0:10.2.6-15.el10_0.aarch64"
},
"product_reference": "grafana-0:10.2.6-15.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:10.2.6-15.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:grafana-0:10.2.6-15.el10_0.ppc64le"
},
"product_reference": "grafana-0:10.2.6-15.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:10.2.6-15.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:grafana-0:10.2.6-15.el10_0.s390x"
},
"product_reference": "grafana-0:10.2.6-15.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:10.2.6-15.el10_0.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:grafana-0:10.2.6-15.el10_0.src"
},
"product_reference": "grafana-0:10.2.6-15.el10_0.src",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:10.2.6-15.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:grafana-0:10.2.6-15.el10_0.x86_64"
},
"product_reference": "grafana-0:10.2.6-15.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:10.2.6-15.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:grafana-debuginfo-0:10.2.6-15.el10_0.aarch64"
},
"product_reference": "grafana-debuginfo-0:10.2.6-15.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:10.2.6-15.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:grafana-debuginfo-0:10.2.6-15.el10_0.ppc64le"
},
"product_reference": "grafana-debuginfo-0:10.2.6-15.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:10.2.6-15.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:grafana-debuginfo-0:10.2.6-15.el10_0.s390x"
},
"product_reference": "grafana-debuginfo-0:10.2.6-15.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:10.2.6-15.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:grafana-debuginfo-0:10.2.6-15.el10_0.x86_64"
},
"product_reference": "grafana-debuginfo-0:10.2.6-15.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:10.2.6-15.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:grafana-debugsource-0:10.2.6-15.el10_0.aarch64"
},
"product_reference": "grafana-debugsource-0:10.2.6-15.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:10.2.6-15.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:grafana-debugsource-0:10.2.6-15.el10_0.ppc64le"
},
"product_reference": "grafana-debugsource-0:10.2.6-15.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:10.2.6-15.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:grafana-debugsource-0:10.2.6-15.el10_0.s390x"
},
"product_reference": "grafana-debugsource-0:10.2.6-15.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:10.2.6-15.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:grafana-debugsource-0:10.2.6-15.el10_0.x86_64"
},
"product_reference": "grafana-debugsource-0:10.2.6-15.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:10.2.6-15.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:grafana-selinux-0:10.2.6-15.el10_0.aarch64"
},
"product_reference": "grafana-selinux-0:10.2.6-15.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:10.2.6-15.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:grafana-selinux-0:10.2.6-15.el10_0.ppc64le"
},
"product_reference": "grafana-selinux-0:10.2.6-15.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:10.2.6-15.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:grafana-selinux-0:10.2.6-15.el10_0.s390x"
},
"product_reference": "grafana-selinux-0:10.2.6-15.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:10.2.6-15.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:grafana-selinux-0:10.2.6-15.el10_0.x86_64"
},
"product_reference": "grafana-selinux-0:10.2.6-15.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
}
]
},
"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-10.0.Z:grafana-0:10.2.6-15.el10_0.aarch64",
"AppStream-10.0.Z:grafana-0:10.2.6-15.el10_0.ppc64le",
"AppStream-10.0.Z:grafana-0:10.2.6-15.el10_0.s390x",
"AppStream-10.0.Z:grafana-0:10.2.6-15.el10_0.src",
"AppStream-10.0.Z:grafana-0:10.2.6-15.el10_0.x86_64",
"AppStream-10.0.Z:grafana-debuginfo-0:10.2.6-15.el10_0.aarch64",
"AppStream-10.0.Z:grafana-debuginfo-0:10.2.6-15.el10_0.ppc64le",
"AppStream-10.0.Z:grafana-debuginfo-0:10.2.6-15.el10_0.s390x",
"AppStream-10.0.Z:grafana-debuginfo-0:10.2.6-15.el10_0.x86_64",
"AppStream-10.0.Z:grafana-debugsource-0:10.2.6-15.el10_0.aarch64",
"AppStream-10.0.Z:grafana-debugsource-0:10.2.6-15.el10_0.ppc64le",
"AppStream-10.0.Z:grafana-debugsource-0:10.2.6-15.el10_0.s390x",
"AppStream-10.0.Z:grafana-debugsource-0:10.2.6-15.el10_0.x86_64",
"AppStream-10.0.Z:grafana-selinux-0:10.2.6-15.el10_0.aarch64",
"AppStream-10.0.Z:grafana-selinux-0:10.2.6-15.el10_0.ppc64le",
"AppStream-10.0.Z:grafana-selinux-0:10.2.6-15.el10_0.s390x",
"AppStream-10.0.Z:grafana-selinux-0:10.2.6-15.el10_0.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-05-13T16:00:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z:grafana-0:10.2.6-15.el10_0.aarch64",
"AppStream-10.0.Z:grafana-0:10.2.6-15.el10_0.ppc64le",
"AppStream-10.0.Z:grafana-0:10.2.6-15.el10_0.s390x",
"AppStream-10.0.Z:grafana-0:10.2.6-15.el10_0.src",
"AppStream-10.0.Z:grafana-0:10.2.6-15.el10_0.x86_64",
"AppStream-10.0.Z:grafana-debuginfo-0:10.2.6-15.el10_0.aarch64",
"AppStream-10.0.Z:grafana-debuginfo-0:10.2.6-15.el10_0.ppc64le",
"AppStream-10.0.Z:grafana-debuginfo-0:10.2.6-15.el10_0.s390x",
"AppStream-10.0.Z:grafana-debuginfo-0:10.2.6-15.el10_0.x86_64",
"AppStream-10.0.Z:grafana-debugsource-0:10.2.6-15.el10_0.aarch64",
"AppStream-10.0.Z:grafana-debugsource-0:10.2.6-15.el10_0.ppc64le",
"AppStream-10.0.Z:grafana-debugsource-0:10.2.6-15.el10_0.s390x",
"AppStream-10.0.Z:grafana-debugsource-0:10.2.6-15.el10_0.x86_64",
"AppStream-10.0.Z:grafana-selinux-0:10.2.6-15.el10_0.aarch64",
"AppStream-10.0.Z:grafana-selinux-0:10.2.6-15.el10_0.ppc64le",
"AppStream-10.0.Z:grafana-selinux-0:10.2.6-15.el10_0.s390x",
"AppStream-10.0.Z:grafana-selinux-0:10.2.6-15.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7475"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"AppStream-10.0.Z:grafana-0:10.2.6-15.el10_0.aarch64",
"AppStream-10.0.Z:grafana-0:10.2.6-15.el10_0.ppc64le",
"AppStream-10.0.Z:grafana-0:10.2.6-15.el10_0.s390x",
"AppStream-10.0.Z:grafana-0:10.2.6-15.el10_0.src",
"AppStream-10.0.Z:grafana-0:10.2.6-15.el10_0.x86_64",
"AppStream-10.0.Z:grafana-debuginfo-0:10.2.6-15.el10_0.aarch64",
"AppStream-10.0.Z:grafana-debuginfo-0:10.2.6-15.el10_0.ppc64le",
"AppStream-10.0.Z:grafana-debuginfo-0:10.2.6-15.el10_0.s390x",
"AppStream-10.0.Z:grafana-debuginfo-0:10.2.6-15.el10_0.x86_64",
"AppStream-10.0.Z:grafana-debugsource-0:10.2.6-15.el10_0.aarch64",
"AppStream-10.0.Z:grafana-debugsource-0:10.2.6-15.el10_0.ppc64le",
"AppStream-10.0.Z:grafana-debugsource-0:10.2.6-15.el10_0.s390x",
"AppStream-10.0.Z:grafana-debugsource-0:10.2.6-15.el10_0.x86_64",
"AppStream-10.0.Z:grafana-selinux-0:10.2.6-15.el10_0.aarch64",
"AppStream-10.0.Z:grafana-selinux-0:10.2.6-15.el10_0.ppc64le",
"AppStream-10.0.Z:grafana-selinux-0:10.2.6-15.el10_0.s390x",
"AppStream-10.0.Z:grafana-selinux-0:10.2.6-15.el10_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z:grafana-0:10.2.6-15.el10_0.aarch64",
"AppStream-10.0.Z:grafana-0:10.2.6-15.el10_0.ppc64le",
"AppStream-10.0.Z:grafana-0:10.2.6-15.el10_0.s390x",
"AppStream-10.0.Z:grafana-0:10.2.6-15.el10_0.src",
"AppStream-10.0.Z:grafana-0:10.2.6-15.el10_0.x86_64",
"AppStream-10.0.Z:grafana-debuginfo-0:10.2.6-15.el10_0.aarch64",
"AppStream-10.0.Z:grafana-debuginfo-0:10.2.6-15.el10_0.ppc64le",
"AppStream-10.0.Z:grafana-debuginfo-0:10.2.6-15.el10_0.s390x",
"AppStream-10.0.Z:grafana-debuginfo-0:10.2.6-15.el10_0.x86_64",
"AppStream-10.0.Z:grafana-debugsource-0:10.2.6-15.el10_0.aarch64",
"AppStream-10.0.Z:grafana-debugsource-0:10.2.6-15.el10_0.ppc64le",
"AppStream-10.0.Z:grafana-debugsource-0:10.2.6-15.el10_0.s390x",
"AppStream-10.0.Z:grafana-debugsource-0:10.2.6-15.el10_0.x86_64",
"AppStream-10.0.Z:grafana-selinux-0:10.2.6-15.el10_0.aarch64",
"AppStream-10.0.Z:grafana-selinux-0:10.2.6-15.el10_0.ppc64le",
"AppStream-10.0.Z:grafana-selinux-0:10.2.6-15.el10_0.s390x",
"AppStream-10.0.Z:grafana-selinux-0:10.2.6-15.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
RHSA-2025:7479
Vulnerability from csaf_redhat - Published: 2025-05-13 17:18 - Updated: 2026-06-30 03:28A 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: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, ".") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Expr. This vulnerability allows excessive memory usage and potential out-of-memory (OOM) crashes via unbounded input strings, where a malicious or inadvertent large expression can cause the parser to construct an extremely large Abstract Syntax Tree (AST), consuming excessive memory.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64 | — |
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: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for opentelemetry-collector is now available for Red Hat Enterprise Linux 10.\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* go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service (CVE-2025-27144)\n\n* golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws (CVE-2025-22868)\n\n* github.com/expr-lang/expr: Memory Exhaustion in Expr Parser with Unrestricted Input (CVE-2025-29786)\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:7479",
"url": "https://access.redhat.com/errata/RHSA-2025:7479"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "external",
"summary": "2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "2352914",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2352914"
},
{
"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_7479.json"
}
],
"title": "Red Hat Security Advisory: opentelemetry-collector security update",
"tracking": {
"current_release_date": "2026-06-30T03:28:51+00:00",
"generator": {
"date": "2026-06-30T03:28:51+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.0"
}
},
"id": "RHSA-2025:7479",
"initial_release_date": "2025-05-13T17:18:27+00:00",
"revision_history": [
{
"date": "2025-05-13T17:18:27+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-13T17:18:27+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-30T03:28:51+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "opentelemetry-collector-0:0.107.0-9.el10_0.src",
"product": {
"name": "opentelemetry-collector-0:0.107.0-9.el10_0.src",
"product_id": "opentelemetry-collector-0:0.107.0-9.el10_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/opentelemetry-collector@0.107.0-9.el10_0?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"product": {
"name": "opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"product_id": "opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/opentelemetry-collector@0.107.0-9.el10_0?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"product": {
"name": "opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"product_id": "opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/opentelemetry-collector@0.107.0-9.el10_0?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "opentelemetry-collector-0:0.107.0-9.el10_0.x86_64",
"product": {
"name": "opentelemetry-collector-0:0.107.0-9.el10_0.x86_64",
"product_id": "opentelemetry-collector-0:0.107.0-9.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/opentelemetry-collector@0.107.0-9.el10_0?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"product": {
"name": "opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"product_id": "opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/opentelemetry-collector@0.107.0-9.el10_0?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-9.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64"
},
"product_reference": "opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le"
},
"product_reference": "opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opentelemetry-collector-0:0.107.0-9.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x"
},
"product_reference": "opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opentelemetry-collector-0:0.107.0-9.el10_0.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src"
},
"product_reference": "opentelemetry-collector-0:0.107.0-9.el10_0.src",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "opentelemetry-collector-0:0.107.0-9.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64"
},
"product_reference": "opentelemetry-collector-0:0.107.0-9.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
}
]
},
"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": [
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64"
]
},
"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-05-13T17:18:27+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7479"
},
{
"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": [
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64"
]
}
],
"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-27144",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-24T23:00:42.448432+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347423"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "RHBZ#2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22",
"url": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5",
"url": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78"
}
],
"release_date": "2025-02-24T22:22:22.863000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-13T17:18:27+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7479"
},
{
"category": "workaround",
"details": "As a workaround, applications can pre-validate that payloads being passed to Go JOSE do not contain an excessive number of `.` characters.",
"product_ids": [
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service"
},
{
"cve": "CVE-2025-29786",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-03-17T14:00:59.078419+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2352914"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Expr. This vulnerability allows excessive memory usage and potential out-of-memory (OOM) crashes via unbounded input strings, where a malicious or inadvertent large expression can cause the parser to construct an extremely large Abstract Syntax Tree (AST), consuming excessive memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/expr-lang/expr: Memory Exhaustion in Expr Parser with Unrestricted Input",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-29786"
},
{
"category": "external",
"summary": "RHBZ#2352914",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2352914"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-29786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29786"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-29786",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-29786"
},
{
"category": "external",
"summary": "https://github.com/expr-lang/expr/pull/762",
"url": "https://github.com/expr-lang/expr/pull/762"
},
{
"category": "external",
"summary": "https://github.com/expr-lang/expr/security/advisories/GHSA-93mq-9ffx-83m2",
"url": "https://github.com/expr-lang/expr/security/advisories/GHSA-93mq-9ffx-83m2"
}
],
"release_date": "2025-03-17T13:15:32.836000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-13T17:18:27+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7479"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to impose an input size restriction before parsing (i.e. validating or limiting the length of expression strings that the application will accept). Ensuring no unbounded-length expressions are fed into the parser will prevent the parser from constructing a very large AST and avoid the potential memory exhaustion issue.",
"product_ids": [
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/expr-lang/expr: Memory Exhaustion in Expr Parser with Unrestricted Input"
},
{
"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-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.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-05-13T17:18:27+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7479"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.aarch64",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.ppc64le",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.s390x",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.src",
"AppStream-10.0.Z:opentelemetry-collector-0:0.107.0-9.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
RHSA-2025:7503
Vulnerability from csaf_redhat - Published: 2025-05-13 17:31 - Updated: 2026-06-30 03:29A 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-10.0.Z:osbuild-composer-0:134.1-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:osbuild-composer-0:134.1-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:osbuild-composer-0:134.1-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:osbuild-composer-0:134.1-1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:osbuild-composer-0:134.1-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:osbuild-composer-core-0:134.1-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:osbuild-composer-core-0:134.1-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:osbuild-composer-core-0:134.1-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:osbuild-composer-core-0:134.1-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:osbuild-composer-core-debuginfo-0:134.1-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:osbuild-composer-core-debuginfo-0:134.1-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:osbuild-composer-core-debuginfo-0:134.1-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:osbuild-composer-core-debuginfo-0:134.1-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:osbuild-composer-debugsource-0:134.1-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:osbuild-composer-debugsource-0:134.1-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:osbuild-composer-debugsource-0:134.1-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:osbuild-composer-debugsource-0:134.1-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:osbuild-composer-tests-debuginfo-0:134.1-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:osbuild-composer-tests-debuginfo-0:134.1-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:osbuild-composer-tests-debuginfo-0:134.1-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:osbuild-composer-tests-debuginfo-0:134.1-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:osbuild-composer-worker-0:134.1-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:osbuild-composer-worker-0:134.1-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:osbuild-composer-worker-0:134.1-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:osbuild-composer-worker-0:134.1-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:osbuild-composer-worker-debuginfo-0:134.1-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:osbuild-composer-worker-debuginfo-0:134.1-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:osbuild-composer-worker-debuginfo-0:134.1-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:osbuild-composer-worker-debuginfo-0:134.1-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for osbuild-composer is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "A service for building customized OS artifacts, such as VM images and OSTree commits, that uses osbuild under the hood. Besides building images for local usage, it can also upload images directly to cloud. It is compatible with composer-cli and cockpit-composer clients.\n\nSecurity Fix(es):\n\n* 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:7503",
"url": "https://access.redhat.com/errata/RHSA-2025:7503"
},
{
"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_7503.json"
}
],
"title": "Red Hat Security Advisory: osbuild-composer security update",
"tracking": {
"current_release_date": "2026-06-30T03:29:58+00:00",
"generator": {
"date": "2026-06-30T03:29:58+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.0"
}
},
"id": "RHSA-2025:7503",
"initial_release_date": "2025-05-13T17:31:03+00:00",
"revision_history": [
{
"date": "2025-05-13T17:31:03+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-13T17:31:03+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-30T03:29:58+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:134.1-1.el10_0.src",
"product": {
"name": "osbuild-composer-0:134.1-1.el10_0.src",
"product_id": "osbuild-composer-0:134.1-1.el10_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@134.1-1.el10_0?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:134.1-1.el10_0.aarch64",
"product": {
"name": "osbuild-composer-0:134.1-1.el10_0.aarch64",
"product_id": "osbuild-composer-0:134.1-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@134.1-1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:134.1-1.el10_0.aarch64",
"product": {
"name": "osbuild-composer-core-0:134.1-1.el10_0.aarch64",
"product_id": "osbuild-composer-core-0:134.1-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@134.1-1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:134.1-1.el10_0.aarch64",
"product": {
"name": "osbuild-composer-worker-0:134.1-1.el10_0.aarch64",
"product_id": "osbuild-composer-worker-0:134.1-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@134.1-1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:134.1-1.el10_0.aarch64",
"product": {
"name": "osbuild-composer-debugsource-0:134.1-1.el10_0.aarch64",
"product_id": "osbuild-composer-debugsource-0:134.1-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@134.1-1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:134.1-1.el10_0.aarch64",
"product": {
"name": "osbuild-composer-core-debuginfo-0:134.1-1.el10_0.aarch64",
"product_id": "osbuild-composer-core-debuginfo-0:134.1-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@134.1-1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:134.1-1.el10_0.aarch64",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:134.1-1.el10_0.aarch64",
"product_id": "osbuild-composer-tests-debuginfo-0:134.1-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@134.1-1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:134.1-1.el10_0.aarch64",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:134.1-1.el10_0.aarch64",
"product_id": "osbuild-composer-worker-debuginfo-0:134.1-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@134.1-1.el10_0?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:134.1-1.el10_0.ppc64le",
"product": {
"name": "osbuild-composer-0:134.1-1.el10_0.ppc64le",
"product_id": "osbuild-composer-0:134.1-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@134.1-1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:134.1-1.el10_0.ppc64le",
"product": {
"name": "osbuild-composer-core-0:134.1-1.el10_0.ppc64le",
"product_id": "osbuild-composer-core-0:134.1-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@134.1-1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:134.1-1.el10_0.ppc64le",
"product": {
"name": "osbuild-composer-worker-0:134.1-1.el10_0.ppc64le",
"product_id": "osbuild-composer-worker-0:134.1-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@134.1-1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:134.1-1.el10_0.ppc64le",
"product": {
"name": "osbuild-composer-debugsource-0:134.1-1.el10_0.ppc64le",
"product_id": "osbuild-composer-debugsource-0:134.1-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@134.1-1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:134.1-1.el10_0.ppc64le",
"product": {
"name": "osbuild-composer-core-debuginfo-0:134.1-1.el10_0.ppc64le",
"product_id": "osbuild-composer-core-debuginfo-0:134.1-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@134.1-1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:134.1-1.el10_0.ppc64le",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:134.1-1.el10_0.ppc64le",
"product_id": "osbuild-composer-tests-debuginfo-0:134.1-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@134.1-1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:134.1-1.el10_0.ppc64le",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:134.1-1.el10_0.ppc64le",
"product_id": "osbuild-composer-worker-debuginfo-0:134.1-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@134.1-1.el10_0?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:134.1-1.el10_0.x86_64",
"product": {
"name": "osbuild-composer-0:134.1-1.el10_0.x86_64",
"product_id": "osbuild-composer-0:134.1-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@134.1-1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:134.1-1.el10_0.x86_64",
"product": {
"name": "osbuild-composer-core-0:134.1-1.el10_0.x86_64",
"product_id": "osbuild-composer-core-0:134.1-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@134.1-1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:134.1-1.el10_0.x86_64",
"product": {
"name": "osbuild-composer-worker-0:134.1-1.el10_0.x86_64",
"product_id": "osbuild-composer-worker-0:134.1-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@134.1-1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:134.1-1.el10_0.x86_64",
"product": {
"name": "osbuild-composer-debugsource-0:134.1-1.el10_0.x86_64",
"product_id": "osbuild-composer-debugsource-0:134.1-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@134.1-1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:134.1-1.el10_0.x86_64",
"product": {
"name": "osbuild-composer-core-debuginfo-0:134.1-1.el10_0.x86_64",
"product_id": "osbuild-composer-core-debuginfo-0:134.1-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@134.1-1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:134.1-1.el10_0.x86_64",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:134.1-1.el10_0.x86_64",
"product_id": "osbuild-composer-tests-debuginfo-0:134.1-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@134.1-1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:134.1-1.el10_0.x86_64",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:134.1-1.el10_0.x86_64",
"product_id": "osbuild-composer-worker-debuginfo-0:134.1-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@134.1-1.el10_0?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:134.1-1.el10_0.s390x",
"product": {
"name": "osbuild-composer-0:134.1-1.el10_0.s390x",
"product_id": "osbuild-composer-0:134.1-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@134.1-1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:134.1-1.el10_0.s390x",
"product": {
"name": "osbuild-composer-core-0:134.1-1.el10_0.s390x",
"product_id": "osbuild-composer-core-0:134.1-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@134.1-1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:134.1-1.el10_0.s390x",
"product": {
"name": "osbuild-composer-worker-0:134.1-1.el10_0.s390x",
"product_id": "osbuild-composer-worker-0:134.1-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@134.1-1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:134.1-1.el10_0.s390x",
"product": {
"name": "osbuild-composer-debugsource-0:134.1-1.el10_0.s390x",
"product_id": "osbuild-composer-debugsource-0:134.1-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@134.1-1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:134.1-1.el10_0.s390x",
"product": {
"name": "osbuild-composer-core-debuginfo-0:134.1-1.el10_0.s390x",
"product_id": "osbuild-composer-core-debuginfo-0:134.1-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@134.1-1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:134.1-1.el10_0.s390x",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:134.1-1.el10_0.s390x",
"product_id": "osbuild-composer-tests-debuginfo-0:134.1-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@134.1-1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:134.1-1.el10_0.s390x",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:134.1-1.el10_0.s390x",
"product_id": "osbuild-composer-worker-debuginfo-0:134.1-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@134.1-1.el10_0?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:134.1-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:osbuild-composer-0:134.1-1.el10_0.aarch64"
},
"product_reference": "osbuild-composer-0:134.1-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:134.1-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:osbuild-composer-0:134.1-1.el10_0.ppc64le"
},
"product_reference": "osbuild-composer-0:134.1-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:134.1-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:osbuild-composer-0:134.1-1.el10_0.s390x"
},
"product_reference": "osbuild-composer-0:134.1-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:134.1-1.el10_0.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:osbuild-composer-0:134.1-1.el10_0.src"
},
"product_reference": "osbuild-composer-0:134.1-1.el10_0.src",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:134.1-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:osbuild-composer-0:134.1-1.el10_0.x86_64"
},
"product_reference": "osbuild-composer-0:134.1-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:134.1-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:osbuild-composer-core-0:134.1-1.el10_0.aarch64"
},
"product_reference": "osbuild-composer-core-0:134.1-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:134.1-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:osbuild-composer-core-0:134.1-1.el10_0.ppc64le"
},
"product_reference": "osbuild-composer-core-0:134.1-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:134.1-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:osbuild-composer-core-0:134.1-1.el10_0.s390x"
},
"product_reference": "osbuild-composer-core-0:134.1-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:134.1-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:osbuild-composer-core-0:134.1-1.el10_0.x86_64"
},
"product_reference": "osbuild-composer-core-0:134.1-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:134.1-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:osbuild-composer-core-debuginfo-0:134.1-1.el10_0.aarch64"
},
"product_reference": "osbuild-composer-core-debuginfo-0:134.1-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:134.1-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:osbuild-composer-core-debuginfo-0:134.1-1.el10_0.ppc64le"
},
"product_reference": "osbuild-composer-core-debuginfo-0:134.1-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:134.1-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:osbuild-composer-core-debuginfo-0:134.1-1.el10_0.s390x"
},
"product_reference": "osbuild-composer-core-debuginfo-0:134.1-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:134.1-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:osbuild-composer-core-debuginfo-0:134.1-1.el10_0.x86_64"
},
"product_reference": "osbuild-composer-core-debuginfo-0:134.1-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:134.1-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:osbuild-composer-debugsource-0:134.1-1.el10_0.aarch64"
},
"product_reference": "osbuild-composer-debugsource-0:134.1-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:134.1-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:osbuild-composer-debugsource-0:134.1-1.el10_0.ppc64le"
},
"product_reference": "osbuild-composer-debugsource-0:134.1-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:134.1-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:osbuild-composer-debugsource-0:134.1-1.el10_0.s390x"
},
"product_reference": "osbuild-composer-debugsource-0:134.1-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:134.1-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:osbuild-composer-debugsource-0:134.1-1.el10_0.x86_64"
},
"product_reference": "osbuild-composer-debugsource-0:134.1-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:134.1-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:osbuild-composer-tests-debuginfo-0:134.1-1.el10_0.aarch64"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:134.1-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:134.1-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:osbuild-composer-tests-debuginfo-0:134.1-1.el10_0.ppc64le"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:134.1-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:134.1-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:osbuild-composer-tests-debuginfo-0:134.1-1.el10_0.s390x"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:134.1-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:134.1-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:osbuild-composer-tests-debuginfo-0:134.1-1.el10_0.x86_64"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:134.1-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:134.1-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:osbuild-composer-worker-0:134.1-1.el10_0.aarch64"
},
"product_reference": "osbuild-composer-worker-0:134.1-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:134.1-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:osbuild-composer-worker-0:134.1-1.el10_0.ppc64le"
},
"product_reference": "osbuild-composer-worker-0:134.1-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:134.1-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:osbuild-composer-worker-0:134.1-1.el10_0.s390x"
},
"product_reference": "osbuild-composer-worker-0:134.1-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:134.1-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:osbuild-composer-worker-0:134.1-1.el10_0.x86_64"
},
"product_reference": "osbuild-composer-worker-0:134.1-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:134.1-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:osbuild-composer-worker-debuginfo-0:134.1-1.el10_0.aarch64"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:134.1-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:134.1-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:osbuild-composer-worker-debuginfo-0:134.1-1.el10_0.ppc64le"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:134.1-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:134.1-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:osbuild-composer-worker-debuginfo-0:134.1-1.el10_0.s390x"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:134.1-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:134.1-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:osbuild-composer-worker-debuginfo-0:134.1-1.el10_0.x86_64"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:134.1-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
}
]
},
"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-10.0.Z:osbuild-composer-0:134.1-1.el10_0.aarch64",
"AppStream-10.0.Z:osbuild-composer-0:134.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:osbuild-composer-0:134.1-1.el10_0.s390x",
"AppStream-10.0.Z:osbuild-composer-0:134.1-1.el10_0.src",
"AppStream-10.0.Z:osbuild-composer-0:134.1-1.el10_0.x86_64",
"AppStream-10.0.Z:osbuild-composer-core-0:134.1-1.el10_0.aarch64",
"AppStream-10.0.Z:osbuild-composer-core-0:134.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:osbuild-composer-core-0:134.1-1.el10_0.s390x",
"AppStream-10.0.Z:osbuild-composer-core-0:134.1-1.el10_0.x86_64",
"AppStream-10.0.Z:osbuild-composer-core-debuginfo-0:134.1-1.el10_0.aarch64",
"AppStream-10.0.Z:osbuild-composer-core-debuginfo-0:134.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:osbuild-composer-core-debuginfo-0:134.1-1.el10_0.s390x",
"AppStream-10.0.Z:osbuild-composer-core-debuginfo-0:134.1-1.el10_0.x86_64",
"AppStream-10.0.Z:osbuild-composer-debugsource-0:134.1-1.el10_0.aarch64",
"AppStream-10.0.Z:osbuild-composer-debugsource-0:134.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:osbuild-composer-debugsource-0:134.1-1.el10_0.s390x",
"AppStream-10.0.Z:osbuild-composer-debugsource-0:134.1-1.el10_0.x86_64",
"AppStream-10.0.Z:osbuild-composer-tests-debuginfo-0:134.1-1.el10_0.aarch64",
"AppStream-10.0.Z:osbuild-composer-tests-debuginfo-0:134.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:osbuild-composer-tests-debuginfo-0:134.1-1.el10_0.s390x",
"AppStream-10.0.Z:osbuild-composer-tests-debuginfo-0:134.1-1.el10_0.x86_64",
"AppStream-10.0.Z:osbuild-composer-worker-0:134.1-1.el10_0.aarch64",
"AppStream-10.0.Z:osbuild-composer-worker-0:134.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:osbuild-composer-worker-0:134.1-1.el10_0.s390x",
"AppStream-10.0.Z:osbuild-composer-worker-0:134.1-1.el10_0.x86_64",
"AppStream-10.0.Z:osbuild-composer-worker-debuginfo-0:134.1-1.el10_0.aarch64",
"AppStream-10.0.Z:osbuild-composer-worker-debuginfo-0:134.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:osbuild-composer-worker-debuginfo-0:134.1-1.el10_0.s390x",
"AppStream-10.0.Z:osbuild-composer-worker-debuginfo-0:134.1-1.el10_0.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-05-13T17:31:03+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z:osbuild-composer-0:134.1-1.el10_0.aarch64",
"AppStream-10.0.Z:osbuild-composer-0:134.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:osbuild-composer-0:134.1-1.el10_0.s390x",
"AppStream-10.0.Z:osbuild-composer-0:134.1-1.el10_0.src",
"AppStream-10.0.Z:osbuild-composer-0:134.1-1.el10_0.x86_64",
"AppStream-10.0.Z:osbuild-composer-core-0:134.1-1.el10_0.aarch64",
"AppStream-10.0.Z:osbuild-composer-core-0:134.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:osbuild-composer-core-0:134.1-1.el10_0.s390x",
"AppStream-10.0.Z:osbuild-composer-core-0:134.1-1.el10_0.x86_64",
"AppStream-10.0.Z:osbuild-composer-core-debuginfo-0:134.1-1.el10_0.aarch64",
"AppStream-10.0.Z:osbuild-composer-core-debuginfo-0:134.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:osbuild-composer-core-debuginfo-0:134.1-1.el10_0.s390x",
"AppStream-10.0.Z:osbuild-composer-core-debuginfo-0:134.1-1.el10_0.x86_64",
"AppStream-10.0.Z:osbuild-composer-debugsource-0:134.1-1.el10_0.aarch64",
"AppStream-10.0.Z:osbuild-composer-debugsource-0:134.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:osbuild-composer-debugsource-0:134.1-1.el10_0.s390x",
"AppStream-10.0.Z:osbuild-composer-debugsource-0:134.1-1.el10_0.x86_64",
"AppStream-10.0.Z:osbuild-composer-tests-debuginfo-0:134.1-1.el10_0.aarch64",
"AppStream-10.0.Z:osbuild-composer-tests-debuginfo-0:134.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:osbuild-composer-tests-debuginfo-0:134.1-1.el10_0.s390x",
"AppStream-10.0.Z:osbuild-composer-tests-debuginfo-0:134.1-1.el10_0.x86_64",
"AppStream-10.0.Z:osbuild-composer-worker-0:134.1-1.el10_0.aarch64",
"AppStream-10.0.Z:osbuild-composer-worker-0:134.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:osbuild-composer-worker-0:134.1-1.el10_0.s390x",
"AppStream-10.0.Z:osbuild-composer-worker-0:134.1-1.el10_0.x86_64",
"AppStream-10.0.Z:osbuild-composer-worker-debuginfo-0:134.1-1.el10_0.aarch64",
"AppStream-10.0.Z:osbuild-composer-worker-debuginfo-0:134.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:osbuild-composer-worker-debuginfo-0:134.1-1.el10_0.s390x",
"AppStream-10.0.Z:osbuild-composer-worker-debuginfo-0:134.1-1.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7503"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"AppStream-10.0.Z:osbuild-composer-0:134.1-1.el10_0.aarch64",
"AppStream-10.0.Z:osbuild-composer-0:134.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:osbuild-composer-0:134.1-1.el10_0.s390x",
"AppStream-10.0.Z:osbuild-composer-0:134.1-1.el10_0.src",
"AppStream-10.0.Z:osbuild-composer-0:134.1-1.el10_0.x86_64",
"AppStream-10.0.Z:osbuild-composer-core-0:134.1-1.el10_0.aarch64",
"AppStream-10.0.Z:osbuild-composer-core-0:134.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:osbuild-composer-core-0:134.1-1.el10_0.s390x",
"AppStream-10.0.Z:osbuild-composer-core-0:134.1-1.el10_0.x86_64",
"AppStream-10.0.Z:osbuild-composer-core-debuginfo-0:134.1-1.el10_0.aarch64",
"AppStream-10.0.Z:osbuild-composer-core-debuginfo-0:134.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:osbuild-composer-core-debuginfo-0:134.1-1.el10_0.s390x",
"AppStream-10.0.Z:osbuild-composer-core-debuginfo-0:134.1-1.el10_0.x86_64",
"AppStream-10.0.Z:osbuild-composer-debugsource-0:134.1-1.el10_0.aarch64",
"AppStream-10.0.Z:osbuild-composer-debugsource-0:134.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:osbuild-composer-debugsource-0:134.1-1.el10_0.s390x",
"AppStream-10.0.Z:osbuild-composer-debugsource-0:134.1-1.el10_0.x86_64",
"AppStream-10.0.Z:osbuild-composer-tests-debuginfo-0:134.1-1.el10_0.aarch64",
"AppStream-10.0.Z:osbuild-composer-tests-debuginfo-0:134.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:osbuild-composer-tests-debuginfo-0:134.1-1.el10_0.s390x",
"AppStream-10.0.Z:osbuild-composer-tests-debuginfo-0:134.1-1.el10_0.x86_64",
"AppStream-10.0.Z:osbuild-composer-worker-0:134.1-1.el10_0.aarch64",
"AppStream-10.0.Z:osbuild-composer-worker-0:134.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:osbuild-composer-worker-0:134.1-1.el10_0.s390x",
"AppStream-10.0.Z:osbuild-composer-worker-0:134.1-1.el10_0.x86_64",
"AppStream-10.0.Z:osbuild-composer-worker-debuginfo-0:134.1-1.el10_0.aarch64",
"AppStream-10.0.Z:osbuild-composer-worker-debuginfo-0:134.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:osbuild-composer-worker-debuginfo-0:134.1-1.el10_0.s390x",
"AppStream-10.0.Z:osbuild-composer-worker-debuginfo-0:134.1-1.el10_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z:osbuild-composer-0:134.1-1.el10_0.aarch64",
"AppStream-10.0.Z:osbuild-composer-0:134.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:osbuild-composer-0:134.1-1.el10_0.s390x",
"AppStream-10.0.Z:osbuild-composer-0:134.1-1.el10_0.src",
"AppStream-10.0.Z:osbuild-composer-0:134.1-1.el10_0.x86_64",
"AppStream-10.0.Z:osbuild-composer-core-0:134.1-1.el10_0.aarch64",
"AppStream-10.0.Z:osbuild-composer-core-0:134.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:osbuild-composer-core-0:134.1-1.el10_0.s390x",
"AppStream-10.0.Z:osbuild-composer-core-0:134.1-1.el10_0.x86_64",
"AppStream-10.0.Z:osbuild-composer-core-debuginfo-0:134.1-1.el10_0.aarch64",
"AppStream-10.0.Z:osbuild-composer-core-debuginfo-0:134.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:osbuild-composer-core-debuginfo-0:134.1-1.el10_0.s390x",
"AppStream-10.0.Z:osbuild-composer-core-debuginfo-0:134.1-1.el10_0.x86_64",
"AppStream-10.0.Z:osbuild-composer-debugsource-0:134.1-1.el10_0.aarch64",
"AppStream-10.0.Z:osbuild-composer-debugsource-0:134.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:osbuild-composer-debugsource-0:134.1-1.el10_0.s390x",
"AppStream-10.0.Z:osbuild-composer-debugsource-0:134.1-1.el10_0.x86_64",
"AppStream-10.0.Z:osbuild-composer-tests-debuginfo-0:134.1-1.el10_0.aarch64",
"AppStream-10.0.Z:osbuild-composer-tests-debuginfo-0:134.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:osbuild-composer-tests-debuginfo-0:134.1-1.el10_0.s390x",
"AppStream-10.0.Z:osbuild-composer-tests-debuginfo-0:134.1-1.el10_0.x86_64",
"AppStream-10.0.Z:osbuild-composer-worker-0:134.1-1.el10_0.aarch64",
"AppStream-10.0.Z:osbuild-composer-worker-0:134.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:osbuild-composer-worker-0:134.1-1.el10_0.s390x",
"AppStream-10.0.Z:osbuild-composer-worker-0:134.1-1.el10_0.x86_64",
"AppStream-10.0.Z:osbuild-composer-worker-debuginfo-0:134.1-1.el10_0.aarch64",
"AppStream-10.0.Z:osbuild-composer-worker-debuginfo-0:134.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:osbuild-composer-worker-debuginfo-0:134.1-1.el10_0.s390x",
"AppStream-10.0.Z:osbuild-composer-worker-debuginfo-0:134.1-1.el10_0.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.